.section1{
    /* background: linear-gradient(94.5deg, #F5F5F5 2.77%, #F3F3F3 96.85%); */
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: auto;
}


.section4{
    background-color: transparent;
    background-image: url(/static/general/assets/images/section4-background.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: white;
    position: relative;
    z-index: 2;
}

.section4 .curiosity-section-title h3{
    color: white;
}

@media only screen and (max-width: 767px){
    .section4 .section-mobile, .section3 .section-mobile{
        display: inline-block;
    }

    .section4 .section-mobile .curiosity-section-multi-block-table .content-block-body{
        background-color: #F5F5F5;
        color: black;
        border-radius: 4px;
    }

    .section4 .section-large, .section3 .section-large{
        display: none;
    }
}

.section3 .curiosity-section-multi-block-table .content-block .content-block-text, .section3 .curiosity-section-title, .section3 .curiosity-section-title h3{
    color: black;
}

.section3 .curiosity-section-multi-block-table .content-block .content-block-body{
    background-color: #F5F5F5;
    border-radius: 4px;
}

.section2{
    background-color: transparent;
    background-image: url(/static/general/assets/images/section2-background.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: white;
    margin-top: -150px;
}

.section2 .curiosity-section-title h3{
    color: white;
}

.section2 .section .curiosity-section-slideshow .content-block-body{
    background-color: transparent;
}

.section2 .section .curiosity-section-slideshow .content-block-body .content-block-img > .head-image{
    width: inherit;
}

.section2 .section .curiosity-section-slideshow .content-block hr {
    display: block;
    width: 80px;
    height: 1px;
    background-color: white; 
}

.section2 .section-body, .section2 .section-mobile{
    width: 100%;
}

@media only screen and (max-width: 1000px){
    .section2 .section .section-mobile{
        display: inline-block;
    }
    .section2 .section .section-large{
        display: none;
    }
}

@media only screen and (max-width: 991px){
    .section2 .section{
        margin-top: -260px;
    }
}

@media only screen and (max-width: 600px){
    .section1{
        background-position: left;
    }
}

@media only screen and (max-width: 400px){
    .section1{
        background-position: 10% 50%;
    }
}