.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/pages/services.jpg');
    min-height: 13.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, #FFFFFF 98.05%);
    z-index: 2;
}

.banner__title {
    font-size: 36px;
    font-family: "GothamPro-Medium", sans-serif;
    position: relative;
    z-index: 3;
}

.wrapper {
    max-width: calc(100% - 90px);
    margin: 0 auto;
}


.table-wrapper {
    overflow-x: auto;
}

.table-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.page__body {
    font-family: "Helvetica", sans-serif;
}

.page__body h1,
.page__body h2,
.page__body h3,
.page__body h4 {
    margin: 16px 0;
}

.page__body img {
    padding: 16px;
}

.page__body iframe{
    border: none;
    width: 100%!important;
    height: 70vh!important;
}

@media (max-width: 1440px) {
    .banner__title {
        font-size: 32px;
    }
}


@media (max-width: 1024px) {
    .banner__title {
        font-size: 28px;
    }
}

@media (max-width: 780px) {
    .banner__title {
        font-size: 24px;
        text-align: center;
        padding: 20px 0;
    }

    .wrapper {
        max-width: calc(100% - 40px);
    }
}
