.tcl-footer-contact {
  overflow: hidden;
}
.tcl-footer-contact__wrapper {
  position: relative;
}
.tcl-footer-contact .row {
  gap: 20px 0;
}
.tcl-footer-contact .row > div:first-child .tcl-multicolor-divider {
  opacity: 0;
}
@media (max-width: 767px) {
  .tcl-footer-contact .row > div:first-child .tcl-multicolor-divider {
    opacity: 1;
  }
}
.tcl-footer-contact__card {
  background: #023c7a;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  padding: 25px;
  position: relative;
}
.tcl-footer-contact__card-heading {
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #023c7a;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tcl-footer-contact__card-heading {
    font-size: 24px;
  }
}
.tcl-footer-contact__card-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #212121;
  color: white;
  text-align: center;
}
.tcl-footer-contact__card-phone {
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  margin-top: 30px;
}
.tcl-footer-contact__card-phone span {
  text-decoration: underline;
}
.tcl-footer-contact__card-button {
  margin-top: 20px;
}
.tcl-footer-contact__card-button a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  background-color: #e3291b;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(52, 58, 64, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(52, 58, 64, 0.1);
  background-color: #023c7a;
  display: block;
  color: #023c7a;
  background-color: #f7f5f3;
}
.tcl-footer-contact__card-button a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .tcl-footer-contact__card-button a {
    font-size: 13px;
    padding: 9px 20px 4px;
  }
}
.tcl-footer-contact .tcl-multicolor-divider {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300vw;
  height: 40px;
  z-index: -1;
}