@charset "utf-8";

.widget-global-banner .inner {
    position: relative;
    text-align: center;
    margin-top: 70px;
    height: 380px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}
.widget-global-banner .container {
    position: relative;
    height: 100%;
}
.widget-global-banner .title {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.widget-global-banner h2 {
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    letter-spacing: -0.5px;
    opacity: 0.6;
    margin: 0;
}









