.banner {
    margin: 0 4px;
    margin-bottom: 4px;
    height: calc(100vh - 74px);
}

.swiper-slide {
    overflow: hidden;
    padding: 0 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.swiper-wrapper .text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    color: #fff;
}
.swiper-wrapper .text h3 {
    font-size: 80px;
}
.banner img {
    width: 100%;
    object-fit: cover;
}

.content-box {
    padding: 0 2px 4px;
    position: relative;
    cursor: pointer;
    color: white;
}
.content-box .content-box-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 71.2%;
}
@media (min-width: 1102px) and (max-width: 1459px) {
    .content-box .content-box-container {
        padding-bottom: 81%;
    }
}
.content-box .content-box-container .content-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.content-box a {
    display: block;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content-box a:hover span.title,
&:hover span.caption {
    opacity: 0;
}
.content-box a:hover span.subcaption {
    opacity: 1;
}
.content-box:hover span.title,
.content-box:hover span.caption {
    opacity: 0;
}
span.title {
    margin-top: 1px;
    padding-right: 20px;
    padding-bottom: 0.5em;
    text-align: left;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.04em;
    color: white;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
span.caption {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: white;
}
.content-box span.caption .sub {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.content-box span.subcaption {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    font-size: 40px;
    color: #fff;
}

.clients {
    overflow-x: hidden;
    padding-top: 87px;
    background-color: rgb(245, 245, 245);
}
.clients .title {
    padding: 0 28px;
}
.clients .title,
.services .title {
    color: #ec1c24;
    font-size: 30px;
    line-height: 1.0666666667;
    font-weight: 600;
    margin: 0 0 31px;
}
.clients .desc {
    font-size: 26px;
    padding-left: 30px;
    color: #555;
}
.clients .client-logos {
    margin-top: 79px;
    margin-bottom: 20px;
}
.clients .client {
    text-align: center;
    /* margin-bottom: 44px; */
}
.client img {
    max-width: 100%;
}
.services {
    background: #fff;
    padding: 96px 30px 64px;
    color: #555555;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}
.services ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.services ul li {
    line-height: 1.5;
}

@media screen and (max-width: 640px) {
    .banner {
        height: 260px;
    }
    .swiper-wrapper .text h3 {
        font-size: 40px;
    }
    .clients {
        padding-top: 30px;
    }
    .clients .title,
    .clients .desc {
        font-size: 14px;
    }
    .client img {
        width: 180px;
    }
    .services {
        padding: 30px;
        font-size: 14px;
    }
    .services .title {
        font-size: 14px;
        margin: 0 0 15px 0;
    }
    .services .h3 {
        font-size: 14px;
    }
}
