.pocoX7 {
    position: relative;
    z-index: 1;
    height: 400px;
    overflow: hidden;
}

.pocoX7 .dropsLogo {
    position: absolute;
    top: -.5rem;
    right: -1rem;
    transform: scale(0.5);
}

.pocoX7 img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1000px) {
    .pocoX7 .dropsLogo {
        top: -1.4rem;
        right: -2rem;
        transform: scale(0.35);
    }
}

@media (max-width: 720px) {
    .pocoX7 .dropsLogo {
        display: none;
    }
}

.pocoX7__logo {
    position: absolute;
    left: 1rem;
    top: 0;
}

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

.pocoX7__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pocoX7__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12rem;
    height: 100%;
}

@media (max-width: 1120px) {
    .pocoX7__container {
        gap: 6rem;
    }
}


.pocoX7__container > div {
    min-width: 10px;
}

.pocoX7__left {
    padding-inline-end: 4rem;
    padding-block-start: 5rem;
}

.pocoX7__btnWhite {
    width: fit-content;
    font-size: clamp(1.75rem, 0.1875rem + 5vw, 3rem);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.1em 0.5em;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0.6em;
    background-color: transparent;
    margin-inline: auto;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}

.pocoX7__left .drops {
    display: flex;
    margin: 2rem 0 0 auto;
    justify-content: center;
}

@media (max-width: 1000px) {
    .pocoX7__left .drops {
        margin: 3rem 0 0 auto;
    }
}

@media (max-width: 650px) {
    .pocoX7__left .drops {
        margin: 1rem 0 0 0;
    }
}

.pocoX7__left .drop {
    width: 7.5rem;
    height: 7.5rem;
    padding: 0 0 0.375rem;
    border: .125rem solid #fff;
    border-radius: 0 50% 50% 50%;
    font-size: 1.063rem;
    transform: rotate(0);
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
}

@media (max-width: 1300px) {
    .pocoX7__left .drop {
        width: 6rem;
        height: 6rem;
        padding: 0.25rem 0.25rem 0.375rem 0;
    }
}

@media (max-width: 1000px) {
    .pocoX7__left .drop {
        width: 5rem;
        height: 5rem;
        border: 0.1875rem solid #fff;
        font-size: 0.875rem;
    }
}

@media (max-width: 650px) {
    .pocoX7__left .drop {
        width: 5rem;
        height: 5rem;
        border: 0.125rem solid #fff;
        font-size: 0.6875rem;
    }
}

.pocoX7__left .drop>div {
    transform: rotate(0);
}

.pocoX7__left .drop--orange {
    position: relative;
    z-index: 4;
    transform: rotate(180deg);
    margin-inline: -.5rem;
}

.pocoX7__left .drop--orange span {
    font-size: 1.5em;
}

.pocoX7__left .drop--orange > div {
    transform: rotate(180deg);
}

@media (min-width: 1301px) {
    .pocoX7__left .drop--orange>div>div {
        font-size: 1.375rem;
    }
}

.pocoX7__left .drop--violet {
    position: relative;
    margin: 0 0;
    transform: rotate(0deg);
    z-index: 1;
}

.pocoX7__left .drop--green {
    transform: rotate(90deg);
    z-index: 2;
}

.pocoX7__left .drop--green > div {
    transform: rotate(-90deg);
}

@media (min-width: 1301px) {
    .pocoX7__left .drop--green>div>div {
        margin: 0 0 0.25rem;
        font-size: 1.625rem;
    }
}

.pocoX7__right {
    padding-inline-start: 6rem;
    background-color: rgba(32, 41, 85, 0.8);
    padding-block-start: 5rem;
}

@media (max-width: 1250px) {
    .pocoX7__right {
        padding-inline-start: 2rem;
    }
}

.pocoX7__h1 {
    font-size: clamp(1.75rem, 0.6563rem + 3.5vw, 2.625rem);
    font-weight: 700;
    margin-block-end: .5rem;
}

.pocoX7__h1 span {
    font-size: 1.4em;
    letter-spacing: 0.04em;
}

.pocoX7__h3 {
    font-size: clamp(1.75rem, 0.6563rem + 3.5vw, 2.625rem);
    margin-block-end: 1.5rem;
}
.pocoX7__rightInner {
    max-width: 400px;
    margin-inline: 0 auto;
}

.pocoX7__btnBlue {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    background-color: #2f3d70;
    font-size: clamp(1.75rem, 0.6563rem + 3.5vw, 2.625rem);
    padding: 0.1em 0.5em;
    border-radius: 0.6em;
    z-index: 2;
}

.pocoX7__btnBlue:before,
.pocoX7__btnBlue:after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 0.6em;
    background-color: #2f3d70;
    z-index: -1;
}

.pocoX7__btnBlue:before {
    z-index: -1;
    background-color: #f7d23f;
    transform: rotate(2deg);
}

.pocoX7__btnBlue span {
    display: inline-block;
    padding-inline-end: 0.5rem;
    font-size: 0.8em;
}

@media (max-width: 969px) {
    .pocoX7 {
        height: auto;
    }

    .pocoX7__container {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-inline-start: 40%;
    }

    .pocoX7__left {
        padding-inline-end: 0;
        padding-block-start: 2rem;
    }

    .pocoX7__right {
        padding-block: 3rem;
    }
}

@media (max-width: 560px) {
    .pocoX7__container {
        padding: 3rem 0 0;
    }

    .pocoX7__right,
    .pocoX7__right {
        padding: 2rem 1rem;
        text-align: center;
    }

    .pocoX7__logo {
        width: 80px;
        height: auto;
    }
}