.home-slider{
    padding-top: 0px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    @media screen and (min-width: 769px){
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .image-banner {
        overflow: hidden;
        border-radius: 12px;

        .image-banner__content{
            margin: 0px;
            display: flex;
            flex-direction: column;
            height: 100%;
            padding-bottom: 56px;
            background: none;
            padding-top: 0px;
            @media only screen and (max-width: 767px){
                padding-bottom: 30px;
                justify-content: space-between;
                .image-banner__bottom {
                    margin-bottom: 24px;
                }
            }

            .image-banner__top{
                padding-top: 65px;
                background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
                @media only screen and (max-width: 767px){
                    background: none;
                    padding-top: 30px;
                }
            }

            .image-banner__content-subtitle{
                margin-bottom: 25px;
                @media only screen and (max-width: 767px){
                    margin-bottom: 5px;
                }
            }
            .image-banner__content-tag {
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                letter-spacing: 0.8px;
                color: #fff;
                background: #E18BA4;
                padding: 6px 18px;
                font-family: 'Figtree';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                text-align: center;
                border-bottom-left-radius: 12px;
                border-bottom-right-radius: 12px;
                @media only screen and (max-width: 767px){
                    font-size: 14px;
                }
            }
            .image-banner__content-tag.empty {
                display: none;
                padding: 0;
            }
            .btn.btn--primary{
                font-family: 'Figtree';
                border: 3px solid #15727E;
                background: #198694;
                font-size: 20px;
                line-height: normal;
                font-weight: 700;
            }
        }
    }
    .swiper-button-prev {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background: rgba(249, 159, 39, 0.65);
        
        &::after {
           font-size: 20px;
           color: black;
           font-weight: bold;     
        }
    }
    .swiper-button-next {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background: rgba(249, 159, 39, 0.65);
        
        &::after {
           font-size: 20px;
           color: black;
           font-weight: bold;     
        }
    }
}