.content-box__text-wrap {
    background: var(--color1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    justify-content: center;
    padding: 1rem clamp(18px, 4vw, 54px);
    border-radius: 1rem;
    background-image: url(../../img/back-boxs.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.content-box__toptitle {
    font-size: 8px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 5px 9px;
    margin-bottom: 10px;
    font-family: var(--Medium);
}
.content-box__desc {
    font-size: clamp(16px, 2vw, 22px);
    margin-block: clamp(16px, 2vw, 24px) clamp(6px, 2vw, 12px);
    font-family: var(--Medium);
}
.content-box__text-wrap .btns {
    width: 100%;
}
.content-box__image-wrapper {
    display: flex;
}
@media (max-width: 768px) {
    .order-1 {
        margin-bottom: 1.5rem;
    }
}