body {
    #font: 16px 'Roboto', 'Trebuchet', 'Arial', 'Verdana', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

.text-area {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.text-area h1,
h2,
h3 {
    text-align: center;
}

.benefits {
    width: 100%;
    #background: #151d2d;
    background-image: url('../img/bgr.png');
    background-repeat: no-repeat;
    background-size: cover;
 }

.benefits__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
}

.benefits__header {
    width: 100%;
    text-align: center;
    line-height: 1.3;
    padding: 0 15px 0px;
    /*color: #9b2322;*/
    color: #FFFFFF;
    font-size: 3rem;
    text-transform: uppercase;
}

.benefits__element {
    width: 50%;
}

.benefits__icon {
    display: block;
    width: 150px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.benefits__element p {
    /*color: #9b2322;*/
    color: #FFFFFF;
    text-align: center;
    line-height: 1.3;
}

.benefits__number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0px;
    opacity: 0;
}

.benefits__title {
    font-size: 2.125rem;
    margin: 0 auto;
    margin-bottom: 5px;
}
