.short-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.short-banner .banner-container {
    max-width: 1157px;
    position: relative;
}

.short-banner .banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: clamp(20px, 3vw, 66px);
    right: 0;
    bottom: clamp(20px, 3vw, 66px);
    left: clamp(20px, 3vw, 60px);
    max-width: 492px;
}

.short-banner .banner-pretitle {
    color: #A9A5A4;
    border-bottom: 1px solid #A9A5A4;
    margin-bottom: 33px;
    padding-bottom: 10px;
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}

.short-banner .banner-title {
    line-height: 98%;
    margin-bottom: 19px;
}

.short-banner .banner-text {
    margin-bottom: 43px;
}

.short-banner .banner-img {
    width: 100%;
    min-height: 444px;
    object-fit: cover;
}