@media (max-width: 991.98px) {
  #carousel-rules {
    height: 255px!important;
  }
}

@media (max-width: 991.98px) {
  #carousel-tools {
    height: 350px!important;
    width: 100%!important;
  }
}

@media (max-width: 991.98px) {
  #carousel-inquiry {
    height: 300px!important;
  }
}

@media (max-width: 991.98px) {
  #carousel-attorney {
    height: 325px!important;
  }
}

@media (max-width: 991.98px) {
  #carousel-km {
    height: 110px!important;
  }
}

html {
  /*scroll-behavior: smooth;*/
}

header {
  margin: 50px 0 20px;
  text-align: center;
  padding: 0 10px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: red;
}

.page-content h1 {
  background-color: rgba(133,10,10,0.93);
  color: white;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 58px;
  font-family: Adamina, serif;
  line-height: 64.8px;
  margin-top: 90px;
}

.page-content h2 {
  font-family: 'Antic Slab', 'Patua One', serif;
  font-size: 30px;
  margin-top: 35px;
  /*margin-bottom: 71px;*/
  color: rgb(18,2,2);
  font-weight: bold;
}

.page-content h4 {
  font-family: 'Antic Slab', serif;
  font-size: 25px;
  margin-bottom: 10px;
  color: rgba(4,21,109,0.91);
  margin-top: 35px;
}

.page-content p {
  color: #02153b;
  font-size: 19px;
  font-family: Adamina, serif;
}

.page-content .text-dark {
  /*color: rgb(180,49,49)!important;*/
}

header h1 {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 28px;
  margin-top: 30px;
}

.content {
  max-width: 600px;
  margin: 0 auto;
}

.content h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 30px;
}

.content figure {
  display: block;
  text-align: center;
  margin: 20px 0;
}

.content figcaption {
  font-size: 12px;
  padding-top: 10px;
}

.content div.dropdown {
  margin: 20px auto;
  width: 130px;
}

.content blockquote p {
  font-size: 14px;
  padding: 15px 20px;
  border-left: 3px solid #edecf2;
  background-color: #f9f9fb;
}

