.benefits-title {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.block-benefits-header {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.block-benefits .swiper-buttons {
  position: static;
}
/* RESPONSIVE */
@media screen and (min-width: 1300px) {

}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 600px) {

}