.two-column_section {
  padding: 80px 0px;
}
.two-column_section .column {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.two-column_section h2 {
  margin-bottom: 10px;
}
.two-column_section h2 span {
  display: block;
}
.two-column_section .content-wrapper {
  padding: 45px 0;
}
.two-column_section .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.two-column_section .image-wrapper img {
  height: 100%;
  width: 100%;
}
.two-column_section .column.media-column {
  position: relative;
}
.two-column_section .tag-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  min-width: 192px;
  position: absolute;
  top: auto;
  bottom: -27px;
  left: 0;
  right: auto;
}
.two-column_section .tag-overlay h4 {
  color: var(--orange);
  font-size: 28px;
  line-height: 32px;
}
.two-column_section .quote {
  background: rgba(232, 115, 26, 0.1);
  border-left: 3px solid #e8731a;
  border-radius: 15px;
  padding: 18px 20px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  color: var(--brown);
  font-size: 18px;
}
.two-column_section .quote strong,
.two-column_section .quote b {
  font-weight: 700;
  color: var(--orange);
}
@media only screen and (min-width: 1200px) {
  .two-column_section .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .two-column_section .column {
    padding-inline-start: 40px;
    padding-inline-end: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .two-column_section .image-wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .two-column_section .content-wrapper {
    padding: 10px 0;
  }
  .two-column_section .quote {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .two-column_section .column {
    width: 100%;
  }
  .two-column_section .content-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .two-column_section .tag-overlay {
    border-radius: 10px;
    left: 5px;
    bottom: -10px;
    padding: 10px 0;
    min-width: 170px;
  }
}
