.iso-ertification-section-services{
    padding: 130px 0px 170px 0px;
  background: rgba(242, 239, 237, 1);
}
.iso-ertification-section-services .inner-content{
  display: grid;
  padding:0px 30px;
  max-width: 1460px;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:44px 44px;
}
.iso-ertification-section-services .title-head{
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: 0;
  text-align: center;
  margin:0 0 42px 0;
  padding:0;
}
.iso-ertification-section-services .inner-content .title-service{
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 16.87px;
  line-height: 28.04px;
  letter-spacing: 0;
  margin: 15px 0 28px 0;
  padding:0;
}
.iso-ertification-section-services .inner-content img{
  width:100%;
  height:255px;
  border-radius:13px;
  object-fit: cover;
}

.iso-ertification-section-services .inner-content a {
    font-family: Switzer Variable;
    font-weight: 600;
    font-size: 16.5px;
    line-height: 19px;
    letter-spacing: 0.01em;
    max-width:100%;
    width: 100%;
    display: block;
    height: 46px;
    padding: 13px 10px;
    text-decoration: none;
    background:transparent;
    border-radius: 10px;
    text-align: center;
    color: #FF7100;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0;
    border: 1px solid #ff7100;
}

.iso-ertification-section-services .inner-content a:hover {
    background: rgba(255, 113, 0, 1);
    border-color:rgba(255, 113, 0, 1);
    color: #fff;
}

body.widget-snippet .iso-ertification-section-services .item-service{
 padding:10px;
}
