.tcl-post-card-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-post-card-large__image {
  margin-bottom: 20px;
}
.tcl-post-card-large__image img {
  width: 100%;
}
.tcl-post-card-large__info {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  color: #ffffff;
}
.tcl-post-card-large__heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
  color: #ffffff;
}
.tcl-post-card-large__description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  line-height: 150%;
  margin-bottom: 30px;
}
.tcl-post-card-large__link {
  margin-top: auto;
}
.tcl-post-card-large__link a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tcl-post-card-large__link a:disabled {
  opacity: 0.5 !important;
}
.tcl-post-card-large__link a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-post-card-large__link a:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-post-card-large__link a:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-post-card-large__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .tcl-post-card-large__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tcl-post-card-large__content-left {
  width: 37%;
}
@media (max-width: 1199px) {
  .tcl-post-card-large__content-left {
    width: 100%;
  }
}
.tcl-post-card-large__content-right {
  width: 50%;
}
@media (max-width: 1199px) {
  .tcl-post-card-large__content-right {
    width: 100%;
  }
}

.tcl-section--light .tcl-post-card-large__info {
  color: #111111;
}
.tcl-section--light .tcl-post-card-large__heading {
  color: #111111;
}
.tcl-section--light .tcl-post-card-large__description {
  color: #111111;
}
.tcl-section--light .tcl-post-card-large__link a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
}
.tcl-section--light .tcl-post-card-large__link a:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-post-card-large__link a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-post-card-large__link a:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-post-card-large__link a:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-post-card-large__link a:hover {
  color: #111111;
  background-color: #ffffff;
}