.about {

  margin-bottom: 2.9rem;

}

.assessment-list {

  /* display: flex;

  flex-wrap: wrap;

  margin-top: 2.7rem;

  padding: 0 1.7rem; */
  display: flex;
    flex-wrap: wrap;
    margin-top: 2.7rem;
    padding: 0 1.7rem;
    justify-content: space-between;

}

.assessment-list li {
  margin-bottom: 1.9rem;

  /* width: calc((100vw - 6rem) / 2);

  margin-bottom: 1.9rem;

  margin-right: 2.6rem; */

  width: calc((100% - 2.6rem) / 2)

}

.assessment-list li:nth-child(2n) {

  margin-right: 0;

}

.assessment-list li .cover {

  /* width: 100%;

  height: 21.7rem; */
  position: relative;
  padding-bottom: 136%;

}

.assessment-list li .cover img {

  /* width: 100%;

  height: 100%;

  object-fit: cover; */

  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;

}

.assessment-list li .assessment-btns {

  display: flex;

  height: 2.8rem;

}

.assessment-list li .assessment-btns a {

  width: 50%;

  line-height: 2.8rem;

  text-align: center;

  font-size: 1.2rem;

  color: #ffffff;

  background: #D22427;

}

.assessment-list li .assessment-btns a:first-child {

  background: #0492df;

}

.assessment-desc>p{

  padding: 0 20px;

}

.assessment-desc>p img{

  width: 100% !important;

  height: auto !important;

}

