.text-container p {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    line-height: 135%;
}

.text-container{
    max-width: 336px;
}

.text-container strong{
    font-weight: 500;
}

.text-container p {
    font-size: 22px;
}

@media screen and (min-width: 576px){
    .text-container{
        max-width: 480px;
    }
}

@media screen and (min-width: 768px){
    .text-container{
        max-width: 700px;
    }
}

@media screen and (min-width: 992px){
    .text-container{
        max-width: 952px;
    }

    .text-container p {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1400px) {

}

@media screen and (min-width: 1600px){
    .text-container{
        min-width: 1264px;
    }

    .text-container p {
        font-size: 40px;
    }
}