.sp-promo {
    overflow-x: clip;
}
.sp-promo h1 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 15px;
}
.sp-promo__inner {
    position: relative;
    padding-top: 100px;
    padding-bottom: 105px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sp-promo__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    max-width: 650px;
}
.sp-promo__content p {
    margin-bottom: 0;
}
.sp-promo__image {
    position: absolute;
    width: 934px;
    margin-top: -1%;
    right: -18%;
    top: 50%;
    transform: translateY(-50%);
}
.sp-promo__image img {
    width: auto;
}



.sp-promo .ellipse {
    z-index: 0;
}
.sp-promo__ellipses .ellipse:first-child {
    left: calc(50% - 1200px);
    top: -125%;
}
.sp-promo__ellipses .ellipse:nth-child(2) {
    height: 465px;
    width: 465px;
    right: -25%;
    top: -20%;
    opacity: .6;
}
@media (max-width: 1365px) {
    .sp-promo__ellipses .ellipse:first-child {
        top: -100%;
        left: -35%;
    }
}
@media (max-width: 1199px) {
    .sp-promo__ellipses .ellipse:first-child {
        top: -100%;
        left: -45%;
    }
}
@media (max-width: 991px) {
    .sp-promo__ellipses .ellipse {
        height: 465px;
        width: 465px
    }
    .sp-promo__ellipses .ellipse:first-child {
        left: -180px;
        top: -25%;
    }
    .sp-promo__ellipses .ellipse:nth-child(2) {
        right: -25%;
        top: -50%;
    }
}
@media (max-width: 767px) {
    .sp-promo__ellipses .ellipse:nth-child(2) {
        top: auto;
        bottom: -10%;
    }
}
@media (max-width: 639px) {
    .sp-promo__ellipses .ellipse:first-child {
        top: -50%;
    }
}
@media (max-width: 575px) {
    .sp-promo__ellipses .ellipse:first-child {
        left: -250px;
    }
    .sp-promo__ellipses .ellipse:nth-child(2) {
        bottom: -25%;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .sp-promo__content {
        max-width: 540px;
    }
    .sp-promo__image {
        width: 800px;
        right: -13%;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .sp-promo__content {
        max-width: 400px;
        font-size: 18px;
    }
    .sp-promo__image {
        right: -370px;
    }
}


@media (max-width: 767px) {
    .sp-promo__inner {
        padding-top: 0;
        padding-bottom: 25px;
    }
    .sp-promo__content {
        order: 2;
        margin-top: -85px;
        font-size: 18px;
        text-align: center;
    }
    .sp-promo h1 {
        font-size: 48px;
        margin-left: auto;
        margin-right: auto;
    }
    .sp-promo__image {
        width: 100%;
        margin-top: -50px;
        position: relative;
        right: auto;
        left: -4%;
        top: 0;
        transform: none;
    }
}


@media (max-width: 639px) {
    .sp-promo__image {
        margin-top: -35px;
    }
}


@media (max-width: 575px) {
    .sp-promo h1 {
        font-size: 42px;
    }
    .sp-promo__content {
        font-size: 16px;
        margin-top: -11px;
    }
    .sp-promo__image {
        margin-top: 20px;
        left: -9%;
        transform: scale(1.5);
    }
}