@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
.banner-heading{
    color: #67BC73;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.heading-sections {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 425px;
    margin-top: 33px;
}

.content-heading {
    flex: 1;
    text-align: center;
}

.image img {
    max-width: 100%;
    height: auto;
}

h2.header-1 {
    color: #01064A;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

p.paragraph-content{
    /*color: #000;*/
    /*!*font-family: Oswald;*!*/
    /*font-size: 21px;*/
    /*line-height: 11px;*/
    /*font-weight: 400;*/
    /*line-height: 30px;*/
    /*text-align: left;*/
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    font-style: normal;
    letter-spacing: 0.4px;
}

.sub-pages ul {
    text-align: left;
    list-style: none;
    padding-left: 0;
}
.sub-pages ul li{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    font-style: normal;
    letter-spacing: 0.4px;
}
h4.header-2 {
    text-align: left;
    color: #01064A;
    /*font-family: Oswald;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.pt-20{
    padding-top: 20px;
}
.pb-20{
    padding-bottom: 20px;
}
.pt-10{
    padding-top: 10px;
}
.pb-10{
    padding-bottom: 10px;
}
.sub-pages {
    padding-bottom: 26px;
}
h2.header-3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    line-height: normal;
}

@media only screen and (max-width: 767px) {
    .heading-sections {
         display: block;
    }
    .heading-sections {
        height: 400px;
    }
    .banner-heading {
        font-size: 34px;
        text-align: center;
    }
    h2.header-1 {
        font-size: 20px;
    }
}