@media (min-width: 1024px) {
  /*
========================================
         SECTION: SERVICE  -  START
========================================
*/
.section.export .country {
  flex-direction: row; 
}
.section.export .country:first-child {
  flex-direction: row
}
.section.export .country .country-body {
  width: 60%;
}
.section.export .images {
  width: 35%;
  min-height: 300px;
}

  /*
========================================
         SECTION: SERVICE  -  END
========================================
*/
}