/* banner */
.banner {
    height: 500px;
    width: 75%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/implantologie.jpg);
    background-size: cover;
    background-position: center;
}
/* banner ends */

/* main content */
.main-content {
    padding: 2rem 7%;
    text-transform: none;
}
.section-title {
    font-size: 4rem;
    color: #1e2736;
    margin-bottom: 2rem;
    text-transform: none;
}
.section-description {
    font-size: 1.6rem;
    color: #3e5055;
    margin-bottom: 2rem;
    line-height: 1.8;
    text-transform: none;
}
.sub-title {
    font-size: 2.5rem;
    color: #1e2736;
    margin: 2rem 0 1rem;
    text-transform: none;
}
.before-list {
    list-style-type: disc;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    color: #3e5055;
    text-transform: none;
}
.benefits-list {
    list-style-type: disc;
    margin-left: 2rem;
    font-size: 1.6rem;
    color: #3e5055;
    text-transform: none;
}
.benefits-list li{
    list-style-type: disc;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    color: #3e5055;
    text-transform: none;
}
.implant-type {
    font-size: 2rem;
    color: #1e2736;
    margin-top: 2rem;
    text-transform: none;
}
.implant-info {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}
.implant-description{
    list-style-type: disc;
    font-size: 1.6rem;
    margin-left: 2rem;
    color: #3e5055;
    text-transform: none;
}
.implant-image-small {
    width: 200px;
    height: 200px;
    margin-right: 1rem;
}
.implant-image {
    width: 100%;
    height: auto;
    margin: 1rem 0;
}
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
}
.comparison-table th,
.comparison-table td {
    border: 1px solid #3e5055;
    font-size: 1.6rem;
    padding: 1rem;
    text-align: center;
    text-transform: none;
}
.comparison-table th {
    background-color: #1e2736;
    color: #ffffff;
}
.comparison-table td {
    background-color: #f9f9f9;
}
/* main content ends */

/* footer background */
.footer{
    background: #eee;
}
/* footer background ends */