.paragraph--type--single-contact .node--type-contacts {
    padding: 10px 20px;
    border: 1px solid #bebebe;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-right: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
.paragraph--type--single-contact .node--type-contacts h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    padding-bottom: 3px;
    color: #135B64;
    line-height: 24px;
    margin: 0;
}
.paragraph--type--single-contact .node--type-contacts p {
    margin: 0;
}