section.section-iconBox.s-space {
    margin-block: clamp(52px, 4vw, 100px);
}
.section-iconBox .boxs {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem 2rem;
    text-align: center;
}

.section-iconBox .boxs .icon-bg {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: var(--color2);
    position: relative;
    flex:0 0 80px;
}
.section-iconBox .boxs .icon-bg i:before {
    z-index: 1;
    position: relative;
}
.section-iconBox .boxs-2 .icon-bg {
    font-size: 36px;
}
.section-iconBox .boxs-2 .icon-bg i:after {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    top: 16px;
    background: rgb(229 67 96 / 20%);
    right: 16px;
    z-index: 0;
    border-radius: 50%;
}
.section-iconBox .boxs .subtitle {
    font-size: clamp(12px, 4vw, 16px);
    text-align: left;
}
.section-iconBox .boxs .s-title {
    font-size: clamp(14px, 4vw, 18px);
}
@media only screen and (max-width: 768px) {
    .section-iconBox .boxs {
        padding: 0;
        margin-bottom: 1.5rem;
        gap: 18px;
    }
    .section-iconBox .boxs-2 {
        margin-bottom: 1rem;
    }
    .section-iconBox .col-12.col-lg-4:nth-last-child(1) .boxs {
        margin-bottom: 0;
    }
}
/** Boxs 2 **/
.boxs-2 {
    display: flex;
    flex-direction: row !important;
    min-height: 120px;
    background: #F7F7F8;
    border-radius: 0 0 50px 0;
    padding: 22px !important;
    gap: 1rem !important;
}
.boxs-2 .icon-bg {
    width: 75px;
    height: 75px;
    background-color: var(--white);
    font-size: 40px;
    color: var(--color2);
    border-radius: 50%;
}
.boxs-2 .desc {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}