.placehold {
  width: 100%;
  background-color: #fff;
  padding: 5.3vw 0 8vw;
}
.placehold .service-img {
  width: 100%;
}
.placehold .service {
  position: relative;
  width: 100%;
  padding: 5.3vw 4vw 17.6vw;
  background: #F7F9FA;
}
.placehold .service .service-name {
  font-weight: bold;
  font-size: 4.8vw;
  color: #374649;
}
.placehold .service .service-content {
  font-weight: 400;
  font-size: 3.7vw;
  color: #36464A;
  line-height: 6.9vw;
  text-align: justify;
  margin-top: 3.2vw;
}
.placehold .service .circle1 {
  position: absolute;
  right: 12.8vw;
  top: 8.3vw;
  width: 1.9vw;
  height: 1.9vw;
  border: 0.8vw solid #4B6CB4;
  border-radius: 1.9vw;
  opacity: 0.25;
}
.placehold .service .circle2 {
  position: absolute;
  right: 8vw;
  top: 3.5vw;
  width: 4.5vw;
  height: 4.5vw;
  border: 0.8vw solid #4B6CB4;
  border-radius: 4.5vw;
  opacity: 0.5;
}
.placehold .service .service-en {
  position: absolute;
  left: 4vw;
  bottom: 2vw;
  font-weight: bold;
  font-size: 9.6vw;
  color: #4B6CB4;
  opacity: 0.2;
}

@media (min-width: 992px) {
  .placehold {
    padding: 60px 0;
  }
  .placehold .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-right: 0;
    height: 600px;
  }
  .placehold .service-img {
    position: relative;
    width: 55%;
    height: 100%;
    overflow: hidden;
  }
  .placehold .service-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .placehold .service {
    width: 43%;
    height: 100%;
    padding: 3.1vw 2.1vw 10.9vw;
  }
  .placehold .service .service-name {
    font-size: 36px;
  }
  .placehold .service .service-content {
    font-size: 18px;
    line-height: 30px;
    margin-top: 24px;
  }
  .placehold .service .circle1 {
    right: 3.5vw;
    top: 3.6vw;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    border: 3px solid #4B6CB4;
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 0.6vw;
  }
  .placehold .service .circle2 {
    right: 2.1vw;
    top: 2.1vw;
    width: 1.35vw;
    height: 1.35vw;
    border: 5px solid #4B6CB4;
    border-radius: 1.35vw;
  }
  .placehold .service .service-en {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1.6vw;
    font-size: 5.2vw;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .placehold:hover .service-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .placehold:hover .service-en {
    opacity: 0.3;
  }
}