h1, h2 {
    margin: 0;
}

.hero {
    height: 80vh;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    overflow: clip;
    margin: 0 20px;
    padding: 100px 0;
    box-sizing: border-box;

    h1 {
        font-size: 45px;
        font-weight: 600;
        line-height: 60px;
        text-align: center;
        margin: 0;
    }

    p {
        text-align: center;
        max-width: 600px;
    }
    .image {
        overflow: clip;
        img {
            transform: translateY(50px);
        }
    }
}


#block-content {
    background: white;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(246, 252, 244, 0.3), rgba(214, 255, 232, 0.15), rgba(255, 255, 255, 1));
}
.video-testimonials {
    width: 850px;
}
#advantages {
    img {
        max-height: 250px;
        width: auto;
    }
}

#headerContent {
    background: transparent !important;
}