.tb-statement-section {
  margin: 16px 0;
}

.tb-statement-container {
  width: 100% !important;
  color: #FFFFFF;
  font-style: italic;
  text-align: center;
}

.tb-statement-container .tb-statement-icon-container img {
  width: 64px;
  height: 64px;
}

.tb-statement-container .tb-statement-caption {
  color: #FFFFFF !important;
  font-style: normal !important;
}

.tb-statement-container .tb-statement-icon-container {
  display: inline-block;
}

.tb-statement-container .tb-statement-font-normal {
  font-style: normal !important;
}

.tb-statement-header-underline .tb-statement-header {
  border-bottom: 1px solid #FFFFFF !important;
  margin-bottom: 24px;
  display: inline-block;
}

.tb-bg-sky-statement .tb-statement-container {
  background: #49B1BB;
}

.tb-bg-ginger-statement .tb-statement-container {
  background: #A54E00;
}

.tb-bg-pine-statement .tb-statement-container {
  background: #3D554F;
}

.tb-bg-navy-statement .tb-statement-container {
  background: #002664;
}

.tb-bg-wine-statement .tb-statement-container {
  background: #610012;
}

.tb-bg-darkgray-statement .tb-statement-container {
  background: #393939;
}

@media only screen and (max-width: 1024px) {
  .tb-statement-section {
    margin: 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tb-statement-section {
    margin: 8px 0;
    padding: 0 16px;
  }
  .tb-py-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .tb-px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .tb-statement-container {
    margin: auto;
  }
}

.align-vertical .tb-statement-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .align-vertical .tb-statement-container {
    position: absolute;
    top: 16px;
    bottom: 16px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
