
.agent-profile-full-width-block {
  position: relative;
  margin: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1242px) {
  .agent-profile-full-width-block {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.agent-profile-full-width-block .section__shell {
  background: white;
  position: relative;
  max-width: var(--width--section-max);
  margin: 0 auto;
  padding: 3rem;
}
.agent-profile-full-width-block .section__heading h1,
.agent-profile-full-width-block .section__heading h2,
.agent-profile-full-width-block .section__heading h3,
.agent-profile-full-width-block .section__heading h4 {
  color: var(--color--primary);
  font-family: var(--font-family);
  font-variation-settings: "slnt" 0, "wght" 400;
  font-size: 34px;
  line-height: 32px;
  margin-bottom: 1rem;
}
.agent-profile-full-width-block .section__content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px !important;
  gap: 0.25rem;
}
.agent-profile-full-width-block .section__content .agent-details-wrapper,
.agent-profile-full-width-block .section__content .text-content-wrapper,
.agent-profile-full-width-block .section__content .text-content-wrapper .text-column-wrapper,
.agent-profile-full-width-block .section__content .text-content-wrapper .text-column-wrapper .left-content-wrapper,
.agent-profile-full-width-block .section__content .text-content-wrapper .text-column-wrapper .right-content-wrapper {
  position: relative;
  width: 100%;
}
.agent-profile-full-width-block .section__content .text-content-wrapper .text-column-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 56.25em) {
  .agent-profile-full-width-block .section__content .text-content-wrapper .text-column-wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
  }
  .agent-profile-full-width-block .section__content .text-content-wrapper .text-column-wrapper .left-content-wrapper,
  .agent-profile-full-width-block .section__content .text-content-wrapper .text-column-wrapper .right-content-wrapper {
    width: calc(50% - 1.5rem);
  }
}
.agent-profile-full-width-block .section__content .text-content-wrapper .text-column-wrapper .left-content-wrapper .section__paragraph p,
.agent-profile-full-width-block .section__content .text-content-wrapper .text-column-wrapper .right-content-wrapper .section__paragraph p {
  color: var(--color--black);
  font-family: var(--font-family);
  font-variation-settings: "slnt" 0, "wght" 400;
  font-size: 15px !important;
  line-height: 23px;
  margin-bottom: 0px;
}
.agent-profile-full-width-block .section__content .agent-details-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper{
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .image-wrapper,
.agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper {
  width: 100%;
}
@media (min-width: 850px) {
  .agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper{
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .image-wrapper,
  .agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper {
    width: auto;
    max-width: 50%;
  }
}
.agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .image-wrapper img {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  object-fit: cover;
}
.agent-profile-full-width-block .section__content .agent-details-wrapper .widget-wrapper {
  width: 45%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__name {
  color: var(--color--primary);
  font-family: var(--font-family);
  font-variation-settings: "slnt" 0, "wght" 600;
  font-size: 26px !important;
  line-height: 32px;
}
.agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__title {
  color: var(--color--primary);
  font-family: var(--font-family);
  font-variation-settings: "slnt" 0, "wght" 400;
  font-size: 17px !important;
  line-height: 26px;
  margin-bottom: 0.5rem;
}
.agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__phone a,
.agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__email a{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__phone a,
.agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__email a,
.agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__address {
  color: var(--color--primary);
  font-family: var(--font-family);
  font-variation-settings: "slnt" 0, "wght" 400;
  font-size: 15px !important;
  line-height: 23px;
}
.agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__email,
.agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__address {
  margin-top: 0.5rem;
}


/** Mobile Design Overrides **/
@media (max-width: 600px) {
  .agent-profile-full-width-block .section__shell {
    padding: 1rem;
  }
  .agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .image-wrapper img {
    height: 150px;
    width: 150px;
  }
  .agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__name {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
  .agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__title,
  .agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__phone a,
  .agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__email a,
  .agent-profile-full-width-block .section__content .agent-details-wrapper .card-wrapper .content-wrapper .agent__address {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  .agent-profile-full-width-block .section__content .text-content-wrapper .text-column-wrapper .left-content-wrapper .section__paragraph p,
  .agent-profile-full-width-block .section__content .text-content-wrapper .text-column-wrapper .right-content-wrapper .section__paragraph p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}