.flat-agents .box-agent .box-img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.flat-agents .box-agent .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flat-agents .box {
    display: flex;
}

.flat-agents .box-agent {
    width: 100%;
    height: 100%;
}
/* توحيد مقاس صور شركات التطوير العقاري */
.flat-partner .tf-sw-partner .swiper-slide {
    height: auto;
}

.flat-partner .partner-item {
    width: 100%;
    aspect-ratio: 1983 / 793;
    overflow: hidden;
}

.flat-partner .partner-item > a {
    display: block;
    width: 100%;
    height: 100%;
}

.flat-partner .partner-item img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
  object-fit: cover;
    object-position: top;
}