.labs {
  padding: 100px 0;
  background-color: #eee;
}

.labs .labs__title {
  font-family: Roboto;
  font-size: calc(14px + 3 * ((100vw - 420px) / 860));
  font-weight: bold;
  font-style: normal;
  line-height: 150%;
  /* identical to box height, or 25px */
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000;
}

.labs .labs__subtitle {
  font-family: Roboto;
  font-size: calc(22px + 5 * ((100vw - 420px) / 860));
  font-weight: bold;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 0;
}

.labs .labs__bottom-text {
  font-family: Roboto;
  font-size: calc(14px + 3 * ((100vw - 420px) / 860));
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
}

.labs .labs-icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 160px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
  border-radius: 10px;
  /* Rectangle 1 */
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.labs .labs-icon-block img {
  display: block;
  width: 100%;
  height: 67px;
  margin-bottom: 27px;
}

.labs .labs-icon-block span {
  font-family: Roboto;
  font-size: calc(12px + 3 * ((100vw - 420px) / 860));
  font-weight: 500;
  font-style: normal;
  line-height: 13px;
  /* or 87% */
  text-align: center;
  color: #08c;
}

.labs .labs-carousel {
  margin-top: 51px;
  margin-bottom: 27px;
}

@media screen and (min-width: 1280px) {

  .labs .labs__title {
    font-size: 17px;
  }

  .labs .labs__subtitle {
    font-size: 27px;
  }

  .labs .labs__bottom-text {
    font-size: 17px;
  }

  .labs .labs-icon-block span {
    font-size: 15px;
  }
}

@media screen and (max-width: 420px) {

  .labs .labs__title {
    font-size: 14px;
  }

  .labs .labs__subtitle {
    font-size: 22px;
  }

  .labs .labs__bottom-text {
    font-size: 14px;
  }

  .labs .labs-icon-block span {
    font-size: 12px;
  }
}

@media (max-width: 767) {
  .labs {
    padding: 65px 0;
  }
}