.home-relocation-section-1 {
  background-color: #ffffff;
}

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

.home-relocation-section-1 .services .service img {
  width: 40px !important;
  height: 40px !important;
}

.home-relocation-section-1 .services .service {
  gap: 15px;
}


.home-relocation-section-2 .service {
  gap: 3px;
}



/*-----------------
    Tablet view
-----------------*/
@media(max-width: 1025px) {

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

  .home-relocation-section-2 .details {
    gap: 30px;
  }
}