.section-home-2 .wrap {
  display: grid;
  grid-template-columns: calc(612 / 1200 * 100%) 1fr;
  gap: 64px;
  margin-top: 40px;
}

.section-home-2 .wrap .col-left p {
  margin-bottom: 24px;
}

.section-home-2 .wrap .col-left p:last-child {
  margin-bottom: 0px;
}

.section-home-3 h2 {
  color: var(--text-white);
}

.section-home-3 .wrap-service {
  margin-top: 40px;
  padding-bottom: 42px;
  padding-left: 50px;
  padding-right: 50px;
}

.section-home-3 .wrap-service .item .image {
  height: 220px;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}

.section-home-3 .wrap-service .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.section-home-3 .wrap-service .item:hover .image img {
  transform: scale(1.1);
}

.section-home-3 .wrap-service .item h4 {
  color: var(--text-white);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-top: 12px;
  text-align: center;
  margin-bottom: 0px;
}
.section-home-4 h2 {
  margin-bottom: 30px;
}

.section-home-4 .gallery-col {
  padding: 12px;
}

@media (min-width: 1200px) {
  .section-home-2 .wrap .col {
    padding: 0px;
  }
}

@media (max-width: 1024px) {
  .section-home-2 .wrap {
    gap: 0px;
    margin-top: 32px;
  }
  .section-home-2 .wrap .col-left p {
    margin-bottom: 20px;
  }
  .section-home-3 .wrap-service {
    padding: 0px 15px 0px 15px;
  }
  .section-home-4 h2 {
    margin-bottom: 20px;
  }
  .section-home-4 .gallery-col {
    padding: 10px;
  }
  .section-home-4 .large-columns-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media (max-width: 768px) {
  .section-home-2 .wrap {
    grid-template-columns: calc(640 / 1200 * 100%) 1fr;
  }
}

@media (max-width: 767px) {
  .section-home-2 .wrap {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 24px;
  }
}

@media (max-width: 567px) {
  .section-home-2 .wrap .col-left p {
    margin-bottom: 16px;
  }

  .section-home-3 .wrap-service {
    margin-top: 24px;
  }
  .section-home-4 h2 {
    margin-bottom: 14px;
  }
}
