

.banner_content > h2 {
    font-size: calc(122.5% + 0.9vw);
    line-height: 1.3;
    margin-bottom: 3vh;
    font-size: clamp(1.5rem, 8vw -2rem, 3rem);
    /*font-size: clamp(2.5rem, 3.2vw + 2rem, 4rem);*/
}

.banner_content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: calc(20px + (28 - 20) * ((100vw - 360px) / 1560));
    font-weight: 400;
    line-height: 1.6;
    color: #fff !important;
    background-color: rgba(2, 2, 2, 0.1);
    padding: 6vh 8vw;
    bottom: 20%;
}

