.case-studies-title {
  width: 801px;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.icon.bg-icon-color-green{
  background: #1feb47 !important;
}

.arrows.case-studies {
  margin-left: 3.2rem;
  margin-top: 1rem;
}

.bg-img-case-studies-card {
  background-image: url("../images/Group57-case.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.case-studies-title.case-studies-title-2 {
  width: 100%;
}

.case-studies-title.w-3 {
  width: 89%;
}

.case-studies-title.w-4 {
  width: 100%;
}

@media (max-width: 991px) {
  .case-studies-title,
  .case-studies-title.case-studies-title-2,
  .case-studies-title.w-3 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-2.style-css.margin-css-section-2-case {
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .case-studies-title {
    font-size: 20px;
    text-align: justify;
  }
}

.nowrap-row {
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}

.section-2.casestudies-css {
  margin: 40px 0 20px 0;
}

.case-card-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.swiper-slide {
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.swiper-navBtn {
  /* color: #6E93f7; */
  transition: color 0.3s ease;
}
.swiper-navBtn:hover {
  /* color: #4070F4; */
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-pagination-bullet {
  background-color: #6e93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }

  .arrows.case-studies {
    margin-left: 1.5rem;
  }

  .case-studies-title {
    font-size: 22px;
    line-height: 35px;
}
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  width: auto;
  height: auto;
  margin-top: auto;
  z-index: 2;
  cursor: pointer;
}

.section-2.style-css.bg-img-case-studies-card {
  margin-bottom: 0;
}
