section.title-description {
    position: relative;
    padding: 68px 0;
}

section.title-description .td-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.title-description .td-background img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
}

section.title-description .td-description {
    position: relative;
    text-align: center;
    z-index: 1;
}

section.title-description .subtitle {
    margin-bottom: 26px;
}

section.title-description .section-title {
    margin-bottom: 16px;
}

section.title-description .content-wrap {
    max-width: 656px;
    margin: 0 auto;
}


/* MEDIA */

@media only screen and (max-width: 768px) {
    section.title-description {
        padding: 46px 0;
    }
}

/* ( < 768 ) */
