.contact h1,
.contact h4 {
    color: #ffffff;
}

.info-mail {
    border: 1px solid white;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0px;
    color: #fff; /*#181A1C;*/
}

.contact p {
    line-height: 22px;
}

.contact h5 {
    line-height: 15px;
    color: white;
}
.contact ul {
    list-style: none;
}

.list-item {
    display: inline-block;
    list-style: none;
}

.list-item i {
    font-size: 50px;
    /* padding: 10px; */
}
.a-hover:hover {
    text-decoration: underline;
}

.infoWrap .cartSection,
.infoWrap .cartSection p {
    line-height: 0.95em;
    margin-bottom: 0;
    margin-top: 0;
    /*	border: 1px solid #fcf;*/
}

.infoWrap .cartSection p {
    padding-top: 0;
    padding-left: 0;
}

.infoWrap p,
.cartSection p a,
.cartSection h3 a,
.cartSection h3 {
    color: #254d75;
    text-decoration: none;
    line-height: 0.95em;
}

.infoWrap p.bythecase {
    font-size: 0.75em;
}

.staff-member {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}

.staff-member .staff-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.staff-member .staff-info {
    display: flex;
    flex-direction: column;
}

.staff-member p {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.staff-member a {
    font-size: 16px;
    padding: 0;
}

.staff-member div:not(.staff-info-profle, .staff-info-name-title) {
    display: block;
    min-width: 198px;
    max-width: 198px;
}

.staff-member .staff-info-name-title {
    display: block;
    min-width: 384px;
    max-width: 384px;
}

.message-btn:hover {
    background-color: #254d75;
    color: #fff;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
@media (max-width: 1024px) {
    .contact p {
        font-size: 16px;
        margin-bottom: 12px !important;
    }
}
@media (max-width: 768px) {
    .contact p {
        margin-bottom: 8px !important;
        padding-inline: 0px !important;
    }
    .info-mail {
        width: 100% !important;
        padding: 10px !important;
    }
}
@media (max-width: 576px) {
    .list-item i {
        font-size: 38px;
    }
}
