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

@media(min-width: 1025px) {
  .details {
    flex-direction: row-reverse;
  }
}

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

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




/*-----------------
    Tablet view
-----------------*/
@media(max-width: 1024px) {
  .details {
    flex-direction: column-reverse;
  }

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

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



/*----ANIMATION----*/
@media(min-width: 1025px) {
  .home-relocation-section-1 .details {
    transform: translateX(-10%);
  }

  .home-relocation-section-2 .details {
    transform: translateX(10%);
  }
}