.services {
  width: calc(100% - 20px);
  margin: 4rem auto;
  background-color: #393c43;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 3rem;
}
.services .row {
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 1600px;
}
.services .row .tag-master span {
  font-weight: 600;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 10px;
  color: #ffffff;
  border: #ffffff 1px solid;
}
.services .row .title3 {
  font-size: 36px;
  color: #ffffff;
}
.services .row .service-card .image {
  margin-bottom: 50px;
}
.services .row .service-card {
  padding: 1rem;
  border-radius: 20px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services .row .service-card i {
  color: #ffffff;
  font-size: 25px;
  transform: rotate(-45deg);
}
.services .row .service-card .title-card {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.services .row .service-card .title-card p {
  margin-bottom: 0;
}
.services .row .service-card .title-card a {
  background-color: #f97316;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 10px;
    color: #ffffff;
}
.services .row .explian {
  color: #d7d8d9;
  font-size: 15px;
  margin-bottom:15px;
}
.services .row .link {
  background-color: #f97319;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
}
.services .row .link i{
  font-size: 13px;
  margin-right: 5px;
}
.services .row:last-of-type{
  margin: 3rem auto;
}
.services .row .service-card-1 {
  background: no-repeat center / cover url("../image/services/jastsho-ir-card-1002.webp");
}
.services .row .service-card-2 {
  background: no-repeat center / cover url("../image/services/jastsho-ir-card-1004.webp");
}
.services .row .service-card-3 {
  background: no-repeat center / cover url("../image/services/jastsho-ir-card-1003.webp");
}
.services .row .service-card-4 {
  background: no-repeat center / cover url("../image/services/jastsho-ir-card-1001.webp");
}
@media (min-width: 768px) {
  .services .row .service-card .title-card {
    font-size: 25px;
  }
  .services .row .service-card {
    padding: 1.5rem;
    border-radius: 20px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .services .row {
    width: calc(100% - 140px);
  }
  .services .row .tag-master span {
    font-size: 16px;
  }
}
