.container {
    max-width: 1316px;
    margin: 0 auto;
    position: relative;
}

/*********************/
/*    TY BANNER    */
/*********************/

.ty-banner {
    padding: 40px 0 25px;
    background: url('/content/dam/oppo/ro/mkt/events/campanie-vacanta-oppo-reno-10/v1/assets/hero-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #0C0C0C;
}

.ty-banner .container {
    min-height: 100vh;
}

.ty-banner h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 40px;
    line-height: 1;
}

.ty-banner h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 24px;
}

.ty-banner p {
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 20px;
}

.ty-banner p span {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 20px;
}

.col-9 {
    max-width: 75%;
    flex: 0 0 75%;
}

.flex {
    display: flex;
}

.text-center {
    text-align: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.flex-col {
    flex-direction: column;
}