@media (max-width: 768px) {
  .banner-logo {
      margin-right: 0px !important;
  }

  .navigation-logo {
    margin-right: 0px !important;
  }
}

.hero-section-bg {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px !important;
  color: white;
  overflow: hidden;
  border-bottom-right-radius: 200px;
}

.hero-section-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007991;
  opacity: 0.7;
}

.hero-section-bg .hero-content {
  z-index: 1;
  padding: 30px;
}

.carousel-control-button-group {
  margin-right: 20px;
}


.program-section-bg {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
  height: auto;
}

.program-section-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007991;
  opacity: 0.7;
}

.program-section-bg .hero-content {
  z-index: 1;
}

.rounded-svg {
  width: 30px;
  height: 30px;
  background-color: blue;
  border-radius: 50%;
  padding: 5px;
  transition: transform 0.2s ease-in-out;
}

.rounded-svg:hover {
  transform: scale(1.2);
}
