.top-banner-type-5 .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #F1F3F5;
    background: #22252966;
    overflow: hidden;
}
.top-banner-type-5 .banner-wrapper {
    position: relative;
}
.top-banner-type-5 .container {
    width: 100%;
}
.top-banner-type-5 .banner-content h1{
    color: #F1F3F5;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 70px;
    line-height: 121%;
    letter-spacing: 0.02em;
    margin-top: 70px;
}
.top-banner-type-5 .small-text{
    display: block;
    font-size: 32px;
    font-family: var(--font-heading);
    line-height: 169%;
}
.top-banner-type-5 .banner-image img {
    max-width: 100%;
    vertical-align: top;
    width: 100%;
}
.top-banner-type-5 .description {
    max-width: 622px;
}
@media (min-width: 768px){
    .top-banner-type-5 .banner-image img{
        height: 600px;
        object-fit: cover;
    }
}
@media (max-width: 767px){
    .top-banner-type-5 .banner-wrapper {
        height: calc(100vh - 117px);
        min-height: 400px;
    }
    .top-banner-type-5 .banner-image {
        height: 100%;
    }
    .top-banner-type-5 .banner-image img{
        height: 100%;
        object-fit: cover;
    }
    .top-banner-type-5 .banner-content h1{
        font-size: 42px;
        line-height: 60px;
        margin-top: 0;
        margin-bottom: 12px;
    }
    .top-banner-type-5 .small-text{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .top-banner-type-5 .banner-content{
        align-items: flex-end;
        padding-bottom: 19vh;
        padding-top: 19vh;
    }
}
@media (max-width: 370px){
    .top-banner-type-5 .banner-content h1 {
        font-size: 34px;
        line-height: 1.42857143;
    }
    .top-banner-type-5 .small-text {
        font-size: 20px;
        line-height: 1.45454545;
        margin-bottom: 0;
    }
}