body {
    font-family: 'Fira Sans', sans-serif;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    max-width: 1240px;
    line-height: 1.5;
}

h1{
    font-size: 54px;
    font-weight: 700;
    color: #002651;
}

h2{
    font-size: 48px;
    font-weight: 700;
    color: #002651;
}

h3{
    font-size: 36px;
    font-weight: 600;
    color: #002651;
}

h4{
    font-size: 24px;
    font-weight: 600px;
    color: #002651;
}

h5{
    font-size: 20px;
    font-weight: 400;
    color: #002651;
    line-height: 1.5;
}


p{
    font-size: 20px;
    font-weight: 400;
    color: #002651;
}

nav{
    padding: 48px 0;
    text-align: center;
}

.navbar-brand{
    text-align: left;
}

.header-content .tagline{
    background-color: #F5F5F5;
    padding: 8px 16px;
    border-radius: 300px;
    color: #002651;
}

.header-content h1{
    margin: 40px 0 18px;
}

.header-content h5{
    margin-bottom: 40px;
}

.main-cta{
    display: block;
    text-align: center;
    width: 180px;
    height: 48px;
    padding: 11px 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background-color: #E7205F;
    font-size: 16px;
    border-radius: 4px;
    outline: 2px solid #E7205F;
}

.main-cta:hover{
    transition: ease .2s;
    background-color: #c3164d;
    color: #fff;
}

.section-heading{
    padding: 64px 0 0;
    margin: 0 auto;
    text-align: center;
    max-width: 610px;
}

.features h3{
    margin-bottom: 16px;
    max-width: 395px;
}

.features p{
    max-width: 395px;
}

.features .custom-bg{
    background: #f9f9f9;
    border-radius: 16px;
    width: 100%;
    margin: auto;
}

.list-section{
    border-radius: 16px;
    padding: 64px 0;
    background-color: #002651;
}


.list-section h2{
    color: #fff;
    max-width: 417px;
}

.list-section h5{
    color: #fff;
    max-width: 417px;
}

.list-section h4{
    color: #fff;
    max-width: 417px;
}

.list-section p{
    color: #fff;
    max-width: 417px;
}


.accordion{
    margin:64px auto;
    max-width: 700px;
}

.promo-banner{
    background-image: url(images/promo-banner.png);
    width: 100%;
    min-height: 381px;
    display: flex;
    align-items: center;
    border-radius: 16px;
}

.promo h2{
    color: #fff;
    margin-bottom: 12px;
}
.promo h5{
    color: #fff;
    margin-bottom: 40px;
}

.promo .promo-cta{
    padding: 12px 20px;
    color: #002651;
    text-decoration: none;
    background-color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
}



input{
    border: 1px solid #EBEDF2;
    border-radius: 4px;
    height: 43px;
    padding: 12px;
    margin-right: 16px;
    width: 280px;
}

::placeholder{
    color: #475467;
}

.copyright{
    width: 100%;
    padding: 32px 0;
}
.col-6 span{
    color: #667085;
}

.accordion-button:not(.collapsed){
    background-color: #fafafa;
}
.btn-wrapper{
    max-width: 385px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.contact-cta{
    background-color: #ffffff0e;
    outline: 2px solid #fff;
}
.contact-cta:hover{
    transition: ease .2s;
    background-color: #fff!important;
    color: #002651;
}

@media only screen and (max-width: 992px){
    .header-content{
        margin-bottom: 60px;
    }
    .img-col{
        margin-top: 30px;
    }

    .header-content h1{
        font-size: 44px;
        margin-top: 18px!important;
    }

    h2{
        font-size: 40px;
    }

    .flex-list-items{
        padding: 48px 0!important;
        text-align: center;
    }

    .features h3{
        font-size: 28px;
        margin-bottom: 8px;
    }

    .features p{
        margin-bottom: 0px;
    }

    .list-section{
        padding: 32px 0;
    }

    .list-section h5{
        margin-bottom: 48px;
    }

    .list-padding{
        padding: 0px 16px!important;
    }

    .list-text{
        padding-right: 0px!important;
    }

    .promo-banner{
        padding: 0px 24px;
        background-repeat: no-repeat;
    }

    input{
        width: 100%;
        margin: 0 0px 28px;
    }

}

@media only screen and (max-width: 464px) {
    .btn-wrapper .main-cta{
        width: 100%;
        margin: 16px 0;
    }

    .btn-wrapper{
        max-width: 100%;
        margin: auto;
        display: block;
        justify-content: space-between;
    }
}
