.column_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-inline: -15px;
  margin-top: -60px;
}

@media (max-width: 1023.98px) {
  .column_wrapper {
    margin-inline: -10px;
  }
}
@media (max-width: 767.98px) {
  .column_wrapper {
    margin-top: -40px;
  }
}
@media (max-width: 575.98px) {
  .column_wrapper {
    margin-inline: 0px;
    margin-top: -30px;
  }
}
.column_wrapper .column_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  width: auto;
  padding-inline: 15px;
  padding-top: 60px;
}

@media (max-width: 1023.98px) {
  .column_wrapper .column_box {
    padding-inline: 10px;
  }
}
@media (max-width: 767.98px) {
  .column_wrapper .column_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-inline: 0;
    padding-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .column_wrapper .column_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-inline: 0;
    padding-top: 30px;
  }
}
.column_wrapper .column_box .img_wrapper {
  position: relative;
  background-color: #f4f4f4;
}

.column_wrapper .column_box .img_wrapper::after {
  content: "";
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 124.9394673123%;
}

.column_wrapper .column_box .img_wrapper > img,
.column_wrapper .column_box .img_wrapper > picture {
  background-color: #f4f4f4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.column_wrapper .column_box .img_wrapper > img img,
.column_wrapper .column_box .img_wrapper > picture img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content_wrapper {
  margin-top: 24px;
}
.content_wrapper .admin_content p {
  margin-top: 14px;
  /* color: #fffce4;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5; */
  margin-bottom: 0;
}
.content_wrapper .admin_content ul {
  margin-top: 24px;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.content_wrapper .admin_content ul li {
  color: #fffce4;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.content_wrapper .admin_content ul li:not(:first-child) {
  margin-top: 10px;
}

.content_wrapper .title {
  color: #fffce4;
  font-family: "Noto Serif Display";
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
  /* text-transform: uppercase; */
}

.content_wrapper .desc {
  margin-top: 14px;
  color: #fffce4;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.content_wrapper .desc_list {
  margin-top: 24px;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

.content_wrapper .desc_list_item {
  color: #fffce4;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.content_wrapper .desc_list_item:not(:first-child) {
  margin-top: 10px;
}

.light-bg .column_wrapper .column_box .content_wrapper .title,
.light-bg .column_wrapper .column_box .content_wrapper .desc,
.light-bg .column_wrapper .column_box .content_wrapper .desc_list_item {
  color: #000;
}