.regardless-size{
    margin-top: 32px;
    gap: 16px;
}
.regardless-cnt{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 557px;
    width: 100%;
}
.regardless-cnt .features-box{
    width: 100%;
    height: 265px;
}

.regardless-feat{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.regardless-feat .features-photo{
    width: 100%;
    margin-top: 0;
}

.regardless-cations{
    gap: 4px;
}
.regar-cations-name{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.regar-cations-name span{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
}
.regar-cations-name span:first-child{
    color: rgba(255, 255, 255, 0.5);

}


.regardless-feat .features-box{
    height: 392px;
    width: 100%;
}
.regardless-feat .features-box:after{
    display: none;
}



@media (max-width: 1399px){
    .regar-cations-name span {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 1199px){
    .regardless-cnt {
        max-width: 430px;
    }
    .regardless-cnt .features-box {
        height: 225px;
    }
    .regardless-feat .features-box {
        height: 371px;
    }

}
@media (max-width: 1020px){
    .regardless-size {
        flex-direction: column;
    }
    .regardless-cnt {
        max-width: 100%;
    }
    .regardless-feat .features-box {
        height: auto;
        min-height: 200px;
    }
    .regar-cations-name span {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 575px){
    .regar-cations-name span {
        font-size: 16px;
    }
}