.swiper-pagination-bullet-active {
  background: #ea1126 !important;
  background-clip: padding-box;
}
.txtbox {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.8);
  right: 0;
  top: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1rem 1rem;
}

.solutions-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 290px);
  justify-content: center;
  align-items: stretch;
}

.solutions {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px;
  position: relative;
  margin-bottom: 40px;
}

.solutions h4 {
  height: 48px;
  margin: 4px 0 8px;
  
}

.solutions .disc {
  flex-grow: 1;
}


#banner-swiper {
  & img {
    /* min-height: 250px; */
  }
  & a:hover {
    color: #6ac7ef;
  }
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMjc0IDM2NCA2NCA2NCI+DQogICAgICAgIDxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTkuODgsNDAwLjU0N2w2LjEyLTYuMTA3bDYuMTIsNi4xMDdsMS44OC0xLjg4bC04LThsLTgsOEwyOTkuODgsNDAwLjU0N3oiPjwvcGF0aD4NCiAgICAgICAgPHBhdGggZmlsbD0ibm9uZSIgZD0iTTI5MCwzODBoMzJ2MzJoLTMyVjM4MHoiPjwvcGF0aD4NCiAgICAgIDwvc3ZnPg==);
}
.swiper-button-prev {
  left: 0;
  right: auto;
}
.swiper-button-next {
  right: 0;
  left: auto;
}
@media (min-width: 992px) {
  .txtbox {
    right: 5%;
    width: 30rem;
  }
}

@media (max-width: 845px) {
  .solutions-grid-container {
    grid-template-columns: repeat(2, 285px);
  }
}

@media (max-width: 768px) {
  .swiper-pagination {
    margin-top: 10% !important;
  }
}

@media (max-width: 576px) {
  .solutions-grid-container {
    grid-template-columns: repeat(1, 285px);
  }
}
