.promo-blocks-template-9 {
  position: relative;
}

.promo-blocks-template-9 h3 {
  text-align: center;
  font-size: 40px;
  margin: 60px 0 100px 0;
  /* font-style: italic; */
}

.promo-blocks-template-9 .blocks-container {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}

.promo-blocks-template-9 .promo-block {
  position: relative;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin: 0 30px 50px;
}

.promo-blocks-template-9 .block-logo {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #dcdcdc;
  border-radius: 100%;
}

.promo-blocks-template-9 .block-text {
  text-align: center;
  padding: 40px 0;
  color: #575756;
  position: relative;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

.promo-blocks-template-9 .block-text:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  background: #581f76;
  bottom: 0;
}

@media all and (max-width: 960px) and (min-width: 640px) {
  body .promo-blocks-template-9 .swiper-pagination {
    bottom: 10px;
    width: 100%;
  }

  body .promo-blocks-template-9 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    opacity: 1;
    background: rgb(87, 30, 117);
  }

  body .promo-blocks-template-9 .swiper-pagination-bullet-active {
    background: #ffc400;
  }
}
