.lo_keypoint-new {
  margin-top: 94px;
}

.lo_keypoint-new .keypoint-new__title{
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.lo_keypoint-new .keypoint-new__content{
   margin: 0px 40px;
}

.lo_keypoint-new .keypoint-new__news{
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(3, calc(33.33% - 20px));
  column-gap: 34px;
  row-gap: 34px;
}

.lo_keypoint-new .keypoint-new__new-card:hover {
  cursor: pointer;
}

.lo_keypoint-new .keypoint-new__new-card {
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 12px;
/*   max-width: 380px; */
  position: relative;
}

.lo_keypoint-new .keypoint-new__new-card-content {
  padding: 16px;
  padding-bottom: 52px;
}
.lo_keypoint-new .keypoint-new__new-card-content .__link:hover{
  text-decoration: underline;
}
.lo_keypoint-new .keypoint-new__new-card-content .__link{
  left: 16px;
  bottom: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  position: absolute;
  color: var(--primary-base);
}

.lo_keypoint-new .keypoint-new__new-card .__title{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px
    color: var(--neutral-10);
    margin-bottom: 16px;
    margin-top: 16px;
}

.lo_keypoint-new .keypoint-new__new-card .__des{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--neutral-9);
}

.lo_keypoint-new .keypoint-new__new-card img{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
/*     max-width: 380px; */
    width:-webkit-fill-available;
  width: -moz-available;
}