.content a,
.content-text h1,
.content-text h2,
.content-text h3 {
    font-family: 'Raleway-Bold';
}

.content-text h5,
.content-text p {
    font-family: 'Raleway-Medium';
}

.content-text span {
    color: var(--orange);
}

.orange-button{
    background-color: var(--orange);
    color: white;
    font-size: 20px;
    text-decoration: none;
    padding: 12px 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
}

.orange-button:hover {
    background-color: var(--orange-hover);
    color: white;
}

#sec-3, #sec-5 {
    background-color: var(--verylightgrey);
}

#sec-3, #sec-6 {
    border-top: 16px solid var(--orange);
}

#sec-1 {
    width: 100%;
    height: 719px;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background: linear-gradient(292.38deg, rgba(253, 145, 75, 0.21) 26.11%, rgba(9, 28, 54, 0.63) 67.21%), url("/static/images/about/about_hero.jpg")
}

#sec-1 .content{
    max-width: var(--mw-content);
    height: 100%;
    align-items: center;
    display: flex;
    margin: 0 auto;
    padding: 20px;
}

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

#sec-1 .content .content-text h1{
    color: white;
    font-size: 72px;
    line-height: 1.5;
}

#sec-1 .content .content-text h5{
    color: white;
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.5;
}

#sec-2 {
    width: 100%;
    height: 374px;
    background: linear-gradient(273.86deg, #1C9CD0 0%, #091C36 100%);
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#sec-2 .content{
    width: 100%;
    max-width: 1500px;
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
}

#sec-2 .content .content-text {
    width: 848px;
    padding: 20px;
    margin: 60px 130px 60px auto;
}

#sec-2 .content .content-text h2 {
    color: var(--orange);
    font-size: 45px;
}

#sec-2 .content .content-text p {
    color: white;
    font-size: 32px;
}

#sec-2 .content img {
    position: absolute;
    width: 370px;
    left: 42px;
    top: 100px;
    opacity: 0.5;
}

#sec-3 {
    background-color: var(--verylightgrey);
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

#sec-3 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 120px 10vw;
    width: 100%;
}

#sec-3 .content img {
    width: 32vw;
}

#sec-3 .content .content-text {
    width: 38vw;
}

#sec-4 {
    background-color: var(--lightgrey);
    min-height: 573px;
    display: flex;
    align-items: center;
}

#sec-4 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 120px 10vw;
}

#sec-4 .content .content-text {
    max-width: 35vw;
}

#sec-4 .content .content-text h3 {
    margin-bottom: 24px;
}

#sec-4 .content .img-holder {
    margin-right: 4vw;
}

#sec-4 .content img {
    width: 37vw;
    bottom: 50%;
}

#sec-5 .sec5-big-image{
    position: absolute;
    bottom: 0%;
    right: 10vw;
    width: 28vw;
    max-width: 420px;
}

#sec-5 {
    background-color: var(--verylightgrey);
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

#sec-5 .content{
    width: var(--mw-content);
    padding: 20px;
    margin: 100px 10vw 150px;
    max-height: 570px;
}

#sec-5 .content .content-text{
    max-width: 40vw;
}

#sec-5 .content .content-text h1{
    color: var(--navy);
    font-size: 45px;
    font-family: 'Raleway-Bold';
    line-height: 1.5;
}

#sec-5 .content .content-text p{
    color: var(--navy);
    font-size: 18px;
    font-family: 'Raleway-Medium';
    max-width: 587px;
    line-height: 1.5;
}

#sec-5 .content .content-text .bullet-point{
    width: 100%;
    max-width: 750px;
    min-height: 113px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sec-5 .content .content-text .bullet-point .image-holder{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#sec-5 .content .content-text .bullet-point p {
    color: var(--navy);
    font-family: 'Raleway-Bold';
    line-height: 1.5;
    width: 31vw;
    margin: 0;
}

#sec-5 .content .content-text .bullet-point img{
    width: 61px;
    color: var(--blue);
}

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

#sec-6 .content {
    margin: 80px auto;
}

#sec-6 .content .content-text {
    color: white;
    text-align: center;
    max-width: 43vw;
}

#sec-6 .content .content-text h2 {
    margin-bottom: 20px;
}

#sec-6 .content .content-text p {
    margin-bottom: 40px;
}

