.content .quote {
  margin: 4em auto;
  color: #ffffff;
  background-color: #dc0000;
  padding: 4em 7em;
  max-width: 80%;
  position: relative;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
.content .quote .quote-mark {
  background-color: #ffffff;
  position: absolute;
  padding: 1em;
  width: 6em;
  height: 6em;
}
.content .quote .quote-mark .mark {
  width: 100%;
  height: 100%;
  background-image: url("/images/pages/quotation-marks.svg");
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(25%) sepia(62%) saturate(6911%) hue-rotate(352deg) brightness(79%) contrast(126%);
}
.content .quote .quote-mark.begin {
  left: -2em;
  bottom: -2em;
  border-top-right-radius: 2em;
}
.content .quote .quote-mark.begin .mark {
  transform: rotateZ(180deg);
}
.content .quote .quote-mark.end {
  right: -2em;
  top: -2em;
  border-bottom-left-radius: 2em;
}
.content .quote .quote-text {
  font-family: cursive, serif;
  font-weight: normal;
  font-size: 1.7em;
  line-height: 1.2em;
  font-style: italic;
}
.content .quote .quote-author {
  text-align: right;
  font-size: 0.9em;
  font-style: normal;
  color: #ffffff;
  margin-top: 1em;
}
.content .quote .quote-author a:link,
.content .quote .quote-author a:visited {
  color: inherit;
}
@media (max-width: 768px) {
  .content .quote {
    margin: 3em auto;
    max-width: 95%;
    padding: 3em 4em;
  }
  .content .quote .quote-mark {
    padding: 0.8em;
    width: 5em;
    height: 5em;
  }
  .content .quote .quote-mark.begin {
    left: -1.5em;
    bottom: -1.5em;
    border-top-right-radius: 1.5em;
  }
  .content .quote .quote-mark.end {
    right: -1.5em;
    top: -1.5em;
    border-top-left-radius: 1.5em;
  }
}
.home .profile-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.home .profile-wrapper .image {
  max-width: 30%;
  min-width: 260px;
}
.home .profile-wrapper .image .hover-image {
  max-width: 100%;
  flex-grow: 0;
  margin: 0 1em 1em 0 !important;
}
.home .profile-wrapper .image .hover-image img {
  max-width: 100%;
}
.home .profile-wrapper .profile {
  margin: 0 0.5em 0 1em;
  flex-grow: 1;
}
.home .profile-wrapper .profile h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.home .profile-wrapper .profile .container {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  padding: 1.5em;
  background: #fafafa;
  margin-block: 30px;
}
.home .profile-wrapper .profile .container h3 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
.home .profile-wrapper .profile .container ul {
  list-style-type: square;
  list-style-position: outside;
  margin-inline-start: 20px;
}
.home .profile-wrapper .profile .container ul li {
  font-size: 1.1em;
  margin-bottom: 0.4em;
  line-height: 1.2em;
  font-style: italic;
}
.home .profile-wrapper .profile .container ul li .key {
  font-weight: bold;
  font-style: normal;
}
.home .profile-wrapper .profile .container ul li .value {
  color: #444444;
}
@media (max-width: 768px) {
  .home .profile-wrapper {
    flex-direction: column-reverse;
  }
  .home .profile-wrapper .image {
    max-width: 100%;
  }
  .home .profile-wrapper .image .hover-image {
    margin: 0 !important;
  }
  .home .profile-wrapper .profile {
    margin: 0 !important;
  }
}
