.cta-with-socials {
    --block-bg: #232323;
    --title-font: 42px;
    --text-font: 18px;
}

.cta-with-socials .cta-with-socials__title {
    text-transform: uppercase;
}

.cta-with-socials .cta-with-socials__text {
    margin-top: 32px;
}

.cta-with-socials .cta-with-socials__social-block {
    margin-top: 32px;
}

.cta-with-socials .cta-with-socials__social {
    background-color: #444444;
    border: 0.5px solid #606060;
    color: #FFFFFFCC;
    justify-content: center;
    flex: 1;
    font-weight: 500;
    font-size: 14px;
    transition: background-color 0.2s;
}

@media screen and (hover: hover){
    .cta-with-socials .cta-with-socials__social:hover {
        background-color: #2B2B2B;
    }
}

.cta-with-socials .cta-with-socials__blob-picture {
    display: flex;
    position: absolute;
}

.cta-with-socials .cta-with-socials__blob-img {
    height: 100%;
    width: auto;
}

.cta-with-socials .cta-with-socials__blob-picture.top {
    top: 0;
    left: 0;
    height: 560px;
}

.cta-with-socials .cta-with-socials__blob-picture.bottom {
    bottom: 0;
    right: 0;
    height: 535px;
}

@media screen and (max-width: 1200px) {
    .cta-with-socials {
        padding: 30px;
    }
}

@media screen and (max-width: 750px) {
    .cta-with-socials .form-block,
    .cta-with-socials .cta-with-socials__right {
        padding: 0;
    }

    .cta-with-socials {
        border-radius: 20px;
    }

    .cta-with-socials .cta-with-socials__text {
        margin-top: 16px;
    }

    .cta-with-socials .cta-with-socials__social-block {
        margin-top: 16px;
    }
}
