#specialties{
  overflow: hidden;
}
/*============== 
  TV Screens 
================*/
@media(min-width: 1441px) {
  /*  */
}

/*============== 
  Extra Large 
================*/
@media(max-width: 1440px) {
  /*  */
}

/*============== 
     Large 
================*/
@media(max-width: 1280px) {
  /*  */
}

/*============== 
     Medium 
================*/
@media(max-width: 1025px) {

  #angiography,
  #ballon,
  #bone,
  #chemotherapy,
  #IVF,
  #knee,
  #kidney,
  #cornea,
  #hip,
  #liver,
  #resufacing,
  #surgery,
  #PPI,
  #implant,
  #radiotherapy {
    padding-block: 30px;

    .content {

      gap: 30px;

      .info {

        .title {
          font-size: 20px;
        }
      }

      .image {
        position: relative;
        min-width: 500px;
        max-width: 600px;

        img {
          max-height: 400px;
        }

        &::after {
          width: 70%;
        }
      }
    }
  }
}

/*============== 
    Tablet 
================*/
@media(max-width: 768px) {

  #cardiology,
  #orthopedic,
  #organ-transplant,
  #center-treatment,
  #surgery,
  #implant,
  #IVF {
    padding-block: 30px;

    .sec-title {
      font-size: 30px;
      line-height: 50px;
      margin-bottom: 0px;
    }
  }

  #angiography,
  #ballon,
  #bone,
  #chemotherapy,
  #IVF,
  #knee,
  #kidney,
  #cornea,
  #hip,
  #liver,
  #resufacing,
  #surgery,
  #PPI,
  #implant,
  #radiotherapy {
    padding-block: 30px;

    .content {
      flex-direction: column !important;
      gap: 30px;

      .info {
        text-align: center;

        .title {
          font-size: 20px;
        }
      }

      .image {
        position: relative;
        min-width: 500px;
        max-width: 600px;

        img {
          max-height: 400px;
        }

        &::after {
          width: 70%;
        }
      }
    }
  }

  #surgery,
  #implant,
  #IVF {
    .info {
      .sec-title {
        text-align: center;
      }
    }
  }

  #cardiology {
    #ballon {
      .content {
        .image {
          &::after {
            width: 80%;
            left: -150px;
          }
        }
      }
    }

  }

  #organ-transplant {
    #kidney {
      .content {
        .image {
          &::after {
            width: 80%;
            right: -150px;
          }
        }
      }
    }

    #liver {
      .content {
        .image {
          &::after {
            width: 80%;
            left: -150px;
          }
        }
      }
    }

    #cornea {
      .content {
        .image {
          &::after {
            width: 80%;
            right: -150px;
          }
        }
      }
    }

    #bone {
      .content {
        .image {
          &::after {
            width: 80%;
            left: -150px;
          }
        }
      }
    }

    #implant {
      .content {
        .image {
          &::after {
            width: 80%;
            left: -150px;
          }
        }
      }
    }
  }

  /*============== 
      Mobile 
================*/
  @media(max-width: 576px) {

    #cardiology,
    #orthopedic,
    #organ-transplant,
    #center-treatment,
    #surgery,
    #implant,
    #IVF {
      padding-block: 20px;

      .sec-title {
        font-size: 22px;
        line-height: 36px;
        padding-top: 20px;
        margin-bottom: 0px;
      }
    }

    #angiography,
    #ballon,
    #bone,
    #chemotherapy,
    #IVF,
    #knee,
    #kidney,
    #cornea,
    #hip,
    #liver,
    #resufacing,
    #surgery,
    #PPI,
    #implant,
    #radiotherapy {
      padding-block: 20px;

      .content {
        flex-direction: column !important;
        gap: 20px;

        .info {
          text-align: center;

          .title {
            font-size: 18px;
          }
        }

        .image {
          position: relative;
          min-width: 300px;
          max-width: 550px;

          img {
            max-height: 350px;
          }

          &::after {
            width: 70%;
            height: 80%;
          }
        }
      }
    }

    #surgery,
    #implant,
    #IVF {
      .info {
        .sec-title {
          text-align: center;
          margin-bottom: 10px;
        }
      }
    }
  }