.contents_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1100px) {
  .contents_container {
    justify-content: start;
  }
}

.contents_h2 {
  font-weight: 700;
  font-size: 34px;
  width: 355px;
}

.contents_p {
  margin-block: 8px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  .contents_p {
    margin-block: 10px 40px;
  }
}

.contents_ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (min-width: 1100px) {
  .contents_ul {
    flex-direction: row;
    gap: 30px;
  }
}

.contents_li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1100px) {
  .contents_li {
    width: 350px;
    border: 1px solid #dedede;
    padding: 0 0 40px 0;
    align-items: start;
    border-radius: 8px 8px 0 0;
  }
}

.contents_img {
  border-radius: 8px 8px 0 0;
}

.contents_li_p {
  margin-block: 24px 12px;
}

@media screen and (min-width: 1100px) {
  .contents_li_p {
    margin-left: 27px;
  }
}

.contents_h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 167%;
}

@media screen and (min-width: 1100px) {
  .contents_h3 {
    margin-left: 27px;
  }
}

.contents_li:nth-child(2) .contents_h3 {
  color: #02897a;
}
