.embassy-news {
    background-color: #F2F3F4;
    padding: 80px 0 121px 0;
    position: relative;
    clear:both;
}

.main-wrapper.embassy-container {
    position: relative;
}

.embassy-news-title {
    margin: 0;
    font-size: 24px;
    font-family: 'BPG 2017 DejaVu Sans', sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #6E6E6E;
    margin-bottom: 51px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.embassy-card {
    width: 100%;
}

.embassy-img-wrapper .embassy-img-link {
    display: block;
    /*height: 226px;*/
    overflow: hidden;
    text-align: center;
}

.embassy-img-wrapper a img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    /*margin-right: -100px;
    margin-left: -100px;*/
}

.embassy-info {
    padding: 18px 0;
    position: relative;
}

.embassy-info a {
    color: #6E6E6E;
    display: block;
}

.embassy-info a h1 {
    margin: 0;
    font-size: 18px;
    font-family: 'BPG 2017 DejaVu Sans';
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    padding-right: 20px;
}

.embassy-news .swiper-button-next {
    background-image: none;
    transform: translateY(-50%) rotate(180deg);
    right: -5px;
    outline: none;
    width: auto;
    height: auto;
    margin-top: 0;
}

.embassy-news .swiper-button-prev {
    background-image: none;
    left: -5px;
    outline: none;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    margin-top: 0;
}

@media screen and (max-width: 1530px) {
    .embassy-news .swiper-button-prev {
        left: 0;
    }
    .embassy-news .swiper-button-next {
        right: 0;
    }
}

@media screen and (max-width: 1480px) {
    .embassy-news .swiper-button-prev {
        left: 4px;
    }
    .embassy-news .swiper-button-next {
        right: 4px;
    }
}


@media screen and (max-width: 1320px) {
    .embassy-news {
        padding: 60px 0 79px 0;
    }

    .embassy-news-title {
        margin-bottom: 40px;
    }
}


@media screen and (max-width: 1024px) {
    .embassy-news {
        padding: 40px 0 60px 0;
    }
    .embassy-news-title {
        font-size: 23px;
    }

    .embassy-news .swiper-button-prev {
        left: 4px;
    }

    .embassy-news .swiper-button-next {
        right: 4px;
    }
}

@media screen and (max-width: 980px) {
    .embassy-news {
        padding: 50px 0 70px 0;
    }

    .embassy-news-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .embassy-news {
        padding: 23px 0 41px 0;
    }

    .embassy-news-title {
        margin-bottom: 34px;
    }
}