.section-about-body {
    padding-bottom: 32px;
}
.title {
    text-align: center;
    color: #D6CAA8;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 500;
}
.h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 24px;
    font-weight: 500;
}
.edit-text p {
    font-size: 15px;
    line-height: 21px;
    color: #111111;
}
.d-flex{
    display: flex;
}
.blogcat-container{
    max-width: 700px;

}
.category{
    padding-top: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #cdcdcd;
    overflow-x: hidden;
}
.category:first-of-type{
    border-top: 1px solid #cdcdcd;
}
.text-info {
    padding-left: calc(50% - 710px);
    padding-right: 10px;
    overflow-x: hidden;
}
.cat-subtitle {
    color: #414141;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-left: 206px;
    position: relative;
}
.cat-subtitle span {
    position: absolute;
    top: 0;
    left: 0;
    color: #F1F1F1;
    font-size: 132px;
    line-height: 96px;
    font-weight: 600;
}
.cat-title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 39px;
    padding-left: 206px;
    word-break: break-word;
}
.text {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 45px;
}
.blogcat-img{
    padding-left: 10px;
    width: 50%;
}
.blogcat-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blogcat-img-mob{
    display: none;
}
.blogcat-slider-section .h-section {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #707070;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.blogcat-slider{
    /*overflow-x: hidden;*/
}
.cat-block {
    width: 120px;
}
.cat-block a {
    text-decoration: none;
}
.cat-block img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 9px;
}
.slide-text {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.blogcat-slider{
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 32px;
}
.swiper-slide{
    width: initial !important;
}
.blogcat-more-link{
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #414141;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
}
.control-arrow{
    height: 8px;
    width: 202px;
    background: url("/img/arrow_right_black.svg") no-repeat;
    background-position: center;
    display: flex;
    margin-left: auto;
}





@media screen and (max-width: 992px){
    .d-md-none{
        display: none !important;
    }
    .blogcat-container {
        max-width: 100%;
    }
    .blogcat-img-mob{
        display: flex;
        padding: 0;
        margin-bottom: 36px;
        width: 100%;
    }
    .blogcat-img-mob img{
        height: auto;
        width: 100%;
    }
    .text-info {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .category{
        padding-top: 0;
    }
    .blogcat-img-mob{
        display: none;
    }
    .cat-title{
        font-size: 24px;
        padding-left: 0;
        padding-top: 24px;
        line-height: 33px;
    }
    .cat-subtitle {
        font-size: 12px;
        padding-left: 130px;
        margin-top: 36px;
        display: flex;
        align-items: center;
        height: 56px;
    }
    .cat-subtitle span {
        font-size: 80px;
        line-height: 56px;
    }
}
