.catalog-banner {
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.wc-block-wrapper + .catalog-banner {
    margin: -7px 0px 0px 0px;
}
.catalog-banner-image {
    width: 100%;
    display: block;
    height: 728px;
    object-fit: cover;
    object-position: 0% 25%;
}
.catalog-banner-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    color: #fff;
    display: flex;
    flex-flow: column;
    gap: 24px;
}
.catalog-banner-overlay h2 {
    font-size: 56px;
    line-height: 120%;
    color: #1A1A1A;
    font-weight: 300;
    margin: 0px;
    text-align: center;
}
.catalog-banner-description p {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    color: #4A4A4A;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    text-align: center;
}
.catalog-banner-description p strong {
    font-weight: 700;
}
.catalog-banner-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #1A1A1A;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    border: 1px solid #1A1A1A;
    font-family: "Montserrat", sans-serif;
    width: max-content;
    margin: 0px auto;
}





@media(max-width:767px){
    .catalog-banner-overlay{
        left:20px;
        right:20px;
        bottom:20px;
        max-width:100%;
    }
    .catalog-banner-overlay h2{
        font-size:28px;
    }
}