.banner-wrapper {
    border-radius: 20px;
    overflow: hidden;
    /*padding: 0;*/
    /*margin: 60px auto;*/
    /*display: flex;*/
    /*min-height: 612px;*/
}

.banner-wrapper img {
    object-fit: cover;
    max-height:70vh;
}

.section-about {
    margin-bottom: 0px;
}