.section-title--bg {
  background-color: #c3afa3;
  color: #fff;
  padding: 20px;
}

.container-stretch {
    width: 768px;
}

.mt-5 {
    margin-top: 5em;
}
.my-5 {
    margin-top: 5em;
    margin-bottom:5rem;
}
.c-block__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.c-block__item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-basis: 100%;
  flex: 45%;
  padding: 12px;
}

.c-block__name {
    background: #fff;
    font: 100 25px 'Roboto';
    padding: 8px 14px;
    position: absolute;
    text-transform: uppercase;
    top: 30px;
    color: #4D4D4D;
}

.c-block__title {
    color: #E2007A;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
}

.c-block__title--lowercase {
    text-transform: none;
    margin-top: 0px;
}

.c-block__desc {
    text-align: justify;
}

.c-block__btnwrap {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

.c-block__btnwrap > [data-editable],
.c-block__item > [data-editable] {
    flex-direction: column;
}

.c-block__btn {
    text-transform: uppercase;
    background-color: #c3afa3;
    color: #fff !important;
    padding: 15px;
    font-weight: bold;
    font-size: 0.8em;
    border-radius: 4px;
    margin-bottom: 30px;
    align-self: center;
}

.c-block__video {
    margin-top: 3em;
    position: relative;
}

.c-block__video .text {
    position: absolute;
    right: 0;
    left: 0;
    top: 60%;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    color: #E2007A;
}

.c-block__phrase {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.6em;
}

.fr-view a,
.fr-view b,
.fr-view strong {
    color: #E2007A;
}

@media screen and (max-width: 768px) {
    .c-block__item {
        flex: 100%;
    }
    .c-block__video .text {
        font-size: 1.2em;
    }
    .section-title--bg {
        text-align: center;
    }
    .section-title--bg h3 {
        margin-bottom: 0px;
    }
}

