.faq{
  background-color: #e74c3c; /* bright red, you can change the shade */
  border-radius: 20px; /* smooth, rounded corners */
  padding: 20px; /* space inside the box */
  color: #fff; /* white text for contrast */
  font-family: 'Open Sans', sans-serif; /* or any preferred font */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* optional soft shadow */
}

.nav__menu > li{
    margin-top:13px;
}