.title {
    color: rgb(99, 99, 99);
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-top: 20px;
}

.subtile {
    color: var(--aloe);
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.lienhe-container p {
    color: rgb(111, 111, 111);
    margin-bottom: 30px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.lienhe .card {
    border-radius: 7px;
    border: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border-bottom: 6px solid var(--aloe);
}

.lienhe .card-title {
    font-weight: 500;
    color: white;
    text-align: center;
}

.lienhe .card p {
    color: white;
    font-size: 0.9rem;
    text-align: justify;
    margin-top: 1rem;
}

.lienhe .card ul li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: white;
}

.lienhe .card i {
    margin-right: 10px;
    color: var(--aloe);
}

.lienhe .card hr {
    background-color: white;
    height: 1px;
    border: none;
}

.lienhe .btn-primary {
    background-color: var(--aloe);
    border: none;
}

.lienhe .btn-primary:hover {
    background-color: var(--olive);
}

@media (max-width: 500px) { 
    .col-md-5 {
        padding-left: 1rem;
    }
}