@import "../base.css";

.section-tablet-value-test {
  background: url("../assets/bg_mkt_research.png") no-repeat center;
  background-size: cover;
  background-position-x: -500px;
}

.section-tablet-value-test .tablet-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-tablet-value-test .widgettitle {
  font-size: 3rem;
  font-weight: bold;
  margin: 30px 0;
}

.section-tablet-value-test .textwidget p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.section-tablet-value-test img {
  width: 100%;
  max-height: 350px;
}

/* section-flow-delivery */

.section-flow-delivery {
  background: #efefef;
}
.section-flow-delivery .block-item {
  position: relative;
  width: 720px;
  height: 200px;
  background: #71afde;
  margin: 0 auto 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 16px;
}

.section-flow-delivery .block-item:last-child{
  margin-bottom: 0;
}

.section-flow-delivery .block-item:not(:last-child):before {
  content: "";
  background: url(../assets/svg/arrow-down.svg) no-repeat center;
  width: 50px;
  height: 27px;
  background-size: cover;
  bottom: -45px;
  position: absolute;
}

.section-flow-delivery .block-item .title-block {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}

.section-flow-delivery .block-item .content p {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 30px;
  font-weight: bold;
}

.section-tablet-value-test .textwidget{
  margin-bottom: 25px;
}

.section-flow-delivery .block-item:nth-child(1) {
  background-color: #82b9e1;
}
.section-flow-delivery .block-item:nth-child(2) {
  background-color: #71afde;
}
.section-flow-delivery .block-item:nth-child(3) {
  background-color: #5fa3da;
}
.section-flow-delivery .block-item:nth-child(4) {
  background-color: #4c98d6;
}
.section-flow-delivery .block-item:nth-child(5) {
  background-color: #368ed3;
}

@media (max-width: 991px) {
  .section-tablet-value-test .tablet-post-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .section-tablet-value-test img {
    max-height: unset;
  }
}

@media (max-width: 767px) {
  .section-flow-delivery .block-item {
    width: 100%;
  }

  .section-tablet-value-test .widgettitle {
    font-size: 1.8rem;
    margin: 20px 0;
  }

  .section-tablet-value-test .textwidget p {
    font-size: 1.4rem;
  }

  .section-tablet-value-test .textwidget {
    margin-bottom: 20px;
  }

  .section-tablet-value-test .button-link {
    margin: auto;
  }
  .section-flow-delivery .block-item .title-block{
    font-size:2rem;
  }

  .section-flow-delivery .block-item .content p {
    font-size: 1rem;
    line-height: 2;
  }

  .section-flow-delivery .block-item {
    max-height: 100px;
  }

  .section-flow-delivery .block-item:not(:last-child):before {
    width: 25px;
    height: 13px;
    bottom: -25px;
  }

  .section-flow-delivery .block-item{
    margin: 0 auto 35px;
  }
}
