.title-foot {
  padding-block: 40px !important;
}

#cardiology,
#orthopedic,
#organ-transplant,
#center-treatment,
#surgery,
#implant,
#IVF {
  .sec-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 50px;
  }
}

#angiography,
#ballon,
#bone,
#chemotherapy,
#IVF,
#knee,
#kidney,
#cornea,
#hip,
#liver,
#resufacing,
#surgery,
#PPI,
#implant,
#radiotherapy {
  .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;

    .info {
      .title {
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        text-transform: capitalize;
      }

      .description {
        font-weight: 400;
        line-height: 24px;
      }
    }

    .image {
      position: relative;
      min-width: 600px;

      &::after {
        content: '';
        position: absolute;
        background: var(--main-gradient-revers);
        bottom: -20px;
        width: 60%;
        height: 50%;
        z-index: -1;
      }

      img {
        width: 100%;
      }
    }
  }
}

#surgery,
#implant,
#IVF {
  .info {
    .sec-title {
      text-align: start;
      margin-bottom: 20px;
    }
  }
}

#cardiology {
  .sec-title {
    padding-top: 80px;
  }

  article {
    padding-block: 30px;
  }

  #angiography {
    .content {
      .image {
        &::after {
          right: -80px;
          border-top-left-radius: var(--main-radius);
          border-bottom-left-radius: var(--main-radius);
        }
      }
    }
  }

  #ballon {
    .content {
      flex-direction: row-reverse;

      .info {
        :nth-child(3) {
          margin-top: 20px;
        }
      }

      .image {
        &::after {
          left: -80px;
          border-top-right-radius: var(--main-radius);
          border-bottom-right-radius: var(--main-radius);
        }
      }
    }
  }

  #PPI {
    .content {
      .image {
        &::after {
          right: -80px;
          border-top-left-radius: var(--main-radius);
          border-bottom-left-radius: var(--main-radius);
        }
      }
    }
  }
}

#orthopedic {
  padding-block: 50px;

  article {
    padding-block: 30px;
  }

  #knee {
    .content {
      flex-direction: row-reverse;

      .image {
        &::after {
          left: -80px;
          border-top-right-radius: var(--main-radius);
          border-bottom-right-radius: var(--main-radius);
        }
      }
    }
  }

  #hip {
    .content {
      .image {
        &::after {
          bottom: 0px;
          right: -80px;
          border-top-left-radius: var(--main-radius);
          border-bottom-left-radius: var(--main-radius);
        }
      }
    }
  }

  #resufacing {
    .content {
      flex-direction: row-reverse;

      .image {
        &::after {
          bottom: 0;
          left: -80px;
          border-top-right-radius: var(--main-radius);
          border-bottom-right-radius: var(--main-radius);
        }
      }
    }
  }
}

#organ-transplant {
  padding-block: 50px;

  article {
    padding-block: 30px;
  }

  #kidney {
    .content {
      .image {
        text-align: end;

        img {
          max-width: 500px;
        }

        &::after {
          bottom: 100px;
          height: 60%;
          width: calc(100% + 50px);
          right: -80px;
          border-top-left-radius: var(--main-radius);
          border-bottom-left-radius: var(--main-radius);
        }
      }
    }
  }

  #liver {
    .content {
      flex-direction: row-reverse;

      .image {
        text-align: start;

        img {
          max-width: 500px;
        }

        &::after {
          bottom: 100px;
          height: 60%;
          width: calc(100% + 50px);
          left: -80px;
          border-top-right-radius: var(--main-radius);
          border-bottom-right-radius: var(--main-radius);
        }
      }
    }
  }

  #cornea {
    .content {
      .image {
        &::after {
          bottom: 0px;
          right: -80px;
          border-top-left-radius: var(--main-radius);
          border-bottom-left-radius: var(--main-radius);
        }
      }
    }
  }

  #bone {
    .content {
      flex-direction: row-reverse;

      .image {
        &::after {
          height: 60%;
          bottom: 0;
          left: -80px;
          border-top-right-radius: var(--main-radius);
          border-bottom-right-radius: var(--main-radius);
        }
      }
    }
  }
}

#center-treatment {
  padding-block: 50px;

  article {
    padding-block: 30px;
  }

  #radiotherapy {
    .content {
      .image {
        &::after {
          bottom: 0px;
          right: -80px;
          border-top-left-radius: var(--main-radius);
          border-bottom-left-radius: var(--main-radius);
        }
      }
    }
  }

  #chemotherapy {
    .content {
      flex-direction: row-reverse;

      .info {
        :nth-child(3) {
          margin-top: 20px;
        }
      }

      .image {
        &::after {
          height: 60%;
          bottom: 0;
          left: -80px;
          border-top-right-radius: var(--main-radius);
          border-bottom-right-radius: var(--main-radius);
        }
      }
    }
  }
}

#surgery {
  padding-block: 50px;

  .content {
    .image {
      &::after {
        bottom: 0px;
        height: 70%;
        right: -80px;
        border-top-left-radius: var(--main-radius);
        border-bottom-left-radius: var(--main-radius);
      }
    }
  }
}

#implant {
  padding-block: 50px;

  .content {
    flex-direction: row-reverse;

    .image {
      &::after {
        height: 60%;
        bottom: 0;
        left: -80px;
        border-top-right-radius: var(--main-radius);
        border-bottom-right-radius: var(--main-radius);
      }
    }
  }
}

#IVF {
  padding-block: 50px;
  margin-bottom: 50px;

  .content {
    .image {
      &::after {
        bottom: 0px;
        height: 70%;
        right: -80px;
        border-top-left-radius: var(--main-radius);
        border-bottom-left-radius: var(--main-radius);
      }
    }
  }
}