@media (max-width: 1199px) {
  .tcl-faq-small__tabs {
    margin-top: 50px;
  }
}
.tcl-faq-small__tab {
  padding-bottom: 10px;
  border-bottom: solid 2px rgba(75, 75, 75, 0.2);
  margin-top: 10px;
}
.tcl-faq-small__tab-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}
.tcl-faq-small__tab-title span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 50%;
  margin-top: -11px;
  width: 23px;
  height: 23px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-faq-small__tab-title span svg {
  width: 100%;
  height: 100%;
}
.tcl-faq-small__tab-title.active span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tcl-faq-small__tab-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-top: 25px;
  padding-right: 40px;
  padding-bottom: 20px;
}
.tcl-faq-small__tab-text p:last-child {
  margin: 0 0;
}