.sec1 {
  padding: 6.25vw 3.125vw 3.125vw;
  background: #F8F8F8;
}
.sec1 .wrap {
  width: 100%;
  height: 37.5vw;
  border-radius: 1.6145833333vw;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
  padding: 5.625vw 0 0 5.7291666667vw;
}
.sec1 .wrap .common_bg {
  z-index: 2;
}
.sec1 .wrap .box {
  position: relative;
  z-index: 3;
}
.sec1 .wrap .box .title {
  font-family: "Poppins Medium";
  font-weight: 500;
  font-size: 2.9166666667vw;
  text-transform: capitalize;
  margin-bottom: 0.2604166667vw;
  color: #1A1A1A;
}
.sec1 .wrap .box .des {
  width: 30.3125vw;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #9F9F9F;
  margin-bottom: 5.7291666667vw;
}
.sec1 .wrap .box .tel_box .tel_title {
  display: flex;
  align-items: center;
  gap: 1.1979166667vw;
  margin-bottom: 0.8333333333vw;
}
.sec1 .wrap .box .tel_box .tel_title h3 {
  font-family: "Poppins Medium";
  font-weight: 500;
  font-size: 1.25vw;
  text-transform: uppercase;
  color: #000000;
}
.sec1 .wrap .box .tel_box .tel_title .icon {
  width: 2.8125vw;
  height: 2.8125vw;
  background: #C70707;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1 .wrap .box .tel_box .tel_title .icon img {
  display: block;
  width: 1.5625vw;
}
.sec1 .wrap .box .tel_box .tels a {
  font-family: "Poppins SemiBold";
  display: block;
  font-weight: 600;
  font-size: 2.1875vw;
  color: #1A1A1A;
  transition: 0.6s;
}
.sec1 .wrap .box .tel_box .tels a:hover {
  color: #C70707;
}

.sec2 {
  padding: 10.78125vw 3.125vw 7.9166666667vw;
}
.sec2 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec2 .item:not(:last-child) {
  margin-bottom: 36px;
}
.sec2 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.sec2 .item .item_l {
  width: 42.7083333333vw;
}
.sec2 .item .item_l .item_title {
  font-family: "Poppins Medium";
  font-weight: 500;
  font-size: 2.1875vw;
  text-transform: capitalize;
  margin-bottom: 3.5416666667vw;
}
.sec2 .item .item_l .item_des {
  font-weight: 400;
  font-size: 0.9375vw;
  text-align: justify;
}
.sec2 .item .img {
  width: 46.875vw;
  height: 27.9166666667vw;
  border-radius: 0.9375vw;
  overflow: hidden;
}
.sec2 .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.sec2 .item .img:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .sec1 {
    padding: 40px 20px;
  }
  .sec1 .wrap {
    padding: 30px 20px;
    height: unset;
    border-radius: 8px;
  }
  .sec1 .wrap .common_bg {
    height: unset;
    bottom: 0;
    top: unset;
  }
  .sec1 .wrap .box .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec1 .wrap .box .des {
    font-size: 13px;
    width: 100%;
    margin-bottom: 20px;
  }
  .sec1 .wrap .box .tel_box .tels a {
    font-size: 14px;
  }
  .sec1 .wrap .box .tel_box .tel_title {
    gap: 5px;
    margin-bottom: 20px;
  }
  .sec1 .wrap .box .tel_box .tel_title h3 {
    font-size: 15px;
  }
  .sec1 .wrap .box .tel_box .tel_title .icon {
    width: 32px;
    height: 32px;
  }
  .sec1 .wrap .box .tel_box .tel_title .icon img {
    width: 14px;
  }
  .sec2 {
    padding: 40px 20px;
  }
  .sec2 .item {
    flex-direction: column-reverse !important;
  }
  .sec2 .item .img {
    width: 100%;
    height: 52vw;
    border-radius: 8px;
  }
  .sec2 .item .item_l {
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .sec2 .item .item_l .item_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec2 .item .item_l .item_des {
    font-size: 13px;
  }
}

/*# sourceMappingURL=service.css.map */
