@media only screen and (max-width: 600px) {
  .dcs--section .info-navigation .navbar {
    padding: 0;
  }
  .dcs--section .info-navigation .navbar .nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding-bottom: 10px;
  }
  .dcs--section .info-navigation .navbar .nav .nav-link {
    width: max-content;
  }
  .dcs--section .info-navigation .dcs-nav-content .column-two {
    border-left: 0px solid #dee2e6;
    padding: 10px 20px 0px 20px;
  }
}

/* Reviews Avatar CSS by Shanu */
.avatar-initials {
  width: 40px; /* Adjust as needed */
  height: 40px; /* Adjust as needed */
  background-color:rgb(255, 244, 235); 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  color: #e07a5f;
  text-transform: uppercase;
  font-family: "Outfit", serif;
}
/* Reviews Avatar CSS by Shanu End */
