.top-banner-type-3 .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-3 .banner-wrapper {
    position: relative;
}
.top-banner-type-3 .container {
    width: 100%;
}
.top-banner-type-3 .banner-content h1{
    color: #F1F3F5;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 58px;
    line-height: 121%;
/*    letter-spacing: 0.02em;*/
    margin-top: 16px;
}
.top-banner-type-3 .small-text{
    display: block;
    font-size: 32px;
    font-family: var(--font-heading);
    line-height: 169%;
}
.top-banner-type-3 .banner-image img {
    max-width: 100%;
    vertical-align: top;
    width: 100%;
}
.top-banner-type-3 .description {
    min-width: 315px;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    display: inline-flex;
    gap: 53px;
}
.top-banner-type-3 .description p {
    margin-bottom: 12px;
}
.top-banner-type-3 .description a {
    color: inherit;
}
.top-banner-type-3 .description a:hover {
    color: var(--color-brown-3);
}
@media (min-width: 768px){
    .top-banner-type-3 .banner-image img{
        height: 600px;
        object-fit: cover;
    }
}
@media (max-width: 767px){
    .top-banner-type-3 .banner-wrapper {
        height: calc(100vh - 117px);
        min-height: 400px;
    }
    .top-banner-type-3 .banner-image {
        height: 100%;
    }
    .top-banner-type-3 .banner-image img{
        height: 100%;
        object-fit: cover;
    }
    .top-banner-type-3 .banner-content h1{
        font-size: 42px;
        line-height: 60px;
        letter-spacing: 0.02em;
        margin-top: 0;
        margin-bottom: 12px;
    }
    .top-banner-type-3 .small-text{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .top-banner-type-3 .banner-content{
        align-items: flex-end;
        padding-bottom: 19vh;
        padding-top: 19vh;
    }
}
@media (max-width: 429px){
    .top-banner-type-3 .description {
        min-width: 100px;
        width: 100%;
    }
}
@media (max-width: 370px){
    .top-banner-type-3 .banner-content h1 {
        font-size: 34px;
        line-height: 1.42857143;
    }
    .top-banner-type-3 .small-text {
        font-size: 20px;
        line-height: 1.45454545;
        margin-bottom: 0;
    }
}