.about-certifications {
  padding: 100px 0;
}

.about-certifications p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
}

.about-certifications .title {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.about-certifications .title h1,
.about-certifications .title h1 a,
.about-certifications .title h2,
.about-certifications .title h2 a,
.about-certifications .title h3,
.about-certifications .title h3 a,
.about-certifications .title h4,
.about-certifications .title h4 a,
.about-certifications .title h5,
.about-certifications .title h5 a {
  font-size: 36px;
  letter-spacing: 2px;
  color: #000009;
  font-family: var(--font-family);
}

.about-certifications .title b {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 17px;
  font-family: var(--font-family);
  letter-spacing: 0;
}

.about-certifications .title p {
  margin-top: 20px;
}

.about-certifications {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #f9f6f0;
}

.about-certifications .swiper-slide {
  width: 56%;
  background: #fff;
  box-sizing: border-box;
  z-index: 0;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.about-certifications .swiper-slide img {
  display: block;
  max-width: 100%;
}

.about-certifications .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 10;
}

.about-certifications .swiper-slide-prev,
.about-certifications .swiper-slide-next {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 5;
}

.about-certifications .swiper {
  width: 48.6%;
}

.about-certifications .about-certificationstxt {
  width: 45.1%;
}

.about-certifications .about-certificationstxt .title {
  width: 100%;
  text-align: left;
}

.about-btn {
  margin-top: 60px;
  font-size: 0;
}

.about-btn a {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 15px 33px;
  margin-right: 6px;
  font-family: var(--font-family);
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.about-btn a:hover {
  background: none;
  color: var(--color-primary);
}

.about-btn a::after {
  display: none;
}

.about-btn a i {
  font-size: 12px;
}
.about-btn a:first-child i {
  margin-right: 10px;
}
.about-btn a:last-child i {
  margin-left: 10px;
}

.about-certifications::after {
  content: "";
  position: absolute;
  right: -324px;
  bottom: -144px;
  width: 743px;
  height: 639px;
  background: url("./pics/bg03.png") no-repeat;
  z-index: 0;
}

.about-certifications .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.about-certifications .swiper {
  /* width: 100%; */
  /* overflow: hidden; */
}

.about-certifications .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

.about-certifications .swiper-pagination {
  text-align: center;
  margin-top: 50px;
  margin-left: 6px;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.about-certifications .swiper-pagination-progressbar {
  display: inline-block;
  width: 282px;
  height: 4px;
  background: #eeeeef;
  border-radius: 16px;
  overflow: hidden;
}

.about-certifications .swiper-pagination-progressbar-fill {
  background: var(--color-primary);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-radius: 16px;
}

@media screen and (max-width: 1400px) {
  .about-certifications::after {
    z-index: 0;
  }

  .about-certificationstxt {
    z-index: 1;
  }

  .about-certifications .swiper {
    height: 100%;
  }

  .about-certifications .about-certificationstxt {
    margin-top: 0;
  }

  .about-btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 960px) {
  .about-certifications .swiper {
    width: 100%;
  }

  .about-certifications .about-certificationstxt {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .about-certifications .about-certificationstxt .title {
    text-align: center;
  }
}
