.tab_content_scroll__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .tab_content_scroll__head {
    flex-direction: row;
  }
}
.tab_content_scroll__head-title {
  padding: 0 20px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: 0.3px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .tab_content_scroll__head-title {
    margin-bottom: 0px;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 30px !important;
    line-height: 40px !important;
    letter-spacing: 0.3px;
    font-weight: 700;
  }
}
.tab_content_scroll.dl-tabs {
  margin: 0 auto;
}
.tab_content_scroll.dl-tabs ul.tabs {
  display: flex !important;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .tab_content_scroll.dl-tabs ul.tabs {
    flex-direction: row;
  }
}
.tab_content_scroll.dl-tabs ul.tabs li {
  padding: 10px 25px;
  border-bottom: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .tab_content_scroll.dl-tabs ul.tabs li {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 23px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.tab_content_scroll.dl-tabs ul.tabs li.current {
  background: #FEBC2E;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}
.tab_content_scroll .tabs-content {
  background: #F0F0F0;
  text-align: left;
}
.tab_content_scroll .tabs-content__data {
  margin-top: 30px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .tab_content_scroll .tabs-content__data {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 23px !important;
    letter-spacing: 0.3px;
    font-weight: 300;
  }
}
.tab_content_scroll .tabs-content__data-picture img {
  object-fit: cover;
  width: 100%;
}
.tab_content_scroll .tabs-content__data-info {
  height: 300px;
  overflow-y: scroll;
  padding: 30px 20px;
}
@media only screen and (min-width: 992px) {
  .tab_content_scroll .tabs-content__data-info {
    height: 428px;
  }
}
.tab_content_scroll .tabs-content__data-info-title {
  color: #DC2329;
  margin-bottom: 15px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.3px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .tab_content_scroll .tabs-content__data-info-title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: 0.3px;
    font-weight: 600;
  }
}
.tab_content_scroll .tabs-content__data ul {
  margin-left: 0;
}
.tab_content_scroll .tabs-content__data ul li {
  background: url(images/icon-plus.svg) left 5px no-repeat;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 25px;
}
