.about-us {
  width: 100%;
}

.products {
  gap: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products h5 {
  color: #2676b6;
}
.products h2 {
  color: #000000 !important;
}
.products .products-listing {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products .products-listing .swiper-slide {
  width: 290px;
}
.products .products-button {
  height: 60px;
  width: 188px;
  border-radius: 8px;
  border: 1px solid #2676b6;
  color: #2676b6;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
  text-decoration: none;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.products .products-button:hover {
  background-color: #2676b6;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}

.news {
  padding: 112px 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #17476d;
  flex-direction: column;
}
.news .news-image {
  height: 355px;
  border-radius: 8px;
}
.news .news-text {
  gap: 42px;
}
.news .news-text .texts .date-products {
  gap: 18px;
  align-items: center;
}
.news .news-text .texts .date-products .date {
  gap: 5px;
}
.news .news-text .texts .date-products .date p {
  color: #ffffff !important;
  font-weight: 400 !important;
}
.news .news-text .texts .date-products .sep {
  border: 1px solid #6d758f;
  width: 23px;
  height: 1px;
}
.news .news-text .texts h3 {
  color: #ffffff !important;
}
.news .news-text .texts p {
  color: #e1e4ed !important;
}
.news .news-text .texts h4 {
  color: #ffffff !important;
}

.testimonials {
  background-color: #2676b6;
  padding: 80px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.testimonials .prev-next {
  width: 50vw;
}
.testimonials .prev-next .swiper-button-prev {
  color: #ffffff !important;
  left: -32px !important;
  position: absolute;
  width: 24px;
  height: 24px;
}
.testimonials .prev-next .swiper-button-prev:after {
  display: none;
}
.testimonials .prev-next .swiper-button-next {
  color: #ffffff !important;
  right: -32px !important;
  position: absolute;
  width: 24px;
  height: 24px;
}
.testimonials .prev-next .swiper-button-next:after {
  display: none;
}
.testimonials .prev-next .testimonials-carousel {
  width: 100%;
  display: flex;
}
.testimonials .prev-next .testimonials-carousel .testimonial-item {
  background-color: #17476d;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.testimonials .prev-next .testimonials-carousel .testimonial-item .picture {
  position: relative;
  height: 96px;
  width: 96px;
  background-color: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.testimonials .prev-next .testimonials-carousel .testimonial-item h4 {
  color: #ffffff !important;
}
.testimonials .prev-next .testimonials-carousel .testimonial-item p {
  color: #ffffff !important;
}
.testimonials .logo {
  position: relative;
  height: 64px;
  width: 133px;
}

.partners {
  background-color: #f2f4f8;
  padding: 65px;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 56px;
}
.partners .partners-listing {
  width: 80%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partners .partners-listing .logo {
  position: relative;
}
.partners .partners-listing .logo .image {
  -o-object-fit: contain;
     object-fit: contain;
}
.partners p {
  color: #6d758f !important;
}

.news-button {
  height: 60px;
  width: 188px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
  text-decoration: none;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 50px;
  transition: all 0.3s ease-in-out;
}
.news-button:hover {
  color: #0F2F49 !important;
  border: 1px solid #ffffff !important;
  background-color: white;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
  .news {
    flex-direction: column;
    padding: 112px 100px;
    gap: 69px;
  }
  .news .news-text {
    gap: 32px;
  }
  .about-us-container {
    flex-direction: column;
    gap: 32px;
  }
  .about-us-container .about-items {
    flex-direction: column;
    gap: 32px;
  }
}
