.infoText {
    width: 80%;
}

.title {
    width: 80%;
    margin: auto;
}

.subtitle {
    width: 80%;
    margin: auto;
}
@media screen and (max-width: 768px){
    .title {
    width: 95%;
    line-height: 28px;
}
    .infoText {
    width: 95%;
}
    .subtitle {
       width: 95%;
       line-height: 27px;
}

}