.home-relocation-section-2 {
  background-color: #fcf9df;
}

.col-2 .row-2 .services {
  display: grid;
  grid-template-columns: repeat(2, 275px);
}

.home-relocation-section-2 .col-1 .row-2 .services {
  display: grid;
  grid-template-columns: repeat(2, 275px);
}

.services .service p {
  line-height: 27px;
}

.home-relocation-section-2 .col-1 {
  position: relative;
}

.curved-line1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.curved-line2 {
  display: none;
}

@media(max-width: 1024px) {

  .home-relocation-section-1 .details,
  .home-relocation-section-1 .container {
    gap: 30px;
  }

  .col-2 .row-1 h2,
  .home-relocation-section-2 .col-1 .row-1 h2 {
    margin-bottom: 8px;
  }

  .col-2,
  .home-relocation-section-2 .col-1 {
    gap: 28px;
  }

  .curved-line1 {
    display: none;
  }

  .curved-line2 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media(max-width: 630px) {
  .col-2 .row-2 .services {
    grid-template-columns: 1fr;
  }

  .home-relocation-section-2 .col-1 .row-2 .services {
    grid-template-columns: 1fr;
  }

  .curved-line2 {
    transform: translateY(50%);
    width: 58px;
    bottom: -35px;
    right: -15px;
  }
}