.products__intro {
  background: #ffc013;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.products__intro .title-homepage {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 58px;
  text-align: center;
  margin: 0 auto 25px;
  max-width: 540px;
}
.products__intro .text-homepage {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
  max-width: 590px;
}
.products__items {
  padding: 60px 0;
  text-align: center;
}
.products__title {
  padding: 0 35px;
  margin: auto;
  display: inline-block;
  padding-bottom: 22px;
  margin-bottom: 35px;
  font-size: 36px;
}
.product {
  text-align: left;
}
.products__items .row {
  padding-bottom: 32px;
  padding-top: 32px;
}
.product .title-homepage {
  margin-top: 28px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.product .text-homepage {
  margin-bottom: 12px;
  margin-top: 8px;
}
.services {
  margin-top: 0px;
  text-align: center;
}

/* SECTION 2 SERVICES */

.section_services
.section_description {
	color: #303237;
	font-size: 14px;
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
.section_row {
  border-bottom: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
.services_item {
	float: left;
	width: 150px;
	margin-right: 50px;
}
.services_item:last-child {
	margin-right: 0;
}
@media (max-width: 767px) {
  .services_item {
    margin-right: 50px;
  }
  .services_item:nth-child(even) {
    margin-right: 0px;
  }
}
@media (max-width: 359px) {
  .services_item {
    margin-right: 0px;
  }
}
.item_image {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background: #ddd;
}
.item_title {
	font-weight: 900;
	font-size: 14px;
	text-align: center;
	margin: 25px 0;
	height: 28px;
	text-transform: uppercase;
}
.item_description {
	text-align: center;
}
#service-image1 {
	background: url(products_sprite.png) no-repeat;
	background-position: -235px -405px;
}
#service-image2 {
	background: url(products_sprite.png) no-repeat;
	background-position: -405px -405px;
}
#service-image3 {
	background: url(products_sprite.png) no-repeat;
	background-position: -580px -405px;
}
#service-image4 {
	background: url(products_sprite.png) no-repeat;
	background-position: -750px -405px;
}
#service-image5 {
	background: url(products_sprite.png) no-repeat;
	background-position: -920px -405px;
}
/* END SECTION 2 */