@media(max-width: 767px) {
    .wrap-input {
        display: flex !important;
        justify-content: center;
    }
    .title {
        font-size: 30px;
    }
    .title2 {
        font-size: 42px;
    }
    .item-sub-title {
        font-size: 30px;
    }
    .survey-title {
        font-size: 48px !important;
    }
    .footer-section{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .footer-section img {
        padding-top: 27px;
    }

    .md-p-t-40 {
        padding-top: 40px
    }

    .md-p-t-20 {
        padding-top: 20px;
    }
}

.survey-title {
    font-size: 60px;
}

.footer-section{
    padding-top: 60px;
    padding-bottom: 32px;
    justify-content: start;
}

.section_title_medium_large {
    font-size: 48px !important;
    font-weight: bold !important;
}