#wr-tabs .tabs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #5bafd8;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(91, 175, 216);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(91, 175, 216);
  border-left: 0;
  border-right: 0;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;

  /*gap:5px;*/
  border: none;
  /*justify-content: space-around;*/
  flex-flow: row wrap;
}

#wr-tabs .tabs .tab {
  background: #fff;
  float: left;
  cursor: pointer;
  padding: 21px 20px;
  font-size: 14px;
  font-family: 'Gilroy';
  font-weight: 800;
  color: #333;
  font-size: 22px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-right: 1px solid #5bafd8;


  padding: 21px 21px;
  border: 1px solid #5bafd8;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(91, 175, 216);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(91, 175, 216);
}

.good__img {
  height: 100px;
  object-fit: contain
}

.col-md-6.col-lg-4.col-xl-3.text-center {
  display: flex;
}
.good {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tab:nth-child(1), .tab:nth-child(2), .tab:nth-child(3), .tab:nth-child(4) {
  
}
.tab:nth-child(5), .tab:nth-child(6), .tab:nth-child(7) {

}

@media only screen and (max-width: 1025px) {
  #wr-tabs .tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-flow: column;
  }
}

@media (max-width: 768px) {
  .col-md-6.col-lg-4.col-xl-3.text-center {
    display: block;
  }
}