.about-locations li{
    list-style: unset;
    color: white;
}
.project-slider .swiper .swiper-slide img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.prem-projects .blog-metro figure img{
height: 300px;
object-fit: cover;
object-position: center;
}
@media (max-width: 800px) {
    .project-slider .swiper .swiper-slide img{
        height: 400px;
    }
}