.tcl-cards__wrapper--round {
  padding-top: 40px;
}
.tcl-cards__wrapper--square {
  padding-top: 100px;
}
.tcl-cards__card {
  background: #ffffff;
  padding: 0px 35px 70px 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.tcl-cards__card--shodow-yes {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.tcl-cards__card--type-link {
  margin-bottom: 35px;
}
.tcl-cards__card--type-link .tcl-cards__card-text {
  margin-bottom: 30px;
}
.tcl-cards__card-image {
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  width: 125px;
  min-height: 125px;
  margin-top: -40px;
  border-radius: 50%;
}
.tcl-cards__card-image .tcl-picture__container {
  padding-bottom: 100% !important;
}
.tcl-cards__card-image .tcl-picture__container img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.tcl-cards__card-image--square {
  width: 200px;
  min-height: 200px;
  margin-top: -100px;
  border-radius: 0%;
}
.tcl-cards__card-image--square .tcl-picture__container {
  padding-bottom: 100% !important;
}
.tcl-cards__card-image--square .tcl-picture__container img {
  border-radius: 0%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tcl-cards__card-heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 27px;
  text-align: center;
  color: #8f000a;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .tcl-cards__card-heading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tcl-cards__card-heading {
    height: auto !important;
  }
}
.tcl-cards__card-text {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #495057;
}
.tcl-cards__card-text p {
  margin-top: 0px;
  margin-bottom: 24px;
}
.tcl-cards__card-text p:last-child {
  margin-bottom: 0;
}
.tcl-cards__card-button {
  text-align: center;
  position: absolute;
  width: 100%;
  top: var(--height-button);
  left: 0;
}
.tcl-cards__card-button a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  outline: none;
  border: 0;
  color: #ffffff;
  background-color: #8f000a;
  border-radius: 6px;
  padding: 10px 10px;
  display: inline-block;
  text-align: center;
  max-width: 182px;
}
.tcl-cards__card-button a[disabled] {
  background: #dedede;
  color: #ffffff;
  cursor: no-drop;
}
.tcl-cards__card-link {
  margin-top: auto;
}
.tcl-cards__card-link a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  outline: none;
  border: 0;
  font-weight: 500;
  color: #8f000a;
  text-decoration: none;
}
.tcl-cards__card-link a[disabled] {
  background: #dedede;
  color: #ffffff;
  cursor: no-drop;
}
.tcl-cards__card-link a span {
  text-decoration: underline;
  -webkit-transition: text-shadow 0.3s ease;
  transition: text-shadow 0.3s ease;
}
.tcl-cards__card-link a svg {
  margin-left: 15px;
}
.tcl-cards__card-link a:hover span {
  text-shadow: 1px 0 0 #8f000a;
}
.tcl-cards .row > .col-xl-3 {
  margin-bottom: 100px;
}