.withoval {
  position: relative;
}
.withoval div,
.withoval h1,
.withoval h2,
.withoval h3,
.withoval h4,
.withoval p,
.withoval a,
.withoval img {
  position: relative;
  z-index: 1;
}
.withoval .oval {
  position: absolute;
  z-index: 0;
  opacity: 0.6;
}

.number {
  height: 60px;
  width: auto;
}

.section.section--primary a {
  color: white;
  text-decoration: underline;
}
.section.section--warning a {
  color: black !important;
  text-decoration: underline;
}

.tip {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tip__number, .tip__description {
  display: flex;
  flex-grow: 1;
}
.tip__description {
  flex-grow: 2;
}
.tip__number {
  margin: auto;
  display: flex;
  font-size: 2rem;
  padding: 2rem;
  height: 50px;
  width: 50px;
  max-height: 50px;
  max-width: 50px;
  background-color: #8ac3ea;
  border-radius: 50%;
  border: 8px solid #65b0e4;
  color: white;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .tip {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .tip {
    margin-top: -40px;
  }
}
.review {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  height: 100%;
}

.card .card-header.minus {
  color: #2fcc71;
  background-color: white;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.card .card-body {
  background-color: white;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.line {
  width: 70%;
  height: 2px;
  background-color: white;
}

.header_image {
  max-height: 300px;
  background-image: none !important;
}

.tip-icon {
  background-image: none !important;
  max-width: 60px;
}