.excellera-update,
.excellera-update * {
  box-sizing: border-box;
}

.excellera-update {
  color: #333;
  background-image: url("../img/pattern45.jpg");
  background-size: 28.25rem;
  background-position: center;
}

.excellera-update--home {
  float: left;
  margin: 2.5rem 0;
  padding: 0;
}

.excellera-update__inner {
  width: 100%;
  margin: 0 auto;
}

.excellera-update__visual {
  height: min(48vw, 34rem);
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.excellera-update__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
  mix-blend-mode: multiply;
}

.excellera-update__copy {
  margin: 0;
  padding: clamp(2.5rem, 5vw, 4.75rem);
  columns: 2 22rem;
  column-gap: clamp(3rem, 7vw, 6rem);
  border-top: 4px solid #f2dd57;
  background: #fff;
  font-family: "ff-basic-gothic-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
}

.excellera-update__copy p {
  margin: 0 0 1.35em;
  break-inside: avoid;
}

@media only screen and (max-width: 40em) {
  .excellera-update--home {
    margin: 1.5rem 0;
  }

  .excellera-update__visual {
    height: auto;
    min-height: 0;
  }

  .excellera-update__visual img {
    aspect-ratio: 150 / 100;
    height: auto;
    object-fit: cover;
    object-position: center right;
  }

  .excellera-update__copy {
    padding: 2rem 1.5rem 2.5rem;
    columns: 1;
    font-size: 1rem;
    line-height: 1.65;
  }
}
