a {
  color: #212121;
  text-decoration: underline;
}

.image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: right;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: justify;
}

.image-2 {
  position: relative;
  padding-bottom: 32px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  position: static;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-3 {
  display: block;
}

.div-block {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.heading {
  margin-top: 10px;
  padding-bottom: 0px;
  font-size: 32px;
  font-weight: 400;
}

.button {
  margin-top: 0px;
  padding-top: 9px;
  background-color: #de157a;
  font-weight: 700;
  text-align: center;
}

.container-3 {
  text-align: center;
}

.section-2 {
  margin-bottom: 0px;
  padding-bottom: 23px;
  background-color: #ececec;
}

.container-4 {
  text-align: center;
}

.section-3 {
  padding-top: 27px;
  padding-bottom: 21px;
}

.section-4 {
  padding-top: 32px;
  padding-bottom: 22px;
  background-color: #b3b3b3;
}

.container-5 {
  text-align: center;
}

.paragraph {
  line-height: 15px;
  font-weight: 400;
}

.div-block-2 {
  font-size: 12px;
}

.columns {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  text-align: center;
}

.paragraph-2 {
  font-size: 15px;
  text-align: left;
}

.block-quote {
  color: #de157a;
  font-size: 15px;
  text-align: right;
}

.div-block-3 {
  line-height: 15px;
}

.section-5 {
  padding-bottom: 10px;
}

.paragraph-3 {
  margin-bottom: 31px;
}

.text-block {
  color: #de127c;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.div-block-4 {
  text-align: right;
}

.image-4 {
  text-align: right;
}

.columns-2 {
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.italic-text {
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  a {
    color: #000;
  }

  a:hover {
    font-style: normal;
  }

  .section-3 {
    padding-bottom: 0px;
  }

  .section-4 {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #919191;
  }

  .paragraph {
    line-height: 15px;
    white-space: normal;
  }

  .div-block-2 {
    font-size: 11px;
  }

  .columns {
    font-size: 11px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .block-quote {
    color: #de157a;
    font-size: 16px;
    text-align: left;
  }

  .div-block-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 11px;
    line-height: 15px;
  }

  .section-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    padding-bottom: 42px;
  }

  .text-block {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    padding-bottom: 13px;
  }

  .text-block {
    font-size: 10px;
  }
}

