.notation {
  margin: 30px 0;
}
.notation-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
.notation-header-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 34px;
  width: 34px;
  background-color: #1D275F;
  border-radius: 70%;
}
.notation-header b {
  margin-left: 15px;
}
.notation ul li {
  line-height: 2;
  list-style-image: url("../images/Icon ionic-ios-arrow-back.svg");
  margin: 15px 2px;
}

.recommendation {
  width: 33%;
}
@media only screen and (max-width: 700px) {
  .recommendation {
    width: 100%;
    margin: 15px auto;
  }
}
.recommendation-card {
  background-color: white;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  -moz-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
  width: 94%;
  margin: auto;
  padding: 10px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  .recommendation-card {
    height: auto;
  }
}
.recommendation-card p, .recommendation-card b {
  font-size: 13px;
}
.recommendation-card-author b, .recommendation-card-author p {
  color: #EC5D35;
}
.recommendation-card-author p {
  font-size: 12px;
}

.author-page {
  background-color: #e5f0f6;
  padding: 40px 0;
}

.author-container {
  background-color: white;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  -moz-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
  max-width: 900px;
}
@media only screen and (max-width: 700px) {
  .author-container {
    max-width: 96%;
  }
}
.author-container-recommendations {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: row;
  padding: 15px 5px;
}
@media only screen and (max-width: 700px) {
  .author-container-recommendations {
    flex-direction: column;
  }
}

.author-content {
  max-width: 685px;
  margin: auto;
  padding: 30px 0;
}
@media only screen and (max-width: 700px) {
  .author-content {
    max-width: 90%;
  }
}
.author-content-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
.author-content-top img {
  border-radius: 70%;
}
.author-content-top-text {
  padding-left: 4%;
}
.author-content-top-text-headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  .author-content-top-text-headline {
    flex-direction: column;
    align-items: flex-start;
  }
}
.author-content-top-text-headline span {
  font-size: 18px;
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  .author-content-top-text-headline span {
    font-size: 18px;
  }
}
.author-content-top-text-headline h1 {
  color: #1D275F;
  font-size: 22px;
}
@media only screen and (max-width: 700px) {
  .author-content-top-text-headline h1 {
    font-size: 18px;
  }
}
.author-content-top-text p {
  font-size: 13px;
}
.author-content-top-socials {
  position: absolute;
  top: 0;
  right: -40px;
}
.author-content-top-socials a {
  text-decoration: none;
}
.author-content-top-socials a svg {
  width: 20px;
  height: 20px;
}