button {
  padding: 0 !important;
}

.breadcrumbs {
  margin-top: 146px;
}

.auth_content {
  width: 100%;
  height: auto;
}

.auth_content .box {
  width: 100%;
  height: auto;
  margin-top: 35px;
}

.auth_content .box .certifications {
  width: 100%;
  height: auto;
}

.auth_content .box .certifications .cer_box {
  width: 100%;
  height: auto;
  padding: 0 0 50px;
  border-bottom: 1px solid #E5E5E5;
}

.auth_content .box .certifications .cer_box .title {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.auth_content .box .certifications .cer_box .desc {
  margin-top: 24px;
  color: #666;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.auth_content .box .certifications .marks_box {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.auth_content .box .certifications .marks_box h3 {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.auth_content .box .certifications .marks_box .marks_item {
  width: 100%;
  height: auto;
  padding: 0 0 80px;
  border-bottom: 1px solid  #E5E5E5;
}

.auth_content .box .certifications .marks_box .marks_item h4 {
  text-align: left;
  margin-top: 50px;
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 81.818% */
  text-transform: capitalize;
}

.auth_content .box .certifications .marks_box .marks_item .item_content {
  width: 100%;
  height: auto;
}

.auth_content .box .certifications .marks_box .marks_item .item_content .item {
  width: 100%;
  height: auto;
  margin-top: 55px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.auth_content .box .certifications .marks_box .marks_item .item_content .item .img_box {
  width: 140px;
  height: auto;
}

.auth_content .box .certifications .marks_box .marks_item .item_content .item .img_box img {
  width: 100%;
  height: auto;
}

.auth_content .box .certifications .marks_box .marks_item .item_content .item .item_box {
  width: 942px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.auth_content .box .certifications .marks_box .marks_item .item_content .item .item_box .item_title {
  text-align: left;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.auth_content .box .certifications .marks_box .marks_item .item_content .item .item_box .item_desc {
  margin-top: 12px;
  text-align: left;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
}

.auth_content .box .certifications .marks_box .marks_item1 {
  border-bottom: none;
}

@media screen and (max-width: 960px) {
  .auth_content {
    margin-top: 11.73333vw;
    width: 100%;
    height: auto;
    padding-bottom: 0vw;
  }
  .auth_content .box {
    width: 100%;
    height: auto;
    margin-top: 4.66667vw;
  }
  .auth_content .box .certifications {
    width: 100%;
    height: auto;
  }
  .auth_content .box .certifications .cer_box {
    width: 100%;
    height: auto;
    padding: 0 0 6.66667vw;
    border-bottom: 0.13333vw solid #E5E5E5;
  }
  .auth_content .box .certifications .cer_box .title {
    color: #222;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .auth_content .box .certifications .cer_box .desc {
    margin-top: 2.26667vw;
    color: #666;
    text-align: justify;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.88;
    /* 162.5% */
  }
  .auth_content .box .certifications .marks_box {
    width: 100%;
    height: auto;
    padding: 8vw 0;
  }
  .auth_content .box .certifications .marks_box h3 {
    color: #222;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .auth_content .box .certifications .marks_box .marks_item {
    width: 100%;
    height: auto;
    padding: 0 0 6.66667vw;
    border-bottom: 0.13333vw solid #E5E5E5;
  }
  .auth_content .box .certifications .marks_box .marks_item h4 {
    text-align: left;
    margin-top: 6.66667vw;
    color: #222;
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4vw;
    /* 81.818% */
    text-transform: capitalize;
  }
  .auth_content .box .certifications .marks_box .marks_item .item_content {
    width: 100%;
    height: auto;
  }
  .auth_content .box .certifications .marks_box .marks_item .item_content .item {
    width: 100%;
    height: auto;
    margin-top: 6.66667vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .auth_content .box .certifications .marks_box .marks_item .item_content .item .img_box {
    width: 18.66667vw;
    height: auto;
  }
  .auth_content .box .certifications .marks_box .marks_item .item_content .item .img_box img {
    width: 100%;
    height: auto;
  }
  .auth_content .box .certifications .marks_box .marks_item .item_content .item .item_box {
    width: 65.46667vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .auth_content .box .certifications .marks_box .marks_item .item_content .item .item_box .item_title {
    text-align: left;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
  .auth_content .box .certifications .marks_box .marks_item .item_content .item .item_box .item_desc {
    margin-top: 3.06667vw;
    text-align: left;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77;
    /* 150% */
    text-transform: capitalize;
  }
  .auth_content .box .certifications .marks_box .marks_item1 {
    border-bottom: none;
  }
}
