#text-image-block {
  display: flex;
  text-align: left;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#text-image-block.paddingTopMedium {
  padding-top: 60px;
}
#text-image-block.paddingTopLarge {
  padding-top: 120px;
}
#text-image-block.paddingTopNone {
  padding-top: 0;
}
@media (max-width: 1200px) {
  #text-image-block.paddingTopMedium {
    padding-top: 60px;
  }
  #text-image-block.paddingTopLarge {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  #text-image-block.paddingTopMedium {
    padding-top: 60px;
  }
  #text-image-block.paddingTopLarge {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  #text-image-block.paddingTopMedium {
    padding-top: 40px;
  }
  #text-image-block.paddingTopLarge {
    padding-top: 80px;
  }
}
@media (max-width: 479px) {
  #text-image-block.paddingTopNone {
    padding-top: 0;
  }
  #text-image-block.paddingTopMedium {
    padding-top: 40px;
  }
  #text-image-block.paddingTopLarge {
    padding-top: 40px;
  }
}
#text-image-block.paddingBottomMedium {
  padding-bottom: 60px;
}
#text-image-block.paddingBottomLarge {
  padding-bottom: 120px;
}
#text-image-block.paddingBottomNone {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  #text-image-block.paddingBottomMedium {
    padding-bottom: 60px;
  }
  #text-image-block.paddingBottomLarge {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  #text-image-block.paddingBottomMedium {
    padding-bottom: 60px;
  }
  #text-image-block.paddingBottomLarge {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  #text-image-block.paddingBottomMedium {
    padding-bottom: 40px;
  }
  #text-image-block.paddingBottomLarge {
    padding-bottom: 80px;
  }
}
@media (max-width: 479px) {
  #text-image-block.paddingBottomNone {
    padding-bottom: 0;
  }
  #text-image-block.paddingBottomMedium {
    padding-bottom: 40px;
  }
  #text-image-block.paddingBottomLarge {
    padding-bottom: 40px;
  }
}
#text-image-block.white {
  color: #222222;
}
#text-image-block.white h1, #text-image-block.white h2, #text-image-block.white h3, #text-image-block.white h4, #text-image-block.white h5, #text-image-block.white h6 {
  color: #165968;
}
#text-image-block.blue {
  background: #2d9ab2;
  color: #ffffff;
}
#text-image-block.blue h1, #text-image-block.blue h2, #text-image-block.blue h3, #text-image-block.blue h4, #text-image-block.blue h5, #text-image-block.blue h6 {
  color: #ffffff;
}
#text-image-block.turquoise {
  background: #165968;
  color: #ffffff;
}
#text-image-block.turquoise h1, #text-image-block.turquoise h2, #text-image-block.turquoise h3, #text-image-block.turquoise h4, #text-image-block.turquoise h5, #text-image-block.turquoise h6 {
  color: #ffffff;
}
#text-image-block .inner-two {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
#text-image-block .inner-two.left {
  flex-direction: row-reverse;
}
#text-image-block .column1, #text-image-block .column2 {
  width: 50%;
  padding: 20px;
}
#text-image-block .column2 img {
  width: 100%;
}
#text-image-block .column2 {
  text-align: center;
}
#text-image-block .column1, #text-image-block .button {
  margin-top: 20px;
}
#text-image-block .column1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.white h2, .white h3, .white h4 {
  color: #165968;
}

.blue h2, .blue h3, .blue h4, .turquoise h2, .turquoise h3, .turquoise h4 {
  color: #ffffff;
}

@media (max-width: 991px) {
  #text-image-block .inner-two {
    flex-direction: column;
  }
  #text-image-block .inner-two.left {
    flex-direction: column;
  }
  #text-image-block .column1, #text-image-block .column2 {
    width: 100%;
    padding: 0px 20px;
  }
}
.small_image {
  width: 310px !important;
}

@media only screen and (max-width: 1179px) {
  .small_image {
    width: 100% !important;
  }
}
