.quotation {
  padding-bottom: 7rem;
  max-width: 1920px;
  margin: auto;
}
.quotation .container h1, .quotation .container .h1 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 900;
  color: #292B65;
}
@media (max-width: 767.98px) {
  .quotation .container h1, .quotation .container .h1 {
    font-size: 1.5rem;
  }
}
.quotation .container h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #292B65;
}
.quotation .container .phones {
  flex-direction: column;
  display: flex;
}
.quotation .container .phones a {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.quotation .container .phones a:hover {
  color: #00c8ff;
}
