﻿.image {
    width: 1920px;
    height: 782px;
}
.image-change-country {
    width: 100%;
    height: 685px;
}
.image .primary-page-image {
  
  width: 1920px;
  height: 782px;
  top: 0;
  left: 310px;
  object-fit: cover;
}

.image-change-country .primary-page-image-change-country {
    width: 1796px; /* Make image responsive */
    height: 682px; /* Maintain aspect ratio */
    object-fit: cover; /* Cover the container while maintaining aspect ratio */
    top: 0;
    left: 74px;
    position: absolute; /* Ensure proper positioning  */
}