.service-certifications {
  margin: 200px 0;
}
.service-certifications .title-section {
  color: #6A7F7F;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.service-certifications .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-certifications .items .item {
  width: calc(50% - 10px);
  border-radius: 24px;
  background: #E6F7FC;
}
.service-certifications .items .item .image {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-certifications .items .item .image img {
  width: 100%;
  height: auto;
  border-radius: 24px 24px 0 0;
}
.service-certifications .items .item .content {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.service-certifications .items .item .content .title {
  color: #333333;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.service-certifications .items .item .content .description {
  color: #5a5b5c;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .service-certifications {
    margin: 72px 0;
  }
  .service-certifications .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .service-certifications .items .item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .service-certifications .items {
    gap: 12px;
  }
  .service-certifications .items .item .content {
    padding: 24px;
  }
  .service-certifications .items .item .content .title {
    font-size: 20px;
  }
  .service-certifications .items .item .content .description {
    color: #5A5B5C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
