.contact-info {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#map {
    width: 100%;
    height: 300px;
    border-radius: 8px;
}
.contact-info p  {
    color: #626262;
    font-size: 14px;
    margin-bottom: 1.5rem;
}
.contact-info p a {
    color: #626262;
    font-size: 14px;
    text-decoration: none;
}