@import "../base.css";

.section-exam-workflow {
  background: #efefef;
}

.section-trial-manage img {
  max-height: 430px  ;
  object-fit:  cover;
}

.section-exam-workflow .block-item {
  height: 200px;
  background: #6fa6d8;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.section-exam-workflow .block-item.block-last {
  margin-bottom: 0;
}

.section-exam-workflow .block-item.block-bg-2 {
  background: #ffb938;
}

.section-exam-workflow .block-item.block-small {
  height: 100px !important;
}

.section-exam-workflow .block-item {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
}

.section-exam-workflow .block-item .title p {
  margin-bottom: 0;
}

.section-exam-workflow .block-item .desc {
  font-size: 1.8rem;
  color: #fff;
}

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

.section-exam-workflow .block-item.block-last:before {
  content: unset
}

.section-trial-manage .item {
  display: flex;
  justify-content: space-between;
}

.section-trial-manage .item .widget_media_image {
  width: 50%;
}

.section-trial-manage .item .widget_media_image img {
  width: 100%;
}

.section-trial-manage .item .widget_text{
  width: 40%;
}

.section-trial-manage .item .widget_text p {
  font-size: 1.6rem;
  color: var(--color-primary);
  margin-bottom: 0;
  line-height: 25px;
}

.section-trial-manage .item .textwidget {
  margin: 30px 0;
}

@media (max-width: 991px) {
  .section-trial-manage .item {
    flex-direction: column;
  }

  .section-trial-manage .item .widget_media_image, .section-trial-manage .item .widget_text {
    width: 100%;
  }

  .section-trial-manage .item .widgettitle {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .section-exam-workflow .block-item {
    font-size: 1.7rem;
  }

  .section-exam-workflow .block-item {
    height: 100px;
  }

  .section-exam-workflow .block-item .desc {
    font-size: 1rem;
  }

  .section-exam-workflow .block-item.block-small {
    height: 50px !important;
  }

  .section-exam-workflow .block-item:before {
    width: 25px;
    height: 13px;
    bottom: -25px;
  }

  .section-exam-workflow .block-item {
    margin-bottom: 35px;
  }

  .section-trial-manage .item .widget_text p {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .section-trial-manage img {
    max-height: 240px ;
  }

  .section-trial-manage .item .textwidget {
    margin: 15px 0;
  }
}
