.meddle-section {
  min-height: 80vh;
  width: 100%;
  background-image: url("https://projects.synergynexa.com/ps/wp-content/uploads/2025/07/BG-logo.png");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.meddle-content {
  padding: 4.37rem 6.25rem;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}

.meddle-h1 {
  font-family: restore;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 3px;
  color: #02afb8;
  text-align: center;
}

.meddle-content p {
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 2px;
  color: #000000;
  text-align: center;
}

.meddle-main {
  width: 100%;
  padding: 10px;
}

.meddle-main-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.meddle-main-left {
  padding-right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 2px solid #000;
  gap: 2rem;
}

.meddle-main-right {
  padding-left: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}

.blue-box {
  width: 100%;
  height: auto;
  background-color: #02afb8;
  border-radius: 20px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue-box h2 {
  width: 80%;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
}

.meddle-line {
  width: 100%;
  height: 2px;
  background-color: #000;
}

@media (max-width: 1024px) {
  .meddle-content {
    padding: 0;
    width: 80%;
  }

  .blue-box {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .meddle-section {
    padding: 1rem;
    background-size: 120%;
  }

  .meddle-content {
    width: 100%;
    padding: 0;
    gap: 1rem;
  }

  .meddle-h1 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
  }

  .meddle-content p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  .meddle-main-content {
    flex-direction: column;
    gap: 1rem;
    padding: 0;
  }

  .meddle-main-left,
  .meddle-main-right {
    width: 100%;
    padding: 0;
    border: none;
    gap: 1rem;
  }

  .meddle-line {
    display: none;
  }

  .blue-box {
    padding: 20px;
    border-radius: 15px;
  }

  .blue-box h2 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }
}
