﻿.contact-section {
    padding-top: 3rem;
}


.contactDetailsList {
    display: flex;
    flex-wrap: wrap;
}

.formDetailsList-item {
    margin-top: 0;
    padding-bottom: 20px;
}

.contactDetailsList-item-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border-top: 1px solid white; /* Add this line for the white line */
    /*border-bottom: 1px solid white;*/ /* Add this line for the black line */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: column;
    padding-top: 30px;
}

.contact-name {
    font-size: 1rem;
}

.contact-description {
    font-size: .8rem;
}