@media(max-width: 900px) {
    #sec-1{
        width: 100%;
        height: 614px;
        background-position: right center;
    }

    #sec-1 .content .content-text{
        max-width: 458px;
        height: 246px;
        text-align: left;
    }

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

    #sec-1 .content .content-text h5{
        font-size: 18px;
        margin-bottom: 38px;
    }

    #sec-2{
        width: 100%;
        height: 279px;
        background-position: right center;
    }

    #sec-2 .content .content-text{
        width: 549px;
        height: 151px;
        padding: 0 20px;
        margin: 64px 24px 64px auto;
        text-align: left;
    }

    #sec-2 .content .content-text h2{
        font-size: 32px;
        line-height: 1.2;
    }

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

    #sec-2 .content img {
        width: 194px;
        left: -13px;
        top: 131px;
    }

    #sec-3 .content {  
        margin: 64px 3vw;
    }

    #sec-3 .content .content-text {
        width: 343px;
    }

    #sec-3 .content .content-text h3,
    #sec-4 .content .content-text h3 {
        font-size: 24px;
        line-height: 36px;
    }

    #sec-3 .content .content-text p {
        margin-top: 24px;
        font-size: 16px;
    }

    #sec-4 .content {
        min-height: 375px;
        margin: auto 3vw;
    }

    #sec-4 .content .content-text {
        max-width: 41vw;
    }

    #sec-4 .content img {
        width: 34vw;
    }

    #sec-5{
        height: 814px;
        overflow: hidden;
    }

    #sec-5 .content .sec5-big-image {
        width: 50vw;
        right: 3vw;
        bottom: -25%;
    }

    #sec-5 .content{
        margin: 64px 3vw 64px 3vw;
        padding: 0;
        max-height: none;
    }

    #sec-5 .content .content-text {
        max-width: 45vw;
    }

    #sec-5 .content .content-text h3{
        font-size: 24px;
        line-height: 36px;
        text-align: left;
    }

    #sec-5 .content .content-text p{
        font-size: 16px;
        margin-bottom: 32px;
        text-align: left;
    }

    #sec-5 .content .content-text .bullet-point {
        flex-direction: column;
        align-items: start;
    }

    #sec-5 .content .content-text .bullet-point p {
        max-width: 36vw;
        margin-bottom: 24px;
    }

    #sec-5 .content .content-text .bullet-point img {
        margin-bottom: 24px;
    }

    #sec-6 {
        min-height: 359px;
    }

    #sec-6 .content {
        margin: 64px auto;
    }

    #sec-6 .content .content-text {
        max-width: 54vw;
    }
}

@media(max-width: 600px) {
    #sec-1 {
        width: 100%;
        height: 574px;
        background-position: center;
    }

    #sec-1 .content{
        max-width: var(--mw-content);
        height: 100%;
        align-items: center;
        display: flex;
        margin: 0 auto;
        padding: 20px;
    }

    #sec-1 .content .content-text{
        max-width: 673px;
        text-align: center;
        align-items: center;
    }

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

    #sec-1 .content .content-text h5{
        font-size: 18px;
        margin-bottom: 40px;
    }

    #sec-2 .content {
        height: 297px;
    }

    #sec-2 .content .content-text {
        padding: 0;
        margin: 64px 16px;
        text-align: center;
    }

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

    #sec-2 .content img {
        display: none;
    }

    #sec-3 .content {
        flex-direction: column;
    }

    #sec-3 .content .content-text,
    #sec-4 .content .content-text {
        margin-bottom: 64px;
    }

    #sec-3 .content img,
    #sec-4 .content img {
        width: 80vw;
    }

    #sec-4 {
        min-height: 733px;
        display: flex;
    }

    #sec-4 .content {
        /* padding: 64px 0;  */
        margin: 64px 0;
        /* margin: 0 3vw; */
        min-height: 611px;
        flex-direction: column-reverse;
    }

    #sec-4 .content .content-text {
        max-width: 90vw;
    }

    #sec-5 .content{
        margin: 64px 3vw 64px 3vw;
        max-height: none;
    }

    #sec-5 .content .content-text {
        justify-content: center;
        max-width: 100%;
        text-align: center;
    }

    #sec-5 .content .sec5-big-image {
        display: none;
    }

    #sec-5 .content .content-text .bullet-point {
        flex-direction: column;
        align-items: center;
    }

    #sec-5 .content .content-text .bullet-point p {
        max-width: 75vw;
        margin-bottom: 24px;
        text-align: center;
    }

    #sec-6 {
        background-position: center;
    }

    #sec-6 .content .content-text {
        max-width: 93vw;
    }

    #sec-6 .content .content-text h2 {
        color: white;
    }
}

@media(min-width: 1440px) {
    #sec-1 {
        background: linear-gradient(292.38deg, rgba(253, 145, 75, 0.21) 26.11%, rgba(9, 28, 54, 0.63) 67.21%), url("/static/images/about/about_hero.jpg") 50% -150px;
        background-blend-mode: multiply;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #sec-6{
        background: linear-gradient(95.42deg, rgba(9, 28, 54, 0.6) 0%, rgba(28, 156, 208, 0.6) 100.57%), url("/static/images/cta2.jpg") 50% -250px;
        background-blend-mode: multiply;
        background-size: cover;
        background-repeat: no-repeat;
    }
}