.info-sep {
    margin-top: 35px;
    margin-bottom: 25px;
}

.info-header-blue-bg {
    background-color: #E7F8F9;
    margin-left: 0;
    margin-right: 0;
}

.info-header {
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    justify-content: space-between;
    align-items: center;
}

.info-header-left {
    flex: 2;
    -ms-flex: 3 3 auto;
}

.info-header-title {
    text-transform: capitalize;
    font-size: 4rem;
    line-height: 1;
    font-family: "din-condensed", sans-serif;
    font-weight: 500;
    color: #51575D
}

.info-header-right {
    flex: 1;
    display: flex;
    -ms-flex: 1 1 auto;
    justify-self: stretch;
}


.info-btn-get-started {
    flex: 1;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
    background-color: #AC2641;
    color: white;
    border: none;
    font-family: "din-2014", sans-serif;
    font-size: 18px;
    font-weight: 1000;
    letter-spacing: 1px;
    border-radius: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-self: stretch;
}


@media screen and (min-width: 850px) {
    .info-content {
        display: flex;
    }

    .info-left {
        flex: 1;
        -ms-flex: 1 1 auto;
        margin-right: 50px;
    }

    .info-right {
        flex: 2;
        -ms-flex: 3 3 auto;
        min-width: 375px;
    }
}

.info-card {
    display: flex;
    text-align: left;
    border: 1px solid #51575D;
    border-radius: 6px;
    margin-bottom: 16px;
    align-items: center;
}


.info-card-text {
    margin-right: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex: 6;
    -ms-flex: 1 1 auto;
}

.info-card-text h2 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bolder;
    color: #AC2641;
    flex: 3;
    -ms-flex: 3 3 auto;
    margin-top: 16px;
    line-height: 1;
}


.info-card-text-nr {
    color: black;
}

.info-card-img {
    margin-right: 16px;
    margin-left: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex: 2;
    -ms-flex: 2 2 auto;
    height: 152px;
}


.info-disclaimer {
    font-size: small;
}



.info-left-btn {
    display: flex;
}

.info-left-text h2 {
    text-transform: capitalize;
}

.info-left-text p {
    font-size: 1rem;
}

.info-left-text h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.3rem;
    word-spacing: 3px;
    line-height: normal;
}