.certifications .page-head {
  background-image: url(./assets/img/certifications-mv.png);
}

.p-certifications {
  max-width: 1040px;
  margin: auto;
  padding: 80px 20px;
}
.p-certifications > h2 {
  width: 100%;
  font-size: 2.8rem;
  line-height: normal;
  text-align: center;
  margin-bottom: 60px;
  font-weight: normal;
}
.p-certifications > h2 span {
  padding-bottom: 4px;
  border-bottom: 2px solid #e60000;
}
.p-certifications > p {
  line-height: 1.8666666667;
  padding-bottom: 80px;
  font-size: 15px;
}
.p-certifications > p span {
  font-size: 18px;
  color: #118dd3;
  font-weight: 700;
}
.p-certifications .certifications-box {
  border: solid 1px #ccc;
  border-top: solid 2px #000000;
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
}
.p-certifications .certifications-box > a img {
  width: 240px;
}
.p-certifications .certifications-box .text-box h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.p-certifications .certifications-box .text-box p {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.8666666667;
}
.p-certifications .certifications-box .text-box ul {
  margin-top: 30px;
}
.p-certifications .certifications-box .text-box ul li {
  list-style: none;
  padding-left: 22px;
  position: relative;
  margin-bottom: 20px;
}
.p-certifications .certifications-box .text-box ul li::after {
  content: "";
  position: absolute;
  background: #e60000;
  width: 10px;
  height: 10px;
  left: 0;
  top: 2px;
}
.p-certifications .certifications-box .text-box ul li a {
  font-size: 15px;
}
.p-certifications .certifications-box .text-box > a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #e60000;
  width: 200px;
  margin-left: auto;
  margin-top: 30px;
  font-size: 16px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .p-certifications .certifications-box {
    padding-bottom: 40px;
    border-bottom: solid 1px #cccccc;
    display: block;
  }
  .p-certifications .certifications-box > a img {
    width: 160px;
    margin: auto;
    display: block;
  }
  .p-certifications .certifications-box .text-box {
    margin-top: 30px;
  }
  .p-certifications .certifications-box .text-box ul {
    margin-top: 40px;
  }
  .p-certifications .certifications-box .text-box > a {
    width: 100%;
    margin-top: 40px;
  }
}