.column-box {
  background-color: #feffd5;
  border: 2px solid #0068b7;
  border-radius: 24px;
  padding: 2.6rem 6rem 0 6rem;
}
@media only screen and (max-width: 991px) {
  .column-box {
    border: 3px solid #0068b7;
    padding: 5.5rem 4rem 0 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .column-box {
    border: 1.5px solid #0068b7;
    padding: 2.5rem 2rem 0 2rem;
  }
}
.column-box__text-area .column-box__head {
  text-align: center;
}
.column-box__text-area .column-box__head .column-box__head-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 991px) {
  .column-box__text-area .column-box__head .column-box__head-icon {
    gap: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .column-box__text-area .column-box__head .column-box__head-icon {
    gap: 0.6rem;
  }
}
.column-box__text-area .column-box__head .column-box__head-icon .column-box__head-icon-text {
  font-size: 3.3rem;
  font-weight: 700;
  color: #0068b7;
}
@media only screen and (max-width: 991px) {
  .column-box__text-area .column-box__head .column-box__head-icon .column-box__head-icon-text {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .column-box__text-area .column-box__head .column-box__head-icon .column-box__head-icon-text {
    font-size: 2.3rem;
  }
}
.column-box__text-area .column-box__head .column-box__head-icon .column-box__head-icon-text .marker {
  background: linear-gradient(transparent 60%, #ffde46 60%);
  padding: 0 4px 0 8px;
}
.column-box__text-area .column-box__head .column-box__head-title {
  margin-top: 0.4rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #0068b7;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 991px) {
  .column-box__text-area .column-box__head .column-box__head-title {
    margin-top: 1.3rem;
    font-size: 4rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .column-box__text-area .column-box__head .column-box__head-title {
    margin-top: 0.6rem;
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
}
.column-box__text-area .column-box__head .column-box__head-text {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  color: #4d4d4d;
}
@media only screen and (max-width: 991px) {
  .column-box__text-area .column-box__head .column-box__head-text {
    margin-top: 3rem;
    font-size: 2.8rem;
    line-height: 1.78571429;
  }
}
@media only screen and (max-width: 768px) {
  .column-box__text-area .column-box__head .column-box__head-text {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.8125;
  }
}
.column-box__image {
  margin-top: 4rem;
  max-width: 882px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 991px) {
  .column-box__image {
    margin-top: 4.5rem;
    max-width: 592px;
  }
}
@media only screen and (max-width: 768px) {
  .column-box__image {
    margin-top: 2rem;
  }
}