.review {
  margin-bottom: 20px;
}

.review-header {
  background-color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px;
  display: flex;
  line-height: normal;
  align-items: center;
}

.review-header-image {
  width: 20px;
  line-height: normal;
}

.review-name {
  margin-left: 10px;
  color: black;
  line-height: normal;
}

.review-body {
  background-color: #dddddd;
  color: black;
  padding: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.review-body-image {
  position: relative;
  width: 100%;
  max-width: 220px;
}

.review-body-image img {
  width: 100%;
  border-radius: 8px;
}

.review-body-image-text {
  position: absolute;
  padding: 10px;
  margin-bottom: 0;
  background: rgba(180, 180, 180, 0.6);
  border-radius: 7px;
  font-size: 25px;
  top: inherit;
  left: inherit;
  bottom: 10px;
  right: 10px;
  color: #000;
}

body {
  font-weight: 500;
  letter-spacing: 0.5px;
  background: rgb(40, 40, 42);
}

.choices label {
  display: flex !important;
  align-items: center;
}

.doctor-border {
  border: 2px solid white;
  padding: 15px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  color: black;
}

.doctor-image {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

h1 {
  color: rgb(244, 49, 48);

  font-weight: 800;
  text-transform: uppercase;
  font-family: "gottham", sans-serif;
}

.title-main {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 1px;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

h3 {
  color: rgb(244, 49, 48);

  font-size: 25px !important;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "gottham", sans-serif;
}

header {
  width: 100%;
  background: #161b2d;
  min-height: 45px;
  border-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
}

.header-icon {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  font-family: "gottham", sans-serif;
}

.header-proffesor {
  margin-left: 20px;
  color: grey;
}

section {
  background: rgba(255, 255, 255, 0.7);
  color: black;
  border-radius: 8px;
}

@media screen and (max-width: 800px) {
  .title-main {
    font-size: 26px;
  }
}

.red-text {
  color: rgb(244, 49, 48);
  font-size: 19px;
}

.only-red-text {
  color: rgb(244, 49, 48);
}
