
.exam-section h6{
  color:red;
  font-weight: 600;
}
.exam-section h2{
  color:#082b51;
  font-weight: 700;
    font-size: 36px;
    line-height: 49px;
}
.features-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 5px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 40px; /* Icon size */
  height: 40px;
}

.feature-text h3 {
 font-size: 15px;
    color: #333;
    margin: 0;
    font-weight: 500;
}

.feature-item:hover {
  background-color: #e0f7fa; /* Hover effect for each item */
  transform: scale(1.05);
  transition: 0.3s ease;
}
.exam-section p{
  font-size: 26px;
  text-align: center;
  color: #082b51;
}
.exam-section h4{
 color: #082b51;
    font-weight: 500;
    font-size: 26px;
}
#overflowTest {
 padding: 15px;
    width: 100%;
    height: 50px;
    overflow: scroll;
}
.exam-box {
      padding: 15px;
    box-shadow: 0px 0px 3px #00000057;
    display: block;
    border-radius: 15px;
}
.exam-box:hover{
  box-shadow: 0px 0px 3px #ff4d4d57 !important;
  border: 2px solid #ff4d4d;
}
 
.exam-box img { 
    border: 1px solid #ddd;
    border-radius: 10px;
}
.exam-box h3{
      font-size: 21px;
    color: #333;
    margin-top: 15px;
    font-weight: 600;
}