.banner {
    width: 100vw;
    height: 100vh;
    text-align: center;
    color: #CCC;
    position: relative;
}
.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/selectividad/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: 2em;
  }
  .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 {
    text-align: center;
    direction: rtl;
    
}

.content p {
    font-size: 21px;
    color: black;
    line-height: 33px;
    direction: rtl;
    text-align: center;
}

.content h2 {
    color: #3d5afe;
    font-family: 'LineIcons';

}
.prices h1 {
    color: #3d5afe;
    font-family: 'LineIcons';
}
.card {
    box-shadow: 0 0.5rem 1rem -0.25rem rgb(0 0 0 / 24%);

}
.card h4 {
    font-size: 30px;
    font-family: 'LineIcons';

}
.card p {
    font-size: 25px;
    padding-bottom: 20px;
    font-family: 'LineIcons';
}