#menu-main-menu .mega-menu {
  /* max-height: 550px; */
  /* overflow: auto; */
  border-radius: 0 0 20px 20px;
}

.contact-info-footer {
  padding-top: 30px;
}

.footer-menu #menu-company-footer .sub-menu {
  flex-direction: row;
  column-gap: 40px;
  row-gap: 10px;
  padding-left: 20px;
  padding-top: 10px;
  list-style: none;
  color: #fff;
}

.footer-menu #menu-company-footer .sub-menu li {
  position: relative;
}

.footer-menu #menu-company-footer .sub-menu li:before {
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 100%;
  background-color: #fff;
  width: 5px;
  height: 5px;
}

.footer-menu #menu-company-footer .sub-menu li a {
  font-size: 16px;
  line-height: 1;
}

.contact-info-footer .info-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-info-footer ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-info-footer .info-text {
  width: 100%;
  font-weight: 600;
  max-width: 400px;
}

.contact-info-footer .info-text a {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.contact-info-footer .info-text a:hover {
  color: #f9c237;
}

.mega-menu__item__content--link li:before {
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 100%;
  content: "";
}

.mega-menu__item__content--link li::marker {
  content: "";
}

.mega-menu__item__content--link li {
  position: relative;
}

.contact-info-footer .info-icon {
  display: grid;
  place-items: center;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  background-color: #f9c237;
  color: #364651;
}

@media (max-width: 1200px) {
  #menu-main-menu .mega-menu {
    /* max-height: 100%;
    overflow: none; */
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .blog-detail-wrap .feature-img img {
    height: 100%;
    min-height: 100%;
  }

  .newsroom-card__card {
    padding-bottom: 60% !important;
  }
}