body,
button {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.color-btn {
  color: #fff;
  background-color: rgb(48, 60, 72)!important;
  border: 1px solid rgb(48, 60, 72)!important;
}
.color-btn:hover {
  border: 1px solid var(--mainColor)!important;
  background-color: var(--mainColor)!important;
}

.outline-btn {
  border: none;
  color: #000;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}

header:not(.bg-white) .color-btn {
  border-color: #fff!important;
}

.close-btn {
  line-height: 21px!important;
}

.title {
  font-size: 40px!important;
  font-weight: 400!important;
  position: relative;
}
.title:not(.banner .title) {
  padding-bottom: 15px;
}

.title:not(.banner .title)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  border-bottom: 2px solid #002d96;
}

@media (max-width:991px) {
  .title:not(.banner .title)::after {

  }
}