.engineer-contacts-category, .engineer-contacts-location {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

#engineer-contacts-location {
    max-width: calc((100% / 3) * 2) !important;
    padding: 0;
    margin-top: 30px;
    .engineer-contacts-location {
        gap: 20px 10px;
        .engineer-contact {
            width: calc(50% - 5px);
    }
}
}

.engineer-contact {
box-sizing: border-box;
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;

@media screen and (max-width: 900px) {
    flex: 0 0 calc((100% - 30px) / 2) !important;
}

@media screen and (max-width: 600px) {
    flex: 0 0 100% !important;
}
}

.engineer-contact-image {
width: max-content;
}

.engineer-contact-image img {
border-radius: 50%;
width: 100%;
height: auto;
object-fit: cover;
object-position: top;
}


.engineer-contact-content {
line-height: 1.5;
display: flex;
flex-direction: column;
}

#engineer-contacts-category .engineer-contact-content p {
    margin-bottom: 0.3rem;
}

.engineer-contact-content p {
/*margin-bottom: 0;*/
    /*line-height: 1.5;*/
    margin-bottom: 0.3rem;
}

.engineer-contact-content .engineer-contact-content a {
    font-weight: normal;
    color: #000;
}
#engineer-contacts-category .engineer-contact-content a, #engineer-contacts-category .engineer-contact-content a:hover {
font-weight: normal;
color: #000;
}


.store-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;

    #contactButton {
        width: calc(100% / 3);
        margin-top: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        a {
            width: max-content;
        }
    }
}
