.ts-presentation {
    background: url(/content/bg_support.jpg?v4) 0 100% repeat-x;
    text-align: center;
    padding-bottom: 3rem;
    position: relative;
    height: 300px;
    background-position: center;
}
.red-line {
    position: absolute;
    left: 0;
    /* width: 750px; */
    height: 100%;
    padding: 0;
}
.red-line-content {
    padding: 44px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.87);
}
.red-line-content > .text-container {
    padding-left: 16%;

    text-align: left;
}
.red-line-content > .text-container > h1 {
    margin: 0;
    line-height: 3rem;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #334bb7;
    padding-left: 1rem;
    padding-top: 1.7rem;
}

.content_h2 {
    margin-top: 0;
}
.container_ts {
    text-align: justify;
    margin: 3.5rem 0;
    overflow: hidden;
    max-width: 100%;
}
.container_ts:first-child {
    margin-top: 0;
}
.container_ts h3 {
    color: black;
    font-size: 16px;
}
.contact {
    display: flex;
    justify-content: center;
}
.contact-form {
    text-align: justify;
    display: inline-block;
    background-color: #8340f7;
    padding: 25px 50px;
    color: white;
}

.timer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timer-wrapper .flipdown {
    margin: auto;
}

.timer-wrapper h3 {
    font-size: 30px;
    font-weight: bolder;
}

@media (min-width: 768px) {
    .red-line-content > .text-container > h1 {
        font-size: 44px;
        line-height: 5.1rem;
        padding: 0;
    }
}
