.wrapper .dataCp {
  padding: 64px 0;
  background: #fefefe;
}
@media screen and (max-width: 768px) {
  .wrapper .dataCp {
    padding: 32px 16px;
  }
}
.wrapper .dataCp .Container {
  max-width: 980px;
}
.wrapper .present-flex {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.wrapper .present-flex > div {
  width: calc(50% - 8px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wrapper .present-flex > div {
    width: 100%;
  }
}
.wrapper .present-flex .text-large {
  font-size: 130%;
}
.wrapper .present-flex .present-txt {
  font-size: 170%;
  color: #ed1c24;
}
.wrapper .present-photo img {
  width: 100%;
  max-width: 300px;
  border-radius: 300px;
  border: solid 3px #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}/*# sourceMappingURL=data-cp.css.map */