@media only screen and (max-width: 575px) {
    .tech_title {
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .thank-title {
        font-size: 35px !important;
    }
}
