.slider {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 1px !important;
  padding: 0 !important;
}



.about-section {
    padding: 50px 0;
}
.about-section h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2c3e50;
}
.about-section p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #34495e;
}
.about-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}