@font-face {
	font-family: 'VetrenEastSlavic';
	src: url('17859.ttf');
	font-display: swap;
}
.text-area {
    width: 100%;
    margin: 0 auto;
}

.text-area h1,
h2,
h3 {

}

.benefits {
    
    	width: auto;
	height: auto;
	background: linear-gradient( rgba(0,0,0, 0.7), rgba(1, 1, 1, 0.9) ), url(/images/rastr51.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.benefits__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;

}

.benefits__header {
    width: 100%;
    text-align: start;
	font-family: 'VetrenEastSlavic';
    line-height: 1.4;
	margin-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;	
    color: #ffffff;
    font-size: 2.7rem;

}

.benefits__element {
    width: 30%;
}

.benefits__icon {
    display: block;
    width: 60px;
    height: 50px;
    margin: 0 auto;
	margin-bottom: 25px;
    
}

.benefits__element p {
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
	margin-bottom: 40px;
}

.benefits__number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
}

.benefits__title {
    font-size: 1.0rem;
}
@media screen and (max-width: 960px){
.benefits__title {
    font-size: 1.6rem;
}

}
@media screen and (max-width: 1600px){
.benefits__title {
    font-size: 1.6rem;
}

}
@media screen and (max-width: 640px){
.benefits__title {
    font-size: 1.2rem;
}

}