#websima-cta-content {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    color: white;
    position: relative;
}

.websima-cta-desc {
    width: 100%;
}
.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: 120px 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;
    }
}