.apply-section .welcome-sec-align h2 {
    font-size: 45px
}

.apply-section p {
    color: #fff;
    font-size: 20px;
}

.btn_vc_outline_green {
    border: 2px solid #E9F0C1;
    background-color: #BFD72F;
    font-weight: 600;
    border-radius: 10px;
    color: #005062;
    min-width: 245px;
}

.btn_vc_outline_green:hover {
    border: 2px solid #E9F0C1;
    background-color: #E9F0C1;
    color: #005062
}

.mobile_view {
    display: none;
}

.row-w-fx.row.justify-content-center {
    margin-top: 10%;
}

@media only screen and (max-width: 767px) {

    .btn_vc_outline_green {
        border: 2px solid #BFD72F;
        background-color: #E9F0C1;
        font-weight: 600;
        border-radius: 10px;
        color: #005062;
        min-width: 60% !important;
    }

    section#apply-section {
        height: 76vh !important;
    }

    .apply-section .welcome-sec-align h2 {
        font-size: 24px;
    }

    .tour_content .btn_vc_outline {
        font-size: 13px;
        padding: 10px 10px 10px 10px;
    }

    .apply-section p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 2rem;
    }

    p {
        color: #fff;
        font-size: 16px;
    }

    .mobile_view .row-w-fx.row > * {
        max-width: 90% !important;
        overflow: hidden !important;
        margin-top: 0;
    }

    .desktop_view {
        display: none;
    }

    .mobile_view {
        display: inline-block;
    }

    .btn_alin_mobile {
        text-align: center
    }

}
