/* .products-container{
    background:yellow;
} */

.swiper-container {
  width: 350px;
  height: 400px;
  margin: auto;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.swiper-slide .product-content {
  position: absolute;
  width: 100%;
  height: 45%;
  bottom: 0;
  right: 0px;
  background: linear-gradient(to top, #000000b5 70%, rgba(0, 0, 0, 0) 100%);
}
.swiper-slide .product-content .button {
  margin: 10px;
}
.swiper-slide .product-content h3 {
  margin-top: 30px;
  margin-left: 10px;
}

.who-content h1 {
  font-size: 55px;
  margin: 20px 0px;
}
.who-content h5 span {
  color: var(--primary);
}
.navigation-buttons {
  display: flex;
  padding: 10px;
}
.navigation-buttons .swiper-button-prev-custom,
.navigation-buttons .swiper-button-next-custom {
  font-size: 20px;
  margin: 0px 10px;
}
@media only screen and (max-width: 767px) {
  .who-content h1 {
    font-size: 28px;
    margin: 20px 0px;
  }
  .products-container{
    transform: scale(.8);
  }
  .who-we-are{
    overflow-x: hidden;
  }
}

.mission_card {
  /* background-color: #f5f5f5; */
  background: linear-gradient(90deg, #ff5f1f38 20%, #e8e8e82c 100%);
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
}
.mission_card img {
  width: 60%;
}
.mission_card h2 {
  font-size: 30px;
  position: relative;
  margin-top: 30px;
  padding-top: 14px;
}
.mission_card h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #ff5f1f;
}

.service img{
  border-radius: 17px;
}
