.member-container {
    display: flex;
}

.row .col .member-container  img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;
}

.row .col .member-container img:not(:first-child){
    margin-left: -15px;
}

.contact-links ul{
    margin: 0 0 40px 0;
}

.contact-links ul li{
    list-style: none;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.contact-links ul li:nth-child(2){
    margin-bottom: 40px;
}

.contact-links ul li.first{
    opacity: 0.7;
}

.contact-links a{
    border-bottom: 2px solid #00000090;
    width: max-content;
    display: block;
    padding-bottom: 4px;
    transition: border .3s ease;
}

.contact-links a:hover{
    border-color: #000;
}

.contact-msg h4{
    font-weight: normal;
    opacity: 0.7;
    font-size: 18px;
}

@media screen and (max-width: 690px) {

    .contact-links ul li{
        font-size: 16px;
    }
    
}