.tcl-description-with-carousels {
  background-image: url(/wp-content/themes/3aart/images/background-big.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .tcl-description-with-carousels {
    padding: 50px 0;
  }
}
.tcl-description-with-carousels__mobile-content {
  display: none;
}
@media (max-width: 767px) {
  .tcl-description-with-carousels__mobile-content {
    display: block;
  }
}
@media (max-width: 767px) {
  .tcl-description-with-carousels__desktop-content {
    display: none;
  }
}
.tcl-description-with-carousels__text {
  margin-bottom: 100px;
}
.tcl-description-with-carousels__heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .tcl-description-with-carousels__heading {
    font-size: 26px;
  }
}
.tcl-description-with-carousels__sub-heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .tcl-description-with-carousels__sub-heading {
    font-size: 18px;
  }
}
.tcl-description-with-carousels__description {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .tcl-description-with-carousels__description {
    margin-bottom: 30px;
  }
}
.tcl-description-with-carousels__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: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 50px;
  padding-right: 50px;
}
.tcl-description-with-carousels__button a[disabled] {
  background: #dedede;
  color: #ffffff;
  cursor: no-drop;
}
@media (max-width: 767px) {
  .tcl-description-with-carousels__button a {
    width: 100%;
    text-align: center;
  }
}
.tcl-description-with-carousels__images {
  position: relative;
}
@media (max-width: 767px) {
  .tcl-description-with-carousels__image {
    width: calc(100% - 55px) !important;
  }
}
.tcl-description-with-carousels__image:nth-child(1) {
  margin-top: -50px;
}
@media (max-width: 767px) {
  .tcl-description-with-carousels__image:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.tcl-description-with-carousels__image:nth-child(2) {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 50%;
  left: 30%;
}
@media (max-width: 767px) {
  .tcl-description-with-carousels__image:nth-child(2) {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 80px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.tcl-description-with-carousels__image img {
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}
.tcl-description-with-carousels .tcl-images-carousel:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tcl-description-with-carousels .tcl-images-carousel {
    margin-top: 40px;
  }
}