.mdm-business {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .mdm-business {
    max-width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .mdm-business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }
}
.mdm-business__border {
  padding: 24px 28px 38px;
}

.mdm-business__item {
  margin: 40px 0 0 0;
  border: solid #000000;
  background: white;
  border-width: 0 1px 1px 1px;
}

@media only screen and (min-width: 1024px) {
  .mdm-business__item {
    margin: 0 0 0 64px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .mdm-business__item:first-child {
    margin: 0;
  }
}
.mdm-business__image {
  max-height: 204px;
  width: calc(100% + 2px);
  overflow: hidden;
  display: block;
  margin-left: -1px;
}

.mdm-business__img {
  width: 100%;
}

.mdm-business__title {
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-transform: uppercase;
  font-family: TTNormsProBold, serif;
  color: #000000;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mdm-business__title:hover {
  color: rgba(0, 0, 0, 0);
}

.mdm-business__title_brown {
  position: relative;
}

.mdm-business__title_brown:after {
  position: absolute;
  content: attr(data-content);
  top: 0;
  left: 0;
  color: #000000;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(84.36deg, #BA8D6E 5.36%, #906A53 94.85%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mdm-business__title_brown:hover:after {
  opacity: 1;
}

.mdm-business__title_brown.mdm-business__title_hovered:after {
  opacity: 1;
}

.mdm-business__title_red {
  position: relative;
}

.mdm-business__title_red:after {
  position: absolute;
  content: attr(data-content);
  top: 0;
  left: 0;
  color: #000000;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(84.36deg, #E93054 5.36%, #961F32 94.85%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mdm-business__title_red:hover:after {
  opacity: 1;
}

.mdm-business__title_red.mdm-business__title_hovered:after {
  opacity: 1;
}

.mdm-business__text {
  font-size: 1rem;
  line-height: 1.625rem;
  font-family: ManropeRegular, serif;
}

.mdm-business__list {
  width: 100%;
  margin: 20px 0 0 -28px;
}

@media only screen and (min-width: 768px) {
  .mdm-business__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mdm-business__list-item {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin: 8px 0 0 28px;
  font-family: TTNormsProMedium, serif;
  position: relative;
  padding: 0 0 0 14px;
}

.mdm-business__list-item:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 36px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mdm-business__list_brown .mdm-business__list-item:before {
  background: linear-gradient(84.36deg, #BA8D6E 5.36%, #906A53 94.85%);
}

.mdm-business__list_red .mdm-business__list-item:before {
  background: linear-gradient(84.36deg, #E93054 5.36%, #961F32 94.85%);
}

.mdm-business .mdm-button {
  margin: 20px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-business .mdm-button {
    margin: 40px 0 0 0;
    width: 328px;
  }
}