.banner {
    width: 100vw;
    height: 100vh;
    text-align: center;
    color: #CCC;
    position: relative;
}

.section{
    display: flex;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.banner-image {
    top: 0;
    position: absolute;
    width: 100%;
    background-color: black;
    height: 100vh;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/specialties/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.header-title {
    z-index: 2;
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'LineIcons';
    font-size: 3em;
  }
  .content {
    text-align: right;
    direction: rtl;
    
}

.content p {
    font-size: 1.5rem;
    color: black;
    line-height: 2rem;
    direction: rtl;
    text-align: right;

}

.liste {
    font-size: 1.5rem;
    color: black;
    line-height: 2rem;
    direction: rtl;
    text-align: right;
    margin-right: 2rem;
    list-style-type: disc;
 
}

.liste li{
    margin-bottom: 0.5rem;
}

.image {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10%;
    margin-bottom: 2rem;
}

.content h2 {
    color: #3d5afe;
    font-family: 'LineIcons';
}
.content span b{
    font-size: 25px;
}
.pdfs {
    text-align: center;
}

.pdfs img{
    margin: 1rem 0;
    border-radius: 15%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

