{
    padding: var(--pading);
    background: var(--background-color);
    overflow: hidden;
}

 .aftr-v2-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 80px;
}

 .aftr-v2-content-side{
    flex: 1;
    min-width: 320px;
    max-width: 1fr;
}

 .aftr-v2-image-side{
    flex: 1;
    min-width: 320px;
    max-width: 640px;
    margin-right: auto;
}

 .aftr-v2-content-inner{
    width: 100%;
    max-width: 760px;
}
   
 .aftr-v2-features{
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    margin-bottom: 34px;
}

 .aftr-v2-feature-item{
    flex: 1;
    min-width: 260px;
    max-width: calc(50% - 13px);
    display: flex;
    align-items: center;
    gap: 14px;
}

 .aftr-v2-feature-icon{
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: #b7e6be6e;
    color: #27a745;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    line-height: 1;
}

 .aftr-v2-feature-icon i,
 .aftr-v2-feature-icon svg{
    color: inherit;
    font-size: inherit;
}

.aftr-v2-feature-icon svg {
    width: 40px;
    height: 20px;
}

 .aftr-v2-feature-title{
    color: var(--primary-text);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}

 .aftr-v2-actions{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    justify-content: flex-start;
}

  

 .aftr-v2-image-wrap{
    position: relative;
    padding: 18px;
    border-radius: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aftr-v2-image-wrap:hover::before {
    transform: rotate(3deg);
}

.aftr-v2-image-wrap:hover::after {
    transform: rotate(-7deg);
}

.aftr-v2-image-wrap::after ,.aftr-v2-image-wrap::before {
    content: '';
    width: 97%;
    height: 98%;
    position: absolute;
    transform: rotate(1deg);
    background: rgb(var(--uicolor-code) / 8%);
    top: 0;
    border-radius: 17px;
    transition: all ease .3s;
}

.aftr-v2-image-wrap::after {
    transform: rotate(-5deg);
    background: rgb(var(--uicolor-code) / 15%);
}

 .aftr-v2-image-frame{
    position: relative;
    border-radius: 34px;
    background: white;
    padding: 10px;
    z-index: 1;
}

 .aftr-v2-main-image{
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
} 

 .aftr-v2-exp-box{
    position: absolute;
    right: 24px;
    bottom: 24px;
    min-width: 140px;
    padding: 18px 20px;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    z-index: 2;
    background: linear-gradient(326deg, var(--uicolor2) 0%, var(--uicolor) 237%);
}

 .aftr-v2-exp-number{
    font-size: 26px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 6px;
}

 .aftr-v2-exp-text{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

@media (max-width: 1399px){
     .aftr-v2-title{
        font-size: 54px;
    }
 
}

@media (max-width: 1199px){
     .aftr-v2-wrap{
        gap: 28px;
        flex-direction: column-reverse;
    }
.aftr-v2-image-side{
    margin: 0 auto;
}
.-ycwt-aftr .g-content {
    align-items: center !important;
    text-align: center;
}

.aftr-v2-actions {
    justify-content: center;
}

     .aftr-v2-title{
        font-size: 46px;
    }

     .aftr-v2-content{
        font-size: 17px;
    }

     .aftr-v2-feature-title{
        font-size: 18px;
    }
 
}

@media (max-width: 991px){
     .aftr-v2-wrap{
        flex-direction: column-reverse;
        align-items: stretch;
    }

     .aftr-v2-content-side{
        min-width: 100%;
        max-width: 100%;
    }

     .aftr-v2-content-inner{
        max-width: 100%;
        text-align: center;
    }

     .aftr-v2-betit{
        margin-right: auto;
        margin-left: auto;
    }

     .aftr-v2-content{
        max-width: 100%;
    }

     .aftr-v2-features{
        justify-content: center;
        gap: 10px;
    }

     .aftr-v2-feature-item{
        justify-content: center;
        max-width: calc(50% - 13px);
    }

     .aftr-v2-actions{
        justify-content: center;
    }
 
}

@media (max-width: 767px){
    {
        padding: 50px 0;
    }

     .aftr-v2-title{
        font-size: 36px;
    }

     .aftr-v2-content{
        font-size: 15px;
        margin-bottom: 24px;
    }

     .aftr-v2-feature-item{
        min-width: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }

     .aftr-v2-feature-title{
        font-size: 17px;
    }
 
     .aftr-v2-image-wrap,
     .aftr-v2-image-frame,
     .aftr-v2-main-image{
        border-radius: 24px;
    }


     .aftr-v2-exp-box{
        right: 14px;
        bottom: 14px;
        min-width: 115px;
        padding: 14px 16px;
        border-radius: 14px;
    }

     .aftr-v2-exp-number{
        font-size: 22px;
    }

     .aftr-v2-exp-text{
        font-size: 13px;
    }
}

@media (max-width: 575px){
     .aftr-v2-title{
        font-size: 30px;
        line-height: 1.2;
    }

     .aftr-v2-betit{
        min-height: 38px;
        padding: 8px 18px;
        font-size: 14px;
    }

     .aftr-v2-main-image img{
        height: auto;
    }
}

.-ycwt-aftr .g-content {
    align-items: flex-start;
}

.-ycwt-aftr .con-wgt {
    text-align: start;
}