.chargeback-tabs {
  background-color: #000;
  padding: 30px 0;
}

@media (min-width: 1200px) {
  .chargeback-tabs {
    /*background-image: url("https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/bg-circuit.webp"), url("https://2530812.fs1.hubspotusercontent-na1.net/hubfs/2530812/bg-circle-lines.webp");
    background-repeat: no-repeat;
    background-position: -430px 145%, 329% -570px;*/
    padding: 100px 0;
  }
}
@media (min-width: 1366px) {
  .chargeback-tabs {
    background-position: -498px 135%, 279% -580p;
  }
}
@media (min-width: 1600px) {
  .chargeback-tabs {
    background-position: -338px 115%, 179% -540px;
  }
}
@media (min-width: 1900px) {
  .chargeback-tabs {
    background-position: -298px 125%, 179% -540px;
  }
}
.chargeback-tabs .tabs {
  display: none;
}
@media (min-width: 1200px) {
  .chargeback-tabs .tabs {
    display: block;
    padding: 0;
    margin: 0;
    width: 75%;
    list-style-type: none;
  }
}
.chargeback-tabs .tabs li {
  padding: 15px 0;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  position: relative;
  cursor: pointer;
}
.chargeback-tabs .tabs li:before {
  content: "";
  background: linear-gradient(90deg, #ff4800 60%, rgba(255, 255, 255, 0) 100%);
  display: block;
  width: 0;
  height: 1px;
  transition: all 0.5s ease 0s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.chargeback-tabs .tabs li.active:before {
  width: 100%;
}
.chargeback-tabs .tab_container h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  margin: 0 0 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  position: relative;
}
@media (min-width: 1200px) {
  .chargeback-tabs .tab_container h2 {
    display: none;
  }
}
.chargeback-tabs .tab_container h2:before {
  content: "";
  background: linear-gradient(90deg, #ff4800 60%, rgba(255, 255, 255, 0) 100%);
  display: block;
  width: 0;
  height: 1px;
  transition: all 0.5s ease 0s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.chargeback-tabs .tab_container h2.acc_active:before {
  width: 100%;
}
.chargeback-tabs .tab_container .tab_content {
  margin: 0 0 40px;
}
@media (min-width: 1200px) {
  .chargeback-tabs .tab_container .tab_content {
    margin: 0;
    width: 90%;
  }
}
.chargeback-tabs .tab_container .tab_content h3 {
  display: none;
}
@media (min-width: 1200px) {
  .chargeback-tabs .tab_container .tab_content h3 {
    display: inline;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    color: #ff4800;
    font-weight: 300;
  }
}
.chargeback-tabs .tab_container .tab_content p {
  margin: 0 0 30px;
  font-size: 13px;
  color: #fff;
}
.chargeback-tabs .tab_container .tab_content .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border: 1px solid #ff4800;
}
@media (min-width: 1200px) {
  .chargeback-tabs .tab_container .tab_content .box {
    max-width: 435px;
  }
}
.chargeback-tabs .tab_container .tab_content .box img {
  margin-right: 30px;
}
.chargeback-tabs .tab_container .tab_content .box p {
  font-size: 12px;
}
.chargeback-tabs .tab_container .tab_content .box p strong {
  display: block;
  color: #ff4800;
}