/* Custom styles for About page without main image */

.about_thumb {
  position: relative;
  z-index: 1;
  margin-left: 0 !important;
}

.about_thumb .row {
  margin-top: 0;
}

.about_thumb .col-lg-6,
.about_thumb .col-md-6 {
  margin-bottom: 30px;
}

.about_counter {
  background: #d7e6e8;
  text-align: center;
  padding: 50px 26px 50px;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about_img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .about_thumb .col-lg-6,
  .about_thumb .col-md-6 {
    margin-bottom: 20px;
  }
  
  .about_counter {
    padding: 40px 20px 40px;
  }
}

@media (max-width: 767px) {
  .about_counter {
    padding: 30px 15px 30px;
    margin-bottom: 20px;
  }
}
