body {
    overflow-x: hidden
}

.section-container {
    align-items: stretch;
    display: flex;
    gap: 30px;
    margin: 0
}

.section-right {
    flex-direction: row-reverse
}

.section-image {
    background-position: 100% 0;
    background-size: cover;
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 35% 0);
    overflow: hidden;
    position: relative;
    width: 50%;
    z-index: 0
}

.section-image .parallax {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.section-left .section-image,
.section-right .section-image {
    align-items: center;
    display: flex;
    justify-content: center
}

.section-content {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    position: relative;
    text-align: left;
    width: 50%;
    z-index: 1
}

.section-container a.button.button--secondary {
    align-self: flex-start;
    background: none;
    border: 4px solid;
    border-radius: 5px;
    color: #3262ea;
    display: inline-block;
    font-size: 22px;
    padding: 10px 20px;
    text-align: center
}

.section-container a.button.button--secondary:hover {
    background-color: #ef424a;
    color: #030456;
    font-size: 22px;
    padding: 10px 20px
}

.section-left .section-content h2 {
    padding-left: 0;
    padding-right: 300px;
    padding-top: 50px
}

.section-left .section-content p {
    font-size: 24px !important;
    padding-left: 0;
    padding-right: 300px
}

.section-right .section-content h2 {
    padding-left: 300px;
    padding-right: 0;
    padding-top: 50px
}

.section-right .section-content p {
    font-size: 24px !important;
    padding-left: 300px;
    padding-right: 0
}

.section-left .section-content a.button.button--secondary {
    border-color: #ef424a;
    color: #ef424a;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 300px;
    text-align: center
}

.section-left .section-content a.button.button--secondary:hover {
    background-color: #ef424a;
    border-color: #ef424a;
    color: #fff
}

.section-right .section-content a.button.button--secondary {
    border-color: #040456;
    color: #040456;
    margin-bottom: 50px;
    margin-left: 300px;
    margin-right: 0;
    text-align: center
}

.section-right .section-content a.button.button--secondary:hover {
    background-color: #040456;
    border-color: #040456;
    color: #fff
}

.section-left .section-content h2 span {
    color: #ef424a;
    display: inline;
    font-size: 44px
}

.section-right .section-content h2 span {
    color: #040456;
    display: inline;
    font-size: 44px
}

@media (max-width:1600px) {
    .section-left .section-content h2 span {
        font-size: 40px !important
    }
    .section-left .section-content h2 {
        margin-right: 50px;
        margin-top: 25px;
        padding: 0
    }
    .section-right .section-content h2 span {
        font-size: 40px !important
    }
    .section-right .section-content h2 {
        margin-left: 50px;
        margin-top: 25px;
        padding: 0
    }
    .section-left .section-content p {
        font-size: 18px !important;
        margin-right: 50px;
        padding: 0
    }
    .section-right .section-content p {
        font-size: 18px !important;
        margin-left: 50px;
        padding: 0
    }
    .section-left .section-content a.button.button--secondary {
        margin-bottom: 25px;
        margin-right: 50px
    }
    .section-right .section-content a.button.button--secondary {
        margin-bottom: 25px;
        margin-left: 50px
    }
}

@media (max-width:767px) {
    .section-container {
        flex-wrap: wrap;
        margin: 0
    }
    .section-image {
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
        height: 300px;
        width: 100% !important
    }
    .section-content {
        margin-top: -30%;
        width: 100% !important
    }
    .section-left .section-content h2,
    .section-left .section-content p,
    .section-right .section-content h2,
    .section-right .section-content p {
        margin: 0 10px 10px;
        padding: 0
    }
    .section-left .section-content a.button.button--secondary,
    .section-right .section-content a.button.button--secondary {
        margin: 0 10px 10px
    }
}

@media (max-width:1024px) {
    .section-content {
        margin: 0 10px 10px
    }
    .section-content,
    .section-image {
        width: 50%
    }
}

@media(min-width:768px) {
    .section-right .section-image {
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 35% 0)
    }
    .section-left .section-image {
        clip-path: polygon(0 100%, 100% 100%, 65% 0, 0 0)
    }
}

.section-image:before {
    background: -webkit-linear-gradient(180deg, rgba(4, 4, 86, .6), rgba(4, 4, 86, 0));
    background: linear-gradient(180deg, rgba(4, 4, 86, .6), rgba(4, 4, 86, 0));
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}