.about-badges>.container {
  display: flex;
  flex-direction: row;
  flex-wrap: inherit;
}

.about-badges{
 background: #f9f9f9; 
      text-align-last: center;
  padding: 0 0 50px 0; 
}

.about-badges .buttom  {  
  background-color: #ff4800;
    border: 0;
    border-radius: 25px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: Aventa,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 10px auto;
    min-width: 300px;
    padding: 9px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
@media (min-width: 992px and max-width: 1023px) {
  .about-badges>.container {
    flex-wrap: nowrap;
  }
}

/* @media (min-width: 1200px){
  .about-badges>.container {
    width: 1170px;
  }
} */
.about-badges-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .about-badges-list {
    flex: 1;
    padding: 0 25px 0 0;
    width: auto;
  }
  .about-badges-list:last-child {
    padding-right: 0;
  }
}

.about-badges-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 0 45px 0;
  margin: 0 20px 20px 0;
  width: 100%;
  height: 310px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 19.68px 4.32px rgba(1, 1, 1, 0.06);
  transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.about-badges-content:nth-child(3n+3) {
  margin-right: 0;
}

.about-badges-content.open {
  height: 640px;
  border: 1px solid #ff4800
}

.about-badges-content.open .about-badges-title {
  display: block;
  opacity: 1;
}

.about-badges-content.open .about-badges-text {
  display: block;
  opacity: 1;
}

.about-badges-content.open .about-badges-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.about-badges-title {
  margin-bottom: 45px;
  font-size: 26px;
  color: #ff4800;
  text-align: center;
  display: none;
  opacity: 0;
}

.about-badges-image {
  max-width: 190px;
  max-height: 220px;
  margin-bottom: 55px;
}

.about-badges-text {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  text-align: center;
  display: none;
  opacity: 0;
}

.about-badges-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ff4800;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 27px;
  bottom: 34px;
  color: #ff4800
}
