.highlight-clean {
  color: #313437;
  background-color: #fff;
  padding: 50px 0;
}

.highlight-clean p {
  color: #7d8285;
}

.highlight-clean h2 {
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: #1a2b6d;
}

.highlight-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 25px;
}

.highlight-clean .buttons {
  text-align: center;
}

.highlight-clean .buttons .btn {
  padding: 16px 32px;
  margin: 6px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  /*text-transform: uppercase;*/
  /*font-weight: bold;*/
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none;
  background-color: #ddd;
}

.highlight-clean .buttons .btn:hover {
  opacity: 1;
  background-color: #1A2B6D;
  transition-duration: .4s;
}

.highlight-clean .buttons .btn:active {
  transform: translateY(1px);
}

.highlight-clean .buttons .btn-primary {
  background-color: #D41317;
  color: #fff;
}

#mainImage {
  background: url(../../assets/img/main1.webp) no-repeat;
  object-fit: cover;
  height: 500px;
  background-position: 50% 50%;
  width: 85%;
  border-bottom: 10px solid #1a2b6d;
}

#logo {
  color: #1a2b6d;
  border: 5px solid #1a2b6d;
  padding: 5px;
  transition-duration: .4s;
}

#logo:hover {
  color: #d41317;
  border-color: #d41317;
  transition-duration: .4s;
}

#carousel-1 {
  max-width: 700px;
}

.carousel {
  /*max-width: 700px;*/
}

