/* Responsive breakpoints */
.sub-type-infobox {
  position: relative;
  margin-top: 60px;
}
.sub-type-infobox .lineHolder,
.sub-type-infobox .infoInnter {
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .sub-type-infobox .lineHolder,
  .sub-type-infobox .infoInnter {
    margin: 0 45px;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .sub-type-infobox .lineHolder,
  .sub-type-infobox .infoInnter {
    margin: 0 15px;
  }
  .sub-type-infobox .lineHolder .line,
  .sub-type-infobox .infoInnter .line {
    padding: 0;
  }
}
.sub-type-infobox .background-image {
  position: absolute;
  width: 100%;
}
.sub-type-infobox .text-content {
  padding: 35px;
}
.sub-type-infobox .text-content div,
.sub-type-infobox .text-content p,
.sub-type-infobox .text-content h1,
.sub-type-infobox .text-content h2,
.sub-type-infobox .text-content h3,
.sub-type-infobox .text-content h4 {
  width: 100%;
}
.sub-type-infobox .text-content a {
  display: inline-block;
}
.sub-type-infobox .text-content h3,
.sub-type-infobox .text-content p {
  color: #fff;
}
.sub-type-infobox .text-content h3 {
  font-size: 1.9em;
  font-weight: bold;
  line-height: 1.2;
}
.sub-type-infobox .text-content p {
  display: inline-block;
  padding-right: 15%;
  margin-bottom: 0;
}
.sub-type-infobox .row {
  position: relative;
}
.sub-type-infobox .imgCrop {
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .sub-type-infobox .imgCrop img {
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0) !important;
  }
}
@media only screen and (max-width: 1400px) {
  .sub-type-infobox {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .sub-type-infobox.background-image,
  .sub-type-infobox .col-4.d-flex {
    display: none !important;
  }
}
.sub-type-infobox .imgCrop img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
