/* <!-- about-us-sec  start here--> */
section.about-us-sec {
    padding-top: 73px;
    padding-bottom: 80px;

}

.main_heading h4 {
    color: #0362A8;
}

.about p {
    color: #001524;
    font-family: "Poppins-Medium";
    font-size: 14px;
}

.about-btn a {
    background-color: #001524 !important;
    width: 133px;
    font-size: 14px;
}
.member-box.welcome-about .btn {
    width: 161px !important;
    padding: 10px 0;
    font-size: 13px;
}
.welcome-about {
    padding: 20px 18px;
}
.welcome-about .main_heading h2 {
    color: #001524;
    font-family: "GTWalsheimPro-Bold";
    font-size: 31px !important;
}


.text_wrapper h4 {
    color: #0362A8;
    font-size: 22px;
}
.team_line .single_member {
    padding: 13px 30px 13px !important;
}

.text_wrapper span {
    color: #9D9D9D;
    font-size: 12px;
}

.member-box {
    padding-top: 63px;
}

/* <!-- about-us-sec  end here--> */
/* <!-- choose-sec start here--> */
.choose-sec {
    padding-bottom: 80px;
    background-image: linear-gradient(to top, #ede7f3, #f1edf6, #f5f3f9, #faf9fc, #ffffff);
}

/* <!-- choose-sec end here--> */
/* fanatic-stories-sec start here */
section.fanatic-stories-sec {
    padding-top: 73px;
    padding-bottom: 100px !important;
}
.fanatic-cardss {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
p.card-text {
    color: #9D9D9D !important;
    font-family: "GTWalsheimPro-Medium" !important;
    font-size: 15px !important;
}
.fanatic-stories-sec {
    padding-top: 100px;
    padding-bottom: 80px;
    background-image: url(../img/about-this-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.seconf-fantic {
    /* width: 30%; */
    background: #FFFFFF !important;
}
section.fanatic-stories-sec .main_heading {
    padding-bottom: 49px;
}
.card-extra-text p {
    color: #FFFFFF !important;
    font-family: "GTWalsheimPro-Regular";
    margin-bottom: 0;
    font-size: 12px;
}
.card-fanatic p {
    color: #230000;
}

.card-fanatic a {
    text-decoration: none !important;
}

.card-fanatic a:hover {
    text-decoration: none !important;
}

.card-fanatic a:focus,
a:hover {
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .about p {
        font-size: 11px;
    }

    .member-box {
        padding-top: 22px;
    }

    .main_heading h2 {
        font-size: 21px;
    }

    .about-btn a {
        width: 131px;
        font-size: 11px;
    }
}

/* fanatic-stories-sec end here */