
.banner-responsive .container{
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 285px 0 200px;
}
.banner-responsive .container h1{
    font-size: clamp(40px, 7vw - 0.5rem, 100px);
}
.banner-responsive .container h1,
.banner-responsive .container h2{
    text-align: center;
}
.banner-responsive .container h1,
.banner-responsive .container h2{
    max-inline-size: 60%;
    color: #000;
}

