.home-slider h1.uagb-ifb-title {
    font-size: 5.2rem;
    color: #273036;
    line-height: 1;
}

.home-slider .slider-content {    
    padding: 80px;
    width: 100%;
    max-width: 679px;
}

.home-slider .slider-content .uagb-ifb-desc {
    color: #fff;
}

.home-slider .slider-content .uagb-ifb-desc {
    font-size: 19px;
    margin: 0px;
}

.home-slider .swiper-slide {
    position: relative;
}

.home-slider .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.3);*/
    z-index: 1;
}

.home-slider .uagb-buttons-repeater.wp-block-button__link {
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid #326b96 !important;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    letter-spacing: .2em;
    font-weight: 400;
    font-style: normal;
    background-color: #326b96 !important;
    transition: color .45s cubic-bezier(.785,.135,.15,.86), border .45s cubic-bezier(.785,.135,.15,.86);
    z-index: 1;
    color: #fff !important;
    transition: .3s all ease-in;
}

.home-slider .uagb-buttons-repeater.wp-block-button__link:hover {
    background: #fff !important;
    color: #326b96 !important;
    border: 1px solid #fff !important;
}
.home-slider .uagb-buttons-repeater.wp-block-button__link:hover > div {
    color: #326b96 !important;
}

@media screen and (max-width:749px) {
    .home-slider .swiper-slide, .home-slider .swiper-slide > *, .home-slider .swiper-content, .home-slider .swiper-content > *{ 
        min-height: auto;
        height: 39rem;
    }
    .home-slider .swiper-slide video {
        height: 100%;
        object-fit: cover;
    }
    .home-slider .slider-content {
        padding: 50px;
        text-align: center;
    }
    .home-slider .uagb-ifb-content * {
        text-align: center;
    }
}