.section-account_includes_block{
    display: flex;
    gap: 72px;
}
.section-account_includes_img{
    height: fit-content;
    margin: auto;
    border-radius: 12px;
}
.section-account_text-block, .section-account_includes_img{
    width: calc(100% / 2);
}

.section-account_title{
    margin-bottom: 48px;
}
.center-slider_content{
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 1px solid #F0F0F0;
}
.section-account_item-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #000000;
}
.ar .section-account_item-title{
    text-align: right;
}

.section-account_item-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: #595959;
}
.ar .section-account_item-text{
    text-align: left;
}

.section-account_item-title, .section-account_item-text{
    width: calc(100% / 2);
}

.section-account_includes_list .btn{
    margin-top: 16px;
    min-height: 44px;
    max-height: 44px;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .section-account_includes_block{
        flex-direction: column;
        gap: 48px;
    }
    .section-account_text-block, .section-account_includes_img{
        width: 100%;
    }
}

@media (max-width: 640px) {

}
