.our-values {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .our-values {
    margin-right: 112px;
  }
}
@media (max-width: 991px) {
  .our-values .tabs-content .card-text-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .our-values .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .our-values .tabs-content .card-text {
    background-color: #f8f9fa;
    background-image: url(../../images/cards-balls.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 208px 462px;
    color: #303b40;
    min-height: 370px;
    padding: 80px 238px 80px 80px;
    position: relative;
  }
  .our-values .tabs-content .card-text-icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    position: absolute;
    right: -152px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 350px;
    z-index: 0;
  }
  .our-values .tabs-content .card-text-icon::before, .our-values .tabs-content .card-text-icon::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .our-values .tabs-content .card-text-icon::before {
    border: 25px solid #fdce37;
    border-radius: 50%;
    height: 198px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 198px;
  }
  .our-values .tabs-content .card-text-icon::after {
    background-color: #f8f9fa;
    height: 50%;
    left: 0;
    top: 0;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .our-values .tabs .icon {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .our-values .tabs > .tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 92px;
    padding-left: 2rem;
    padding-right: 2rem;
    width: auto;
  }
}
@media (min-width: 992px) {
  .our-values .tabs .tab-title {
    font-size: 20px;
    margin-top: 0;
  }
}