.title {
   /* font-family: 'Roboto', sans-serif;*/
    font-weight: 700;
    font-size: 1.5em; /* Adjust size as needed */
    color: #444; /* Dark gray color */
    text-align: left; /* Center align the text */
    letter-spacing: 1px; /* Add some spacing between letters */
    /*text-transform: uppercase; /* Transform text to uppercase */
    margin: 20px 5px; /* Add top and bottom margin */
    margin-left: -20px;
    background: linear-gradient(to right, #ddd, #eee);
    padding: 5px 20px;
    border-radius: 3px;
    display: inline-block;
    width: 102%;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.175);
}


/* Optional: Increase font size and change color */

.horizontal-select-container {
    margin-bottom: 40px !important;
  }

.container {  
  margin-bottom: 70px !important;
}

h4 {
  font-size: 1.3em;  
}

.horizontal-select-option img{
    width: 2rem;
    height: 2rem;
}

.questionID {
  display:none; 
}