#websima-cta-content {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    color: white;
    position: relative;
}
#websima-cta-product .product__title.fs-30.fw-bold.title {
    color: #fff;
  }
.websima-cta-desc {
    width: 100%;
}
#websima-cta-product {
    padding: 40px 0;
    border-radius: 20px;
    position: relative;
  }
  #websima-cta-product::before {
    content: '';
    width: calc(100% + 48px);
    height: 250px;
    background: var(--c-primary);
    position: absolute;
    right: -24px;
    z-index: -1;
    top: 0;
  }
  #websima-cta-product .product-card-body {
    min-height: 320px;
  }
.cta-content-title {
    color: rgba(17, 17, 17, 1) !important;
    margin: auto !important;
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 16px !important;
    font-family: var(--bold_font);
}
.websima-cta-content--wrapper {
    margin: 32px 0;
}
.websima-cta-inner-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.websima-cta-inner-desc p {
    margin-bottom: 0 !important;
}
.websima-cta-btns a:hover {
    color: white !important;
}
#banner-design-cta {
    display: flex;
    margin: 50px auto;
    width: fit-content;
}
@media screen and (max-width: 767.9px) {
    .websima-cta-desc {
        text-align: center;
    }
    .websima-cta-inner-desc {
        flex-direction: column;
        gap: 24px;
    }
    #websima-cta-content {
        padding: 32px 30px;
    }
}