@font-face {
font-family: 'Maya Samuels Pro Bold';
src: url('MayaSamuelsPro-Bold.eot');
src: url('MayaSamuelsPro-Bold.eot?#iefix') format('embedded-opentype'),
url('MayaSamuelsPro-Bold.woff') format('woff'),
url('MayaSamuelsPro-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
	font-family: 'Yanone Kaffeesatz';
	src: url('../fonts/yanone_kaffeesatz.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/yanone_kaffeesatz.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/yanone_kaffeesatz.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/yanone_kaffeesatz.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/yanone_kaffeesatz.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/yanone_kaffeesatz.svg#yanone_kaffeesatz') format('svg'); /* Chrome < 4, Legacy iOS */
        font-display: swap;
}
.text-area {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.text-area h1,
h2,
h3 {
    text-align: center;
	font-size: 40px;
	font-family: 'Maya Samuels Pro Bold';
}



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

}

.benefits__header {
    width: 100%;
    text-align: center;
    line-height: 1.4;
    padding: 0 15px 30px;
    color: #ffffff;
    font-size: 2.2rem;


}

.benefits__element {
    width: 30%;
}

.benefits__icon {
    display: block;
    width: 64px;
    height: 64px;
    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-family: 'Lobster', cursive;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
}

.benefits__title {
	font-family: 'Yanone Kaffeesatz';
    font-size: 1.125rem;
}
@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;
}

}