
.hero {
    background: #0E2050;
    /* font-family: Assistant, Arial, Helvetica; */
    position: relative;
}

.hero--container {
    position: relative;
}

.hero__header__heading {
    /* font-family: "Assistant"; */
    font-size: 20px;
    font-weight: 700;
    line-height: 70px;
    white-space: nowrap;
    letter-spacing: 1.32px;
}

.hero__right--img {
    width: 1334px;
    position: absolute;
    bottom: -313px;
    right: -299px;
}


@media only screen and (min-width: 1400px) {
    .hero {
        height: 400px;
    }
    .hero__right--img {
        width: 1156px;
        bottom: -93px;
        right: -162px;
    }
    .hero__header__heading {
        font-size: 40px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero__header__heading {
        font-size: 70px;
        line-height: 60px;
    }
    .hero {
        height: 650px;
    }
    .hero__right--img {
        width: 1131px;
        bottom: -78px;
        right: -178px;
    }
}

@media only screen and (min-width: 1270px) and (max-width: 1270px) {
    .hero__right--img {
        width: 1333px;
        bottom: -197px;
        right: -500px;
    }
}

@media only screen and (max-width: 1120px) {
    .hero__right--img {
        width: 1051px;
        bottom: -78px;
        right: -137px;
    }
    .hero__header__heading {
        font-size: 60px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 1012px) {
    .hero__right--img {
        width: 971px;
        bottom: -78px;
        right: -137px;
    }
}

@media only screen and (max-width: 991px) {
    .hero {
        height: 700px;
    }
    .hero__right--img {
        width: 959px;
        bottom: -124px;
        right: -208px;
    }
}

@media only screen and (max-width: 767px) {
    .hero {
        height: 700px;
    }
    .hero__right--img {
        width: 959px;
        bottom: -124px;
        right: -208px;
    }
    .hero__header {
        position: absolute;
        z-index: 99;
    }
}

@media only screen and (max-width: 567px) {
    .hero {
        height: 850px;
    }
    .hero__right--img {
        width: 1032px;
        bottom: -54px;
        right: -294px;
    }
} 
/* Faq */

.Faq__heading {
    /* font-family: Assistant, Arial, Helvetica; */
    font-size: 20px;
    font-weight: 500;
}


.Faq__heading--pink {
    color:#5ab18f;
}

.Faq__heading--green {
    color: rgba(29,140,196,1);
}

.Faq__heading--purple {
    color:rgb(108, 67, 132);
}
.Faq__heading--y {
    color:rgb(6, 105, 133);
}
.Faq__container--button {
    /* font-family: Assistant, Arial, Helvetica; */
    color: #fff;
    outline: none;
    border: 0px solid;
    border-radius: 5px;
    font-size: 16px;
    line-height: 28px;
    
    min-width: 20%;
}

.Faq__container--button--pink {
    background:#4ec497;
}

.Faq__container--button--purple {
    background:rgb(108, 67, 132);
}

.Faq__container--button--green {
    background:  rgba(29,140,196,1);
}
.Faq__container--button--y {
    background:rgb(6, 105, 133);
}
.Faq__container--button--div {
    border: 2px solid #fff;
    border-radius: 50%;
    min-width: 23px;
    min-height: 23px;
    margin-right: 10px;
}

.Faq__container--button--div__icon {
    font-size: 14px;
}

.Faq__container__collapse__card {
    margin-top: -4px;
    /* font-family: Assistant, Arial, Helvetica; */
    font-size:20px;
    line-height:10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px solid !important;

}

.Faq__container__collapse__card--pink {
    color: #359772;
    background:  #F7F4F9;
}

.Faq__container__collapse__card--purple {
    color: #662483;
    background: #F7F4F9;
}

.Faq__container__collapse__card--green {
    color: rgba(29,140,196,1);
    background: #EDF5F6;
}
.Faq__container__collapse__card--y {
    color: rgb(6, 105, 133);
    background: #EDF5F6;
}
@media only screen and (min-width: 1400px) {
  .Faq__heading {
        font-size: 30px;
    }
    .Faq__container--button {
        font-size: 20px;
        height: auto;
        padding: 10px !important;
    }
    .Faq__container__collapse__card {
        font-size: 20px;
        line-height:30px;
         padding: 20px 20px !important; 
    }
    .Faq__container--button--div {
        margin-right: 15px !important;
        width: 10px;
        height: 10px;
    }
    .Faq__container--button--div__icon {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .Faq__container--button {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .Faq__container--button--div {
        margin-top: 5px;
        align-self: flex-start;
    }
}
.Faq__container__collapse__card {
        font-size: 20px;
        line-height:30px;
         padding: 20px 20px !important; 
    }


@media only screen and (max-width: 575px) {
    .Faq__container--button {
        font-size: 18px;
        line-height: 23px;
    }
    .Faq__container--button--div {
        margin-top: 5px;
    }
    .Faq__heading {
        font-size: 42px;
    }
    .Faq__container__collapse__card {
        font-size: 20px;
        line-height:30px;
         padding: 20px 20px !important; 
    }
}

