#Services {
  padding-top: 80px;
  cursor: url("../images/icons/cursor.svg"), auto !important;
}

.services_content {
  width: 1140px;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}

.services_content .small_title {
  color: #6ab04c;
  font-weight: bold;
  text-align: center;
}

.services_content .title {
  padding-top: 25px;
  padding-bottom: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}

.services_info {
  display: flex;
  flex-wrap: wrap;
}

.services_info > .info_box {
  width: 33.33%;
}

.services_info > .info_box > div {
  padding: 30px;
  margin: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px 0;
  text-align: center;
  background: #ffffff;
  border: 2px solid #eee;
  box-shadow: 0px 0px 5px 0px #eee;
  border-radius: 5px;
}
.info_box p {
  text-align: left;
}

.info_box > div > .img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6ab04c;
}
.info_box > div > .img img {
  width: 70%;
}

.info_box ul {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.info_box li {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.info_box li b {
  color: yellowgreen;
  transform: rotate(16deg);
}

/* services Bottom */
.services_bottom {
  display: flex;
  background: #ebf4fd;
}
.services_bottom_cover_photo {
  width: 100%;
  background: linear-gradient(#593cff2d, #593cff0e),
    url("https://the7.io/elementor-agency/wp-content/uploads/sites/75/2022/02/studio001.jpg");
  background-size: cover;
  background-position: center center;
}

.services_bottom_slider {
  width: calc(100% - 80px);
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}

.sliders {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.slider_single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  min-width: 100%;
  gap: 20px 0;
  transition: 0.2s;
}

.slider_single p {
  font-size: 18px;
}

.slider_single .name_title h5 {
  color: blueviolet;
  margin-top: 10px;
}

.slider_single img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: contain;
  object-position: top left;
  border: 5px solid #eee;
}

.slider_dots {
  display: flex;
  gap: 0 10px;
}
.slider_dots > .dot {
  width: 10px;
  height: 10px;
  border: 2px solid blueviolet;
  border-radius: 100%;
  cursor: pointer;
}

/* services Bottom */

/* Max */
@media (max-width: 1023px) {
  .services_bottom {
    flex-direction: column;
  }
  .services_bottom_cover_photo {
    height: 400px;
  }

  .services_info > .info_box {
    width: 50%;
  }
  .title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 640px) {
  .services_info > .info_box {
    width: 100%;
  }
  .services_bottom_cover_photo {
    height: 280px;
  }
}
/* Max */

/* Min */
@media (min-width: 1024px) {
  .services_content .title {
    width: 70%;
    margin: auto;
  }
}

@media (max-width: 1200px) {
  .services_content {
    width: 92%;
  }
}
/* Min */
