.homepage-headline-first-post {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width:1200px){
    .homepage-headline-first-post {
        width: 95%;
    }
}

.homepage-headline-first-post,
.homepage-headline-first-post>a {
    position: relative;
    display: block;
}

.homepage-headline-first-post .post-cover-image-shadow-text{
    padding-bottom: 35px;
    text-align: center;
}

.homepage-headline-first-post .post-cover-image-shadow-text a{
    width: 76.47%;
    display: inline-block;
    text-align: left;
}

.homepage-headline-first-post .post-cover-image-shadow-text a h1 {
    font-size: 2.25rem;
    margin: 1.67rem 1rem;
}

.home-headline-slider-wrapper {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    padding: 12px 12px 12px 12px;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
}

.home-headline-slider-wrapper .swiper-button-next,
.home-headline-slider-wrapper .swiper-button-prev{
    color: #5A5A5A;
    width: calc(35px / 44 * 27);
    height: 35px;
}

.home-headline-slider-wrapper .swiper-button-next{
    right: -30px;
}
.home-headline-slider-wrapper .swiper-button-prev{
    left: -30px;
}

.home-headline-slider-wrapper .swiper-button-next:after,
.home-headline-slider-wrapper .swiper-button-prev:after{
    font-size: 35px;
}

.homepage-headline-post{
    position: relative;
}

.home-headline-slider-wrapper .post-cover-image-shadow-text a h1 {
    font-size: 1.2rem;
    margin: 0 0.7rem;
}

.home-headline-slider-wrapper .swiper-pagination-wrapper{
    width: 100%;
    position: relative;
    height:30px
}

.home-headline-slider-wrapper .swiper-pagination-wrapper .swiper-pagination-bullets {
    position: absolute;
    z-index: 21;
    right: 20px;
    text-align: center;
    bottom: auto !important;
    transform: translateX(-50%);
    left: 50% !important;
    top: 10px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-headline-slider-wrapper .swiper-pagination-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.home-headline-slider-wrapper .swiper-pagination-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFDE43;
    height: 8px;
    width: 30px;
}

.home-headline-slider-wrapper .swiper-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

@media (max-width:1200px){
    .home-headline-slider-wrapper{
        width: calc(100% - 94px);
        margin-top: -35px;
    }

    .homepage-headline-first-post .post-cover-image-shadow-text{
        padding-bottom: 35px;
    }

    .homepage-headline-first-post .post-cover-image-shadow-text a{
        width: calc(100% - 94px);
        display: inline-block;
        text-align: left;
    }
    .home-headline-slider-wrapper .post-cover-image-shadow-text a h1 {
        font-size: 1rem;
    }
}
