.about-section {
    max-width: 1075px;
    margin: 0 auto
}

.about-section p {
    margin-top: 30px
}

.about-section .pre-heading {
    font-size: 1.25rem;
    font-weight: 700
}

.about-section .sub-heading,.about-section .main-heading {
    color: #654778;
    margin: 20px auto 50px;
    max-width: 900px;
    font-weight: 700
}

.about-section .sub-heading {
    color: #d5005c;
    margin: 0 auto 50px;
    padding-bottom: 50px;
    max-width: 760px;
    position: relative
}

.about-section .sub-heading:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 178px;
    transform: translateX(-50%);
    background: #654778
}

.mission-section {
    position: relative
}

.mission-section .mission-banner {
    position: relative;
    padding-bottom: 50%
}

.mission-section .mission-banner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

.mission-section .mission-area {
    padding: 70px;
    background: #654778;
    margin-top: -135px;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff
}

.mission-area .sub-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 700
}

.mission-area .title {
    font-weight: 700;
    max-width: 594px
}

.insta-section .section-title {
    max-width: 1100px
}

.contact-section {
    text-align: center
}

.contact-section h5 {
    font-size: 24px;
    color: #654778
}

.contact-section .title {
    color: #363636;
    margin-bottom: 30px
}

.contact-section .send-us {
    max-width: 700px;
    margin: 40px auto
}

.contact-section .email {
    margin-bottom: 30px;
    color: #000
}

.contact-section .email a {
    color: #d5005c
}

.ques-section {
    background: #f8f4f9;
    color: #363636
}

.ques-area {
    display: flex;
    gap: 135px
}

.ques-area .right-area {
    width: 480px;
    min-width: 480px
}

.ques-area .right-area img {
    width: 100%;
    height: auto
}

.ques-area .right-area {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.ques-section .ques-heading {
    margin-bottom: 40px
}

.ques-area .ques {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3
}

.ques-area .ques:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.ques-area .ques .title {
    font-size: 1.25rem;
    margin-bottom: 20px
}

@media screen and (max-width: 1500px) {
    .ques-area {
        gap:70px
    }
}

@media screen and (max-width: 1199px) {
    .ques-area {
        gap:50px
    }

    .ques-area .right-area {
        width: 350px;
        min-width: 350px
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .banner.full-banner {
        height:100%
    }

    .banner.full-banner .float-logo {
        top: 50%
    }
}

@media screen and (max-width: 991px) {
    .ques-area .right-area {
        display:none
    }

    .mission-section .mission-area {
        padding: 40px;
        margin-top: -50px
    }

    .about-section .sub-heading,.about-section .main-heading {
        margin: 20px 0 30px
    }

    .about-section p {
        margin-top: 20px
    }

    .about-section .sub-heading {
        padding-bottom: 30px
    }

    .contact-section .send-us {
        margin: 20px 0
    }

    .contact-section .title,.contact-section .email {
        margin-bottom: 20px
    }

    .ques-section .ques-heading {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .mission-section .mission-area {
        padding:25px;
        margin-top: -25px
    }

    .mission-area .sub-title {
        font-size: 1rem
    }

    .banner.full-banner .float-logo {
        top: 50%
    }
}

.hotlist-subscription {
    border-radius: 10px;
}