.brochure-and-print {
    border-bottom: 1px grey solid;
    padding-top: 45px;
    padding-bottom: 35px;
}

.brochure-and-print div {
    display: flex;
    justify-content: flex-end;
/*     gap: 25px; */
}

.brochure-and-print a {
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 30px;
    text-decoration: none;
}

.brochure-and-print svg {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .brochure-and-print a {
    padding-right: 20px;
    font-size: 11px;
}
  .brochure-and-print div {
    flex-wrap: wrap;
}
