.tcl-text-with-one-picture__wrapper {
  margin-bottom: 10%;
}
.tcl-text-with-one-picture__wrapper--background-yes {
  background-image: url(/wp-content/themes/3aart/images/background-big.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}
.tcl-text-with-one-picture__mobile-content {
  display: none;
}
@media (max-width: 767px) {
  .tcl-text-with-one-picture__mobile-content {
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .tcl-text-with-one-picture__desktop-content {
    display: none;
  }
}
.tcl-text-with-one-picture__heading {
  margin-bottom: 15px;
}
.tcl-text-with-one-picture__heading h1 {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 1199px) {
  .tcl-text-with-one-picture__heading h1 {
    font-size: 26px;
  }
}
.tcl-text-with-one-picture__heading h2 {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 40px;
}
@media (max-width: 1199px) {
  .tcl-text-with-one-picture__heading h2 {
    font-size: 24px;
  }
}
.tcl-text-with-one-picture__heading h3 {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 27px;
}
@media (max-width: 1199px) {
  .tcl-text-with-one-picture__heading h3 {
    font-size: 18px;
  }
}
.tcl-text-with-one-picture__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-text-with-one-picture__sub-heading {
    font-size: 18px;
  }
}
.tcl-text-with-one-picture__description {
  margin-bottom: 40px;
}
.tcl-text-with-one-picture__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: 300px;
  text-align: center;
}
.tcl-text-with-one-picture__button a[disabled] {
  background: #dedede;
  color: #ffffff;
  cursor: no-drop;
}
@media (max-width: 767px) {
  .tcl-text-with-one-picture__button a {
    width: 100%;
    text-align: center;
  }
}
.tcl-text-with-one-picture__picture {
  position: relative;
}