.banner-type-1{
    height: 530px;
    overflow: hidden;
}
.banner-type-1-wrapper{
    background-color: #E9C664;
    position: relative;
    z-index: 0;
    border-top: #212121 123px solid;
    display: flex;
    flex-direction: row;;
}
.banner-type-1-content{
    padding: 94px 0 94px 100px;
    height: max-content;
}
.banner-type-1-discount{
    font-size: 70px;
    font-family: "abril fatface", sans-serif;
    color: #000000;
    font-weight: normal;
}
.banner-type-1-text{
    font-size: 16px;
    font-family: "inter", sans-serif;
    color: #000000;
    font-weight: normal;
    margin: 35px 0
}
.banner-type-1-button{
    display: inline-block;
    background-color: #000000;
    padding: 15px 20px;
    color: #E9C664;
    font-size: 20px;
    font-family: "inter", sans-serif;
    font-weight: 450;
    text-decoration: none;
}
.banner-type-1-image{
    margin-top: -123px;
    max-height: 700px;
}


@media screen and (max-width: 1023px) {
    .banner-type-1{
        height: 450px;
    }
    .banner-type-1-wrapper{
        border-top: #212121 72px solid;
    }
    .banner-type-1-content{
        padding: 54px 0 54px 50px;
    }
    .banner-type-1-discount{
        font-size: 50px;
    }
    .banner-type-1-text{
        font-size: 14px;
        margin: 35px 0
    }
    .banner-type-1-button{
        padding: 10px 15px;
        font-size: 17px;
    }
    .banner-type-1-image{
        margin-top: -72px;
        max-height: 500px;
    }
}
@media screen and (max-width: 767px) {
    .banner-type-1{
        height: 350px;
    }
    .banner-type-1-wrapper{
        border-top: #212121 72px solid;
    }
    .banner-type-1-content{
        padding: 34px 0 34px 30px;
    }
    .banner-type-1-discount{
        font-size: 35px;
    }
    .banner-type-1-text{
        font-size: 14px;
        margin: 25px 0
    }
    .banner-type-1-button{
        padding: 10px 15px;
        font-size: 17px;
    }
    .banner-type-1-image{
        margin-top: -72px;
        max-height: 350px;
    }
}
@media screen and (max-width: 500px) {
    .banner-type-1{
        height: 300px;
    }
    .banner-type-1-wrapper{
        border-top: #212121 32px solid;
    }
    .banner-type-1-content{
        padding: 14px 0 14px 20px;
    }
    .banner-type-1-discount{
        font-size: 25px;
    }
    .banner-type-1-text{
        font-size: 14px;
        margin: 15px 0
    }
    .banner-type-1-button{
        padding: 10px 15px;
        font-size: 17px;
    }
    .banner-type-1-image{
        margin-top: -32px;
        max-height: 300px;
    }
}

@media screen and (max-width: 400px) {
    .banner-type-1{
        height: 250px;
    }
    .banner-type-1-wrapper{
        border-top: #212121 32px solid;
    }
    .banner-type-1-content{
        padding: 14px 0 14px 20px;
    }
    .banner-type-1-discount{
        font-size: 20px;
    }
    .banner-type-1-text{
        font-size: 12px;
        margin: 15px 0
    }
    .banner-type-1-button{
        padding: 10px 15px;
        font-size: 14px;
    }
    .banner-type-1-image{
        margin-top: -32px;
        max-height: 250px;
    }
}
