#sec-1 {
    background: linear-gradient(292.38deg, rgba(253, 145, 75, 0.34) 26.11%, rgba(9, 28, 54, 0.595) 67.21%), url("/static/images/marketing/pricing_header.jpg");
    background-blend-mode: multiply; 
    background-position: center;
    background-size: cover;
    min-height: 557px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sec-1 .content {
    display: flex;
    max-width: 669px;
    padding-top: 40px;
}

#sec-1 .content .content-text {
    color: white;
    text-align: center;
}

#sec-1 .content .content-text h1 {
    font-family: 'Raleway-Bold';
    font-size: 64px;
    margin-bottom: 24px;
}

#sec-1 .content .content-text p {
    font-family: 'Raleway-Regular';
    font-size: 24px;
}

#sec-2 {
    display: flex;
    justify-content: center;
    min-height: 886px;
    border-bottom: 16px solid var(--orange);
}

#sec-2 .accordion p,
#sec-2 .accordion button {
    color: var(--light-navy)!important;
}

#sec-2 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1140px;
    padding-bottom: 0px;
}

#sec-2 .content sup {
    top: -0.9em;
    left: 0.1em;
    font-size: 0.5em;
}

#sec-3 {
    background-color: var(--lightgrey);
    min-height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    border-bottom: 16px solid var(--orange);
}

#sec-3 .content{
    width: var(--mw-content);
    margin: 0 auto;
    min-height: 400px;
}

#sec-3 .content .content-text{
    padding-bottom: 30px;
}

#sec-3 .content .content-text h1{
    font-family: 'Raleway-Bold';
    font-size: 45px;
    color: var(--navy);
    max-width: 360px;
}

#sec-4 {
    background-image: linear-gradient(95.42deg, rgba(9, 28, 54, 0.6) 0%, rgba(28, 156, 208, 0.6) 100.57%), url("/static/images/marketing/cta1_desktop.jpg");
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 445px;
}

#sec-4 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sec-4 .content .content-text {
    text-align: center;
    color: white;
    max-width: 692px;
}

#sec-4 .content a {
    color: white;
    background-color: var(--orange);
    font-family: 'Raleway-Medium';
    font-size: 24px;
    text-align: center;
    width: 229px;
    padding: 10px 0;
    text-decoration: none;
}

#sec-4 .content .content-text h2 {
    font-family: 'Raleway-Bold';
}

#sec-4 .content .content-text p {
    font-family: 'Raleway-Regular';
}

@media (max-width: 1140px) {

    #sec-2 {
        justify-content: flex-start;
    }

    #sec-2 .content {
        margin-top: -100px;
        overflow-x: scroll;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1140px;
        padding-bottom: 20px;
    }
}

@media (max-width: 900px) {

    #sec-1 {
        min-height: 443px;
    }

    #sec-1 .content {
        max-width: 485px;
        padding-top: 0;
    }

    #sec-1 .content .content-text h1 {
        font-size: 45px;
    }

    #sec-1 .content .content-text p {
        font-size: 18px;
    }

    #sec-2 {
        background-color: var(--navy);
        min-height: 783px;
    }

    #sec-2 .content {
        align-items: flex-end;
        padding-bottom: 46px;
    }

    #sec-2 .content .pricing-cards{
        padding-bottom: 0;
    }   
    
    #sec-3 .content .content-text h1{
        font-size: 32px;
        text-align: center;
        margin: 0 auto;
    }

    #sec-4 .content .content-text p {
        margin: 24px auto;
    }

    #sec-4 .content .content-text a {
        margin-top: 8px;
    }
}

@media (max-width: 600px) {

    #sec-1 {
        min-height: 413px;
    }

    #sec-1 .content {
        max-width: 343px;
    }

    #sec-1 .content .content-text h1 {
        font-size: 36px;
    }

    #sec-2 {
        background-color: var(--lightgrey)
    }

    #sec-2 .content {
        margin: 0;
        padding: 0;
    }

    #sec-3 .content .content-text h1{
        font-size: 24px;
    }

    #sec-4 {
        background-position: 80% 50%;
        background-size: cover;
    }

    #sec-4 .content {
        margin: 0 16px;
    }
}

@media(min-width: 1440px) {
    #sec-1 {
        background: linear-gradient(292.38deg, rgba(253, 145, 75, 0.34) 26.11%, rgba(9, 28, 54, 0.595) 67.21%), url("/static/images/marketing/pricing_header.jpg") 50% -150px;
    }
}