.section-services-and-tech{
  overflow: hidden;
}
.container-services-and-content #services-arrows{
  padding-bottom: 16px;
}
.container-services-and-content h2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 150%;
  color: #222222;
  margin-bottom: 56px;
}

.container-services-and-content.basic-carousel{
  margin: 128px 0;
}

.container-services-and-content.basic-carousel .carousel-services-and-tech-arrows{
  margin-bottom: 48px;
}

.container-services-and-content.basic-carousel .carousel-services-and-tech-arrows .slick-next,
.container-services-and-content.basic-carousel .carousel-services-and-tech-arrows .slick-prev{
  margin-top: 0px;
}

.container-services-and-content .mg-btt-zero {
  margin-bottom: 0!important;
}
.container-services-and-content .card {
  border: 0px;
  align-items: center;
  height: 364px;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%)!important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)))!important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%)!important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%)!important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%)!important; /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%)!important;
}

.container-services-and-content .card.slick-current{
  z-index: unset;
}
.container-services-and-content h4 {
  line-height: 100%;
  font-weight: 600;
  color: #3C7C00;
  background-color: transparent;
  border: 0;
  padding: 0;
  position: relative;
  top: -40px;
  display: flex;
  align-items: end;
  font-size: 16px;
  /* margin-bottom: 48px; */
}

.container-services-and-content h4:hover {
  color: #3C7C00;
  background-color: transparent;
  border: 0;
  text-decoration: underline;
}
.container-services-and-content h4>span {
  margin-left: 9.3px;
 font-size: 14px;
}

.container-services-and-content .carousel-services-and-tech-arrows .slick-next:before {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  content: "\f1df";
  color: #3C7C00;
  position: inherit;
}

.container-services-and-content .carousel-services-and-tech-arrows .slick-prev:before {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  content: "\f1e6";
  color: #3C7C00;
  position: inherit;
}

.container-services-and-content .carousel-services-and-tech-arrows .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.container-services-and-content .carousel-services-and-tech-arrows .slick-next,
.container-services-and-content .carousel-services-and-tech-arrows .slick-prev {
  position: relative;
  top: 0;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-top: 56px;
  background-color: transparent;
  border: 1px solid #3C7C00;
  color: #3C7C00;
  cursor: pointer;
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  transition: all 0.5s;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
}

.container-services-and-content .carousel-services-and-tech-arrows .margin-top {
  margin-top: 0px!important;
}

.container-services-and-content .carousel-services-and-tech-arrows .slick-next:focus,
.container-services-and-content .carousel-services-and-tech-arrows .slick-prev:focus {
  box-shadow: inset 0 0 0 2px #3C7C00;
}

.container-services-and-content .carousel-services-and-tech-arrows {
  text-align: end;
  display: block ruby;
  white-space: nowrap;
}

.container-services-and-content .carousel-services-and-tech-arrows .slick-prev {
  margin-right: 16px;
}

#slick-carousel-services .slick-carousel {
  padding-top: 48px;
}

#slick-carousel-services .slick-list{
  overflow: visible;
  margin: 0 -7.5px;
}
.service-block {
  margin-right: 24px;
  font-style: normal;
  font-weight: normal;
}

.service-block .card-body span {
  font-size: 16px;
  margin: 24px 0 8px 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.service-block .card-body a{
  color: #ffff;
  font-weight: 600;
}

.service-block .card-body p {
  font-size: 14px;
  line-height: 175%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.service-block .img-fluid{
  width: 100%;

  height: 100%;

  object-fit: cover;

  position:relative;

  z-index:-1;

  display:block;
}

.service-block .card-body {
  color: #ffffff;
  z-index: 1;
  margin-top: -200px;
  padding: 20px 32px 0 32px;
}

.service-block .icon-service{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  z-index: 1;
  height: 72px;
  border-radius: 0px 16px;
  margin-top: -30px;
}

.service-block .icon-service img {
  width: 42px;
  height: 42px;
}

.slick-slide {
  opacity:0.3;
}

.slick-active {
  opacity:1!important;
}

.slick-cloned {
  opacity: 0.3;
}

#slick-carousel-content .service-block .btn-play{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  max-width: 48px;
  margin-top: 100px;
  margin-bottom: 40px;
}

#slick-carousel-content .service-block .card-body{
  margin-top: -370px;
}

#slick-carousel-content .content-block .card-body {
  padding: 32px 20px;
  margin-top: 0;
  min-height: 364px;
  background-color: #fff;
  border: 1px solid;
  margin: 0 10px;
}

#slick-carousel-content .content-block .card-body h3 {
  color:#666666;
  font-size: 16px;
  margin-bottom: 32px;
}

#slick-carousel-content .content-block strong {
  color: #222222;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 175%;
}

#slick-carousel-content .content-block .card-text {
    color: #666666;
    font-size: 14px;
    line-height: 175%;
    align-self: stretch;
    flex-grow: 0;
    margin: 16px 0px;
}

#slick-carousel-content .content-block .components {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 24px;
}

#slick-carousel-content .content-block .components p {
  color: #666666;
  font-size: 12px;
  margin-bottom: 0;
}

#slick-carousel-content .content-block .components a {
  text-decoration: none;
}

#slick-carousel-content .content-block .components button {
    color: #3C7C00;
    background-color: transparent;
    border: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: end;
    top: 0;
    border-radius: 12px;
    border: 1px solid #3C7C00;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

#slick-carousel-content .content-block .components button .material-icons {
  margin-left: 0;
}

@media (max-width: 760px) {
 .arrows {
    display: none;
  }
}


@media (max-width: 540px) {
  .container-services-and-content h2{
    font-size: 24px;

  }
  .container-services-and-content .arrows {
    display: none;
  }
  .slick-carousel {
    padding: 10px 5px 0px 0px;
  }
}
@media (max-width: 414px) {

  .service-block .icon-service{
    width: 48px;
    height: 48px;
  }

  .service-block .icon-service img {
    width: 25px;
    height: 25px;
  }
  .slick-slide {
    opacity:1;
  }
}
@media (max-width: 360px) {

}
