/* скидання стилів */
@import url("reset.css");

/* локалне підключення шрифтів */
@import url("fonts.css");

/* @import url("https://fonts.googleapis.com/css?family=Roboto:regular,500&display=swap"); */
/* @import url("https://fonts.googleapis.com/css?family=Playfair+Display:regular&display=swap"); */

/* Основні стилі */

/* Значення за замовченням  */
body {
   font-family: 'Lato', sans-serif;
   font-size: 14px;
   line-height: 1.5;
}
/* CSS-властивості block  */


.header__title {
   font-family: "Praysire", sans-serif;
   font-size: 20px;
   text-decoration: underline;
   font-weight: 500;
   color: #ba936f;
}

/* main */
.main__container {
   max-width: 1920px;
   margin: 0 auto;
   font-style: normal;
   font-family: "Lato", sans-serif;
}
.why-section {
   max-width: 1392px;
   margin: 0 auto;
   background-color: #F6F6F6;
   padding: 82px 106px;
}
.why-section__title {
   text-transform: uppercase;
   font-weight: 800;
   font-size: 32px;
   /* 40px / 32px */
   line-height: 1.25;
   text-align: center;
   margin-bottom: 72px;
}
.why-section__items {
   font-size: 0;
   max-width: 1248px;
   margin-left: -34px;
   margin-right: -34px;
}
.why-section__items--bot {
   margin-bottom: 68px;
}
.why-section__item {
   padding-left: 34px;
   padding-right: 34px;
   display: inline-block;
   width: 33.333%;
   vertical-align: top;
}

.why-section__content {

}
.content-why__image {
   display: block;
   margin: 0 auto;
   margin-bottom: 24px;
}
.content-why__title {
   color: #2f302c;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 16px;
   /* 20px / 16px */
   line-height: 1.25;
   text-align: center;
   margin-bottom: 24px;
}
.content-why__text {
   color: #7e7f7c;
   font-weight: 500;
   font-size: 20px;
   line-height: 1.25;
   text-align: center;
}

.footer__item {
      color: rgb(147, 80, 255);
}