.ms-tt {
    text-align: center;
    padding: 5% 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -90px;
}
.ms-tt-title {
    font-size: 3.5rem;
    margin-top: 90px;
    font-weight: 300;
}
.ms-tt-text {
    width: 56%;
    margin-top: 4%;
    font-size: 1.6rem;
}


 
@media (max-width: 1440px) {
    .ms-tt-text {
        width: 75%;
    }
}

@media (max-width: 991px) {
    .ms-tt-text {
        width: 90%;
    }
}