.text-container {
    padding:90px;
}

@media screen and (max-width:767px){
    .text-container {
        padding: 100px 40px;
    }
}