machines.css 1.45 KB
.machines {
  padding-top: 74px;
}
.machines__main-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.01em;
  color: #333B49;
  max-width: 469px;
  width: 100%;
  margin-bottom: 50px;
}

.swiper-slide-machines {
  max-width: 215px;
  width: 100%;
  background: #F7F7F9;
  border-radius: 10px;
  cursor: pointer;
}
.swiper-slide-machines:hover {
  background: #DFE1E7;
  -webkit-box-shadow: 0px 5px 12.5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 12.5px rgba(0, 0, 0, 0.15);
}

.slider-wrapper-machines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3px;
  height: 240px;
}
.slider-wrapper-machines__img {
  max-width: 148px;
  width: 100%;
  min-height: 122px;
  height: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.slider-wrapper-machines__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: 24px;
  margin-left: 14px;
}
.slider-wrapper-machines__text {
  -ms-flex-item-align: start;
      align-self: start;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #ABB2BF;
  margin-top: 4px;
  padding-bottom: 23px;
  margin-left: 14px;
}