.home-3m-section {
  margin-bottom: 50px;
}

.home-3m-section__head {
  border: 1px solid #ebebeb;
  border-bottom: 0;
  padding: 18px 20px;
}

.home-3m-section__head h2 {
  margin: 0 0 8px;
  color: #363f4d;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.home-3m-section__head p {
  max-width: 860px;
  margin: 0;
  color: #60656f;
  font-size: 14px;
  line-height: 1.6;
}

.home-3m-section__products {
  border: 1px solid #ebebeb;
}

.home-3m-section__products.fl-slider {
  border: 1px solid #ebebeb;
}

.home-3m-section__cta {
  border: 1px solid #ebebeb;
  border-top: 0;
  padding: 18px 20px;
  text-align: center;
}

.home-3m-section__button {
  display: inline-block;
  padding: 11px 26px;
  background: #007ba0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.home-3m-section__button:hover {
  background: #363f4d;
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .home-3m-section__head {
    padding: 14px 15px;
  }

  .home-3m-section__head h2 {
    font-size: 17px;
  }

  .home-3m-section__cta {
    padding: 14px 15px;
  }
}
