.services {
  padding: 40px 0 60px;
}
.services .title {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.services .list-services .item {
  padding-bottom: 60px;
}
.services .list-services .item .box-img img {
  border-radius: 8px;
}
.services .list-services .item .box-img .card {
  width: 400px;
  height: 390px;
  top: -30px;
  left: 40px;
  padding: 40px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16);
}
.services .list-services .item .box-img .card .gach-chan {
  position: relative;
}
.services .list-services .item .box-img .card .gach-chan .card-body {
  padding: 0;
}
.services .list-services .item .box-img .card .gach-chan .card-body .card-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
  padding-bottom: 20px;
}
.services .list-services .item .box-img .card .gach-chan .card-body .card-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f07c00;
  top: 75px;
  left: -33px;
}
.services .list-services .item .box-img .card .gach-chan .card-body .card-text {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
}
.services .list-services .item .box-img .card .gach-chan .card-body .see {
  color: #fff;
  background-color: #154194;
}
.services .list-services .item .box-img .card .gach-chan .card-body .see:hover {
  background-color: #f07c00;
}
.services .list-services .item .box-img .card.right {
  right: 40px !important;
  left: unset !important;
}/*# sourceMappingURL=services.css.map */