
.block-header{
    background:white;
}






@media only screen and (max-width: 768px) {
    .banner-index-top img{
    margin-top: 90px;
    background: white;
    border-top-width: 76px;
    padding-top: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 15px;
    height: auto;
    border-radius: 25px;
    }
}

.banner-index-top {
    margin: 0px 65px 0px 65px;
    background: white;
}

@media only screen and (max-width: 768px) {
    .banner-index-top {
    margin: 0px 2px 0px 2px;
    background: white;
}
}

.banner-index-top img{
    width: 1260px;
    background: white;
    align-items: center;
    border-top-width: 76px;
    padding-top: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 80%;
    padding: 15px;
    height: auto;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    }
    
    