.our-services {
  margin: 60px 0;
  color: #000
}
.our-services__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px
}
.our-services__title {
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -1.44px
}
.our-services__download {
  font-weight: 700;
  font-size: 15px
}
.our-services__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0
}
.our-services__card {
  width: calc(33.333% - 20px);
  margin: 20px 10px 0;
  position: relative;
  overflow: hidden
}
.our-services__card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 138px;
  background: linear-gradient(180deg,rgba(80,94,58,0) 0,#242c13 100%);
  z-index: 0
}
.our-services__img {
  width: 100%;
  height: 100%
}
.our-services__img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.our-services__desc {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%,0);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  z-index: 1
}
@media (max-width:1100px) {
  .our-services__title {
    font-size: 30px;
    line-height: 32px
  }
}
@media (max-width:992px) {
  .our-services__wrap {
    margin: -10px -5px 0
  }
  .our-services__card {
    width: calc(50% - 10px);
    margin: 10px 5px 0
  }
  .our-services__desc {
    font-size: 18px;
    line-height: 20px
  }
}
@media (max-width:768px) {
  .our-services {
    margin: 30px 0
  }
  .our-services__head {
    margin-bottom: 20px
  }
  .our-services__desc {
    font-size: 16px;
    line-height: 100%
  }
}
@media (max-width:767px) {
  .our-services__title {
    font-size: 20px;
    line-height: 100%
  }
}
@media (max-width:590px) {
  .our-services__head {
    flex-direction: column;
    align-items: flex-start
  }
  .our-services__download {
    width: 100%;
    margin-top: 10px
  }
  .our-services__wrap {
    margin: -10px 0 0
  }
  .our-services__card {
    height: 200px;
    width: 100%;
    margin: 10px 0 0
  }
}