html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}

.header-logo {
    width: auto !important;;
}
.header-logo p {
    font-size: 20px;
    font-weight: bold !important;
    margin-top: 10px;
    margin-left: 5px;
    color: #fff;
    font-weight: 400;
}

body section div a.custom-border-radius {
    border-radius: 10px !important;
}

.section-background {
  position: relative;
  overflow: hidden;
}

.section-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.section-background .container {
  position: relative;
  z-index: 2;
}


.child-feature {
  border-left: 2px solid #487A7D;
  padding-left: 15px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.child-feature:hover {
  background-color: #f1f1f1;
}
