.selected-categories {
  position: relative;
}

.selected-categories .swiper-slide {
  width: unset;
}

.selected-category {
  position: relative;
  display: block;
  width: 150px;
  background: #F4F9FC;
  border: 1px solid rgba(0, 59, 103, 0.1);
  border-radius: 5px;
  font-size: 11px;
  line-height: 1.3em;
  font-weight: 600;
  color: #000000 !important;
  padding: 15px;
  text-decoration: none;
}

.selected-category__img {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selected-category__img::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.selected-category__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.selected-category__img i {
  position: absolute;
  font-size: 40px;
}

.selected-category__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.selected-category .arrow {
  display: none;
  flex-shrink: 0;
  background-color: #4ABAF1;
}

@media (min-width: 768px) {
  .selected-category {
    padding: 20px;
    width: 220px;
    font-size: 14px;
  }
  .selected-category .arrow {
    display: flex;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .selected-category {
    width: 100%;
    padding: 15px;
    font-size: 14px;
  }
  .selected-category .arrow {
    font-size: 32px;
  }
  .selected-category__img {
    margin-bottom: 30px;
  }
}

@media (min-width: 1500px) {
  .selected-category {
    width: 100%;
    padding: 26px;
    font-size: 16px;
  }
  .selected-category__img::after {
    padding-top: 178px;
  }
}
