#advantage__block .advantage{
  margin-bottom: unset !important;
}
#advantage__block .advantage {
    display: grid ! IMPORTANT;
    grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;
         align-items: baseline;
}
@media (max-width:768px) {
  #advantage__block .g-indent .advantage{
    grid-template-columns: 1fr !important;
  }
}

  #advantage__block .advantage__text{
  margin-bottom: unset !important;
text-align:center !important;
}
#advantage__block .advantage__item{
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  margin-bottom:unset !important;
}
#advantage__block .advantage__value{
  color: #041954 !important;
      text-wrap: nowrap;
}
@media (max-width:419px) {
  #advantage__block .advantage{
        justify-content: center !important;
  }
}


@media (max-width: 1300px) and (min-width: 1024px) {
  #advantage__block .advantage__text {
    font-size: 24px !important;
  }
}