.ez-author-content {
  max-width: 1800px;
  margin: 0 auto;
}

.ez-author-content .author-main-content {
  padding: 144px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}

.ez-author-content .author-main-content .container {
  max-width: 1180px;
}

@media screen and (max-width: 1440px) {
  .ez-author-content .author-main-content {
    padding: 120px 0;
  }
}

@media screen and (max-width: 1024px) {
  .ez-author-content .author-main-content {
    padding: 30px 12px;
  }

  .ez-author-content .author-main-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-image: url("../images/mobile-background-blur.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    z-index: 0;
  }
}

.ez-author-content .author-profile {
  position: relative;
  z-index: 1;
}

.ez-author-content .author-profile__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 280px);
  gap: 40px;
  align-items: start;
}

@media screen and (max-width: 1024px) {
  .ez-author-content .author-profile__row {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
  }
}

@media screen and (max-width: 768px) {
  .ez-author-content .author-profile__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .ez-author-content .author-profile__column--image {
    justify-self: center;
  }
}

.ez-author-content .author-profile__row--no-image {
  grid-template-columns: minmax(0, 1fr);
}

.ez-author-content .author-profile__image {
  margin: 0;
}

.ez-author-content .author-profile__photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.ez-author-content .author-profile__content h1 {
  margin-bottom: 24px;
}

.ez-author-content .author-profile__content p {
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .ez-author-content .author-profile__content p {
    font-size: 12px;
    line-height: 14.5px;
  }
}

.ez-author-content .author-profile__content .wp-block-image {
  margin-bottom: 24px;
}

.ez-author-content .author-profile__content .wp-block-image img {
  border-radius: 8px;
}
