.tcl-service-popup {
  position: absolute;
  left: 0;
  width: calc(100vw - 40px);
  margin-left: calc(-1 * (var(--offset-left, 0px) - 20px));
  top: calc(100% + 10px);
  z-index: 3;
}
.tcl-service-popup__close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.tcl-service-popup__close img {
  max-width: 45px;
}
.tcl-service-popup > .container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f5f3;
  position: relative;
}
.tcl-service-popup__image-caption {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  color: #212121;
  color: #9f9f9f;
}
.tcl-service-popup__icon {
  max-width: 45px;
  margin-bottom: 40px;
}
.tcl-service-popup__heading {
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #023c7a;
  color: #023c7a;
  position: relative;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .tcl-service-popup__heading {
    font-size: 24px;
  }
}
.tcl-service-popup__heading::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #023c7a;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.tcl-service-popup__text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #212121;
  color: #023c7a;
  margin-bottom: 40px;
}
.tcl-service-popup__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;
}
.tcl-service-popup__button a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .tcl-service-popup__button a {
    font-size: 13px;
    padding: 9px 20px 4px;
  }
}