.wrapper_about,
.wr_content_about {
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 70px 70px 0 0;
    background-color: #1E1E1E;
}

.wr_content_about {
    padding-bottom: 170px;
}

.wrapper_about {
    position: relative;
    top: -70px;
}

.field--name-field-bicolor-subtitle h2,
.wr_content_about .block-page-title-block h1 {
    font-size: 48px;
    font-weight: 500;
    color: #BE0505;
}

.node--type-about .field--name-field-bicolor-subtitle,
.wr_content_about .block-page-title-block {
    margin-bottom: 10px;
}

.field--name-field-bicolor-subtitle span {
    color: #fff;
}

.node--type-about .field--name-body {
    margin-bottom: 30px;
}

.node--type-about .field--name-body p,
.node--type-about .field--name-body {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.node--type-about .field--name-field-benefits {
    display: flex;
    gap: 30px;
}

.node--type-about .field--name-field-benefits .paragraph--type--benefit,
.node--type-about .field--name-field-benefit-more .benefit_block {
    display: flex;
    gap: 10px;
}

.node--type-about .field--name-field-benefit-more .paragraph--type--benefit-more {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.node--type-about .field--name-field-benefit-descr {
    text-align: center;
    font-family: 'Tektur';
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.node--type-about .field--name-field-benefit-more {
    padding: 16px;
    padding-bottom: 27px;
    border-radius: 10px;
    height: 100%;
    background-color: #fff;
}

.node--type-about .field--name-field-benefit-more .paragraph--type--benefit-more .field--name-field-more {
    width: 100%;
}

.node--type-about .field--name-field-benefit-more .paragraph--type--benefit-more .field--name-field-more a {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #BE0505;
    border-radius: 10px;
    width: 100%;

    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #BE0505;
    transition: all 0.3s ease-in-out;
}

.node--type-about .field--name-field-benefit-more .paragraph--type--benefit-more .field--name-field-more a:hover {
    text-decoration: none;
    color: #BE0505;
    background-color: #fff;
}

.node--type-about .field--name-field-benefit-more .benefit_block .field--name-field-benefit-descr {
    color: #1E1E1E;
}

/*MEDIA*/
@media(max-width: 1200px) {
    .field--name-field-bicolor-subtitle h2, .wr_content_about .block-page-title-block h1 {
        font-size: 38px;
    }

    .node--type-about .field--name-field-benefits .paragraph--type--benefit, .node--type-about .field--name-field-benefit-more .benefit_block {
        flex-direction: column;
        align-items: center;
    }

    .node--type-about .field--name-field-benefits {
        margin-bottom: 30px;
    }
}

@media(max-width: 992px) {
    .wrapper_about,
    .wr_content_about {
        padding-top: 50px;
        padding-bottom: 50px;
        border-radius: 40px 40px 0 0;
    }

    .node--type-about .field--name-field-benefits .paragraph--type--benefit, .node--type-about .field--name-field-benefit-more .benefit_block {
        flex-direction: row;
    }
    
    .wr_content_about {
        padding-top: 120px;
        padding-bottom: 100px;
    }
}

@media(max-width: 768px) {
    .node--type-about .field--name-field-benefits {
        flex-direction: column;
    }
}

@media(max-width: 576px) {
     .wr_content_about {
        padding-top: 70px;
    }
}

@media(max-width: 480px) {
    .field--name-field-bicolor-subtitle h2, 
    .wr_content_about .block-page-title-block h1 {
        font-size: 25px;
    }

    .node--type-about .field--name-field-benefits .paragraph--type--benefit, .node--type-about .field--name-field-benefit-more .benefit_block {
        flex-direction: column;
    }
}
