@media (min-width: 576px) {
  .our-news-div-width {
    width: 50%;
  }
}

.logo-size {
  width: 106px;
}

@media (min-width: 576px) {
  .logo-size {
    width: 186px;
  }
}

.div-title-style {
  height: 56px !important;
  width: 55%;
}

.div-title-black-line {
  position: absolute;
  background: #fff;
  z-index: 100;
  padding-left: 50px;
  padding-right: 50px;
}

.div-title-white-line {
  position: absolute;
  background: #7C110D;
  z-index: 100;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 992px) {
  .article-width {
    width: 70%;
  }
}

.calendar-list-link {
  font-size: 18px;
  color: #ffffff !important;
  text-decoration: none !important;
  margin-bottom: 20px !important;
}

.social-icons {
  width: 35px;
  opacity: 0.9;
}

a:active .social-icons, a:focus .social-icons, a:hover .social-icons {
  box-shadow: 0px 0px 10px #bbb;
}

.col-footer-style {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .col-footer-style {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

.div-quotes {
  background: url("/assets/img/12549999.png?h=3637d012c57aae5e0ee7bf28ca518c47") left no-repeat !important;
  background-position: initial !important;
  background-size: 55px !important;
  padding-top: 5px;
  max-width: 750px;
  margin-bottom: 25px;
}

@media (min-width: 1400px) {
  .div-quotes {
    max-width: 60% !important;
  }
}

.video {
  width: 100%;
  aspect-ratio: 16/9;
}

