/* About Agent */
#home-bodycontent .show {
  opacity: 1 !important;
}
.reveal {
  min-height: auto !important;
}
.custom-top {
  min-height: 400px;
  transition: all 0.25s ease;
}

#about,
.agent-cover-image {
  display: none;
}
#about-agent {
  border-bottom: 1px solid #eee;
}
#about-agent img {
  display: block;
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  object-fit: contain;
  margin: 0 auto;
}
#about-agent .container > .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about-agent .container > .row.reverse {
  flex-direction: row-reverse;
}
#about-agent h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
#about-agent h2:after {
  content: "";
  display: block;
  width: 250px;
  height: 2px;
  margin: 2rem 0;
  background-color: var(--secondary-brand-color, #e6e6e6);
}
#about-agent p,
#about-agent li {
  font-size: 1.2rem;
}
#about-agent ol {
  padding: 0 1rem;
}
#about-agent ul {
  padding: 0;
}
#about-agent li {
  margin-bottom: 0.6rem;
}
#about-agent a:not([rel]) {
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 600;
  text-decoration: none;
}
#about-agent a[rel] {
  color: blue !important;
}
@media (max-width: 992px) {
  #about-agent h2 {
    font-size: 2rem;
  }
  #about-agent h2:after {
    margin: 1rem 0;
  }
  #about-agent p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #about-agent .container > .row {
    flex-direction: column;
    text-align: center;
  }
  #about-agent h2:after {
    margin: 1rem auto;
  }
  #about-agent img {
    margin-bottom: 2rem;
  }
}
