@media screen and (min-width: 768px) {
  .heading .label {
    font-size: 8rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .services_section {
    padding-top: 15rem;
    padding-bottom: 14rem;
  }
}

@media screen and (max-width: 767px) {
  .services_wrap {
    padding-right: 2rem;
  }
}

.service_action {
  position: relative;
  display: flex;
}
.service_action::before {
  content: "";
  bottom: 0;
  width: 100%;
  flex: 1;
  background-color: #f2f9ff;
  border-radius: 0 0 4rem 0;
}
@media screen and (max-width: 767px) {
  .service_action::before {
    border-radius: 0 0 2rem 2rem;
  }
}
.service_action .action {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f2f9ff;
  padding: 1.5rem 0 0 1.5rem;
  position: relative;
}
.service_action .action::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 4rem 0 0 0;
}
.service_action .link-more {
  position: relative;
  z-index: 2;
}

.service_content {
  background-color: #f2f9ff;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-radius: 2rem;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .service_content {
    padding-top: 5rem;
    border-radius: 4rem;
    gap: 9rem;
  }
}
.service_content .service_images {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .service_content .service_images {
    width: 80rem;
    margin-bottom: -13rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .service_content .service_images img {
    width: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .service_content .service_images img {
    width: 24.5rem;
  }
}
.service_content .service_text {
  flex: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .service_content .service_text {
    padding: 0 2rem 3rem;
  }
}
.service_content .service_text h2 {
  color: #046cca;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .service_content .service_text h2 {
    font-size: 4rem;
    margin-bottom: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .web_service {
    margin-bottom: 5rem;
  }
  .web_service .service_content {
    border-radius: 2rem 2rem 2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .web_service {
    padding-bottom: 5rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .web_service .service_images img:nth-child(1) {
    transform: translateY(-2rem);
  }
  .web_service .service_images img:nth-child(2) {
    transform: translateY(-4rem);
  }
}
@media screen and (min-width: 768px) {
  .web_service .service_images img:nth-child(1) {
    transform: translateY(-5rem);
  }
  .web_service .service_images img:nth-child(2) {
    transform: translateY(-10rem);
  }
}
.web_service .service_text {
  padding-right: 6rem;
}

@media screen and (max-width: 767px) {
  .work_service {
    margin-bottom: 5rem;
  }
  .work_service .service_content {
    border-radius: 2rem 2rem 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .work_service {
    padding-bottom: 16.5rem;
    margin-bottom: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .work_service .service_images {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .work_service .service_images {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .work_service .service_images img:nth-child(1) {
    transform: translateY(2rem);
  }
  .work_service .service_images img:nth-child(3) {
    transform: translateY(-4rem);
  }
}
@media screen and (min-width: 768px) {
  .work_service .service_images img:nth-child(1) {
    transform: translateY(11rem);
  }
  .work_service .service_images img:nth-child(3) {
    transform: translateY(-5rem);
  }
}
@media screen and (max-width: 767px) {
  .work_service .service_text {
    padding: 0 2rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  .work_service .service_text {
    padding-left: 9rem;
  }
}
.work_service .service_action::before {
  order: 2;
}
@media screen and (min-width: 768px) {
  .work_service .service_action::before {
    border-radius: 0 0 0 4rem;
  }
}
.work_service .service_action .action {
  padding: 1.5rem 1.5rem 0 0;
}
.work_service .service_action .action::before {
  border-radius: 0 4rem 0 0;
}

.service_cta {
  background: url(../img/services/act.png) center/cover no-repeat;
  text-align: center;
  border-radius: 1.5rem;
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .service_cta {
    border-radius: 2.4rem;
    padding: 4.5rem;
  }
}
.service_cta .cta_ttl {
  font-weight: 600;
  color: #046cca;
  letter-spacing: 0.1em;
  margin-bottom: 3.4rem;
}
@media screen and (min-width: 768px) {
  .service_cta .cta_ttl {
    font-size: 3.6rem;
  }
}