.custom-module.dsp-wrap {
    width: 100%;
    margin: 20px auto;
    background-image: url("https://www.carbon6.io/wp-content/uploads/2025/02/cta-dsp-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-color: white;
}

@media (max-width: 767px) {
    .custom-module.dsp-wrap {
        background-image: unset;
        max-width: 400px;
        border: 1px solid black;
        border-radius: 5px;
    }
}

.custom-module.dsp-wrap .grid-bg {
    position: absolute;
    width: 100%;
    background-image: url("https://www.carbon6.io/wp-content/uploads/2025/02/cta-dsp-grid.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    mix-blend-mode: soft-light;
    inset: 0;
}

.custom-module.dsp-wrap .module-wrapper {
    padding: 25px;
    position: relative;
    z-index: 1;
}

.custom-module.dsp-wrap .module-two-cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.custom-module.dsp-wrap .module-two-cols .txt-wrap {
    width: 42%;
}

@media (max-width: 767px) {
    .custom-module.dsp-wrap .module-two-cols {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }

    .custom-module.dsp-wrap .module-two-cols .txt-wrap {
        width: unset;
    }
}

.custom-module.dsp-wrap .module-two-cols .txt-wrap p.desc {
    font-size: 26px !important;
    line-height: 1.4em !important;
}

.custom-module.dsp-wrap .module-two-cols .txt-wrap p.desc span {
    color: #303ab2;
    font-size: 36px;
    font-weight: 700;
    display: block;
}

.custom-module.dsp-wrap .module-two-cols .txt-wrap .global-btn {
    background-color: #303ab2;
    color: white;
    font-size: 12px;
    text-decoration: none !important;
    max-width: 162px;
    display: block;
}

@media (max-width: 767px) {
    .custom-module.dsp-wrap .module-two-cols .txt-wrap p.desc,
    .custom-module.dsp-wrap .module-two-cols .txt-wrap p.desc span,
    .custom-module.dsp-wrap .module-two-cols .txt-wrap .global-btn {
        text-align: center;
        margin: 0 auto;
    }

    .custom-module.dsp-wrap .module-two-cols .txt-wrap p.desc {
        font-size: 19px !important;
    }

    .custom-module.dsp-wrap .module-two-cols .txt-wrap p.desc span {
        font-size: 23px !important;
    }

    .custom-module.dsp-wrap .module-two-cols .txt-wrap .global-btn {
        margin-top: 15px;
    }
}

.custom-module.dsp-wrap .module-two-cols .img-wrap {
    position: relative;
    align-items: center;
    justify-content: center;
    transform: rotate(6.12deg);
    width: 50%;
    height: 100%;
}

.custom-module.dsp-wrap .module-two-cols .img-wrap img {
    display: block;
    position: relative;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    height: auto;
}

@media (max-width: 767px) {
    .custom-module.dsp-wrap .module-two-cols .img-wrap img {
        max-width: 300px;
    }
}
