﻿.intro-header-wrapper {
    background-image: url(../Images/Shape-left-intro.png);
    background-color: #ECF6FF;
    background-position: left -40% bottom 40%;
    background-repeat: no-repeat;
    background-size: 70%;
    padding-top: 80px;
    /* padding-bottom: 80px; */
    /* margin-bottom: 30px; */
}

.intro-para {
    font-family: Poppins-Medium;
    color: #333333;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 40px;
}

.policy-highlight-wrapper {
    padding-top: 100px
}

.family-big-box {
    padding-top: 70px;
    padding-right: 6%;
}

.intro-header-wrapper-cta {
    margin-top: 40px
}

.feature-card {
    background: #FFF;
    padding: 24px;
    max-width: 380px;
    min-height: 320px;
    border-radius: 20px 0 20px 0;
    position: relative;
    padding-top: 125px;
    margin-top: 50px;
    margin-bottom: 30px
}

.feature-card1 {
    background: #FFF;
    padding: 24px;
    max-width: 380px;
    /* min-height: 375px; */
    min-height: 88%;
    border-radius: 20px 0 20px 0;
    position: relative;
    padding-top: 125px;
    margin-top: 50px;
    margin-bottom: 30px
}

.feature-card-img {
    position: absolute;
    top: -40px
}

.feature-card-header {
    color: #014991;
    font-family: Poppins-Bold;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px
}

.feature-card-content {
    font-family: Poppins-Regular;
    color: #595959;
    font-size: 18px;
    line-height: 26px
}

.policy-highlight-cta {
    margin-top: 20px;
}

.sectionTwoHeader {
    color: #014991;
    font-family: Poppins-Bold;
    /* font-size: 42px; */
    font-weight: bold;
    letter-spacing: 0;
    line-height: 63px;
    text-align: center;
    margin-top: 3rem;
}

@media(max-width:1920px) {
    .intro-header-wrapper {
        background-position: left -10% bottom 0%;
        background-size: 60%;
        padding-top: 80px;
    }
}

@media(max-width:1400px) {
    .intro-header-wrapper {
        background-position: left -10% bottom 0%;
        background-size: 75%;
        padding-top: 80px;
    }
}

@media(max-width:768px) {
    .intro-header-wrapper {
        background-size: 100%;
        background: none;
        padding-bottom: 0px;
    }
    .intro-para {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: .5rem
    }
    .feature-card {
        padding: 20px;
        padding-top: 30px;
        min-height: initial;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto
    }
    .feature-card-header1 {
        /* font-size: 18px;
        line-height: 20px;
        margin-bottom: 25px; */
        padding-left: 0px !important;
        /* position: absolute;
        top: 10%; */
    }
    .feature-card-header {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 25px;
        padding-left: 120px;
    }
    .feature-card-img {
        top: -30px
    }
    .feature-card-img img {
        max-width: 105px
    }
    .policy-highlight-wrapper {
        padding-top: 40px
    }
    .sectionTwoHeader {
        margin-top: 0rem;
        font-size: 30px;
        line-height: 38px;
    }
    .feature-card1 {
        min-width: 100%;
        min-height: unset;
        padding-top: 100px;
    }
    .feature-card2 {
        min-width: 100%;
        min-height: unset;
        padding-top: 100px;
    }
    .feature-card3 {
        min-width: 100%;
        min-height: unset;
        padding-top: 100px;
    }
    .feature-card4 {
        min-width: 100%;
        min-height: unset;
        padding-top: 100px;
    }
}

@media(max-width:767px) {
    .feature-card-header1 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 25px;
        padding-left: 150px !important;
        position: absolute;
        top: 10%;
    }
}

@media(max-width:480px) {
    .intro-header-wrapper {
        padding-top: 30px
    }
}