#banner {
    position: relative;
    height: 600px;
    background: url(../img/hero_bg.png);
    background-size: cover;
}

#corver {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #141414d8;
}

#corver h1 {
    font-size: 40px;
    font-weight: 800;
}

#corver button {
    box-sizing: border-box;
    border: var(--color-1) solid 1px !important;
}

#banner .foot {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
}

.banner::before {
    box-shadow: 0 0 0 80px #fff;
    border-radius: 100%;
    position: absolute;
    height: 100px;
    /* right: -20px;
    left: -20px; */
    bottom: 0;
    width: 100%;
    background: #fff;
}

#services {
    padding: 60px 0;
}

@media screen and (max-width:1024px) {
    #banner {
        margin-top: 70px;
        position: relative;
        height: 600px;
        background: url(../img/hero_bg_mobile.png);
        background-size: cover;
    }
}
