.nominees__slide.swiper-slide{
    width: 450px;

}
.nominees__slider.swiper{
    overflow: visible;
    height: 560px;
}

.nominees{
    margin-top: 120px;
    max-width: 100%;
    overflow: hidden;
}
.nominees__body{
    margin-top: 58px;
}
.nominees__company{
    margin-bottom: 21px;
}
.nominees__image{
    width: 100%;
    height: 410px;
    margin-bottom: 16px;
}
.nominees__image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.nominees__name{
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 4px;
}
.nominees__city{
    opacity: .6;
}
.nominees__footer{
    margin-top: 23px;
    text-align: center;
}


@media screen and (max-width: 576px) {
    .nominees {
        margin-top: 100px;
    }
}