.section-area {
  padding: 82px 0px 82px;
  text-align: center;
  max-width: 100%;
  width: 750px;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.section-titles {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.section-first-title {
  font-family: Manrope;
  font-weight: 700;
  font-size: 16px;
  color: #22282B;
  text-align: center;
}

.section-title {
  font-family: Manrope;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #22282B;


}

.section-ust-baslik {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.section-description {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #626363;
  line-height: 28px;

}

.process-card img {
  margin: auto;
  display: block;
}

.section-description-title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: #102A83;
  margin-top: 42px;
  margin-bottom: 24px;
}

.section-description-title2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: #151616;
  margin-top: 42px;
  margin-bottom: 24px;
}

.solution-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  height: 340px;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  color: white;
}



.solution-overlay {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 30px 15px;
  gap: 12px;
}

.solution-number {
  font-family: Manrope;
  font-weight: 600;
  font-size: 22px;
  color: #d4ff00;
}

.solution-title {
  font-family: Manrope;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;

}
@media (max-width: 991px) {
    .section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #22282B;
}




}
@media (max-width: 576px) {
  .solution-card {
    height: 150px;
  }
  .section-description {
    margin-top: 24px;
}
}
@media (max-width: 425px) {
    .section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #22282B;
}
}
