.deal_room {
  background-color: #243508;
  padding: 0px;
  border: 0;
}
.deal_room .tab-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: 50vh;
}
.deal_room h2 {
  font-size: 52px;
  line-height: 66px;
  font-family: "roobert_medium";
  color: #BFF355;
  padding-top: 64px;
  padding-bottom: 68px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .deal_room h2 {
    padding-top: 32px;
    padding-bottom: 36px;
    font-family: "roobert_regular";
    font-size: 35px;
    line-height: 40px;
  }
}

.deal_room_content {
  background-color: #243508;
  padding-right: 20px;
}
.deal_room_content .tab-content {
  display: none;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .deal_room_content .tab-content {
    padding-bottom: 64px;
    padding-right: 0;
  }
}
.deal_room_content .active-content {
  display: block;
}
.deal_room_content .scrollable {
  max-height: 274px;
  overflow-y: auto;
}
.deal_room_content .tab-row-one {
  padding-top: 17px;
  padding-bottom: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: 0;
  margin-right: 0;
  height: auto;
}
.deal_room_content .tab-row-one::-webkit-scrollbar {
  width: 12px;
}
.deal_room_content .tab-row-one::-webkit-scrollbar-track {
  background: #517D0E;
  padding-top: 5rem;
  border-radius: 10px;
}
.deal_room_content .tab-row-one::-webkit-scrollbar-thumb {
  background: #BFF355;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .deal_room_content .tab-row-one {
    height: auto;
    max-height: 240px;
    padding-top: 0;
    padding-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.deal_room_content .tab-row-one .col-md-4 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .deal_room_content .tab-row-one .col-md-4 {
    display: block;
    padding-bottom: 32px;
  }
}
.deal_room_content .content-title {
  font-size: 24px;
  line-height: 30px;
  font-family: "roobert_medium";
  color: #BFF355;
}
@media only screen and (min-width: 768px) {
  .deal_room_content .content-title {
    font-size: 21px;
    line-height: 26px;
  }
}
.deal_room_content .content-sub-tilte {
  font-size: 16px;
  line-height: 20px;
  font-family: "roobert_light";
  color: #BFF355;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .deal_room_content .content-sub-tilte {
    font-size: 13px;
    line-height: 16px;
    font-family: "roobert_medium";
  }
}