.brochures_sect {
    background-color: #F5F5F5;
}
.brochures_sect .sect_title {
    margin: 0 0 1em;
}
.brochures_sect .search {
    display: block;
    margin: 0 auto 2.5em;
    max-width: 20em;
}
.brochures_sect .search .text_input {
    width: 100%;
    border: 1px solid #D9D9D9;
    padding: 0 1.3em;
    border-radius: 1.3em;
    background-color: #ffffff;
}
.brochures_sect .brochure_icon {
    max-width: 1.5em;
    max-height: 1.5em;
}
.brochures_sect .attachment-thumb {
    max-width: 5em;
    max-height: 5em;
}
.brochures_sect .brochure_link {
    display: flex;
    width: 3em;
    height: 3em;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #333333;
    align-items: center;
    justify-content: center;
    transition-property: background-color;
    transition-duration: 0.3s;
}
.brochures_sect .brochure_link:hover {
    background-color: rgba(51, 51, 51, 0.05);
}
@media(max-width: 767px) {
    .brochures_sect .search {
        margin: 0 0 2em;
    }
}