.ss-img-wrapper {
    width: 100%;
    height: 915px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.ss-img-wrapper .ss-content{
    color: white;
}

.ss-img-wrapper .ss-content .ss-title{
    font-size: 48px;
    line-height:52px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.ss-img-wrapper .ss-content .ss-subtitle{
    font-size: 26px;
    line-height:30px;
    font-weight: 500;
    margin-bottom: 1.25rem;
}
.ss-img-wrapper .ss-content .ss-subtitle-2{
    font-size: 20px;
    line-height:30px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.ss-img-wrapper .ss-content .ss-button .red_but {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 48px;
    min-width: 328px;
    min-height: 80px;
    border-radius: 4px;
    background: #ff0025;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    width: max-content;
    margin-top: 2.5rem;
}
@media (max-width: 1200px) {
    .ss-img-wrapper .ss-content .ss-button .red_but {
        min-width: 254px;
        min-height: 58px;
        padding: 0 32px;
        font-size: 18px;
    }
}
@media (max-width: 760px) {
    .ss-img-wrapper .ss-content .ss-button .red_but {
        width: 100%;
        min-width: auto;
        margin-top: 1rem;
    }
    .ss-img-wrapper .ss-content{
        padding: 20px;
        text-align: center;
    }
    .ss-img-wrapper .ss-content .ss-title{
        font-size:36px;
        line-height:40px;
    }
}
