.row.thumbs-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.attachment-block {
    padding-top: 30px;
}

.attachment-block-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.product-attachment-wrapper .product-attachment-item {
    padding: 8px;
}

.product-attachment-wrapper .product-attachment-item > div {
    border: 1px solid #ccc;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    height: 100%;
}

.product-attachment-wrapper .product-attachment-item .product-attachment-name {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding-bottom: 5px;
}

.product-attachment-wrapper .product-attachment-item .product-attachment-image {
    display: flex;
    align-items: center;
}

.product-attachment-wrapper .product-attachment-item .product-attachment-links {
    padding-top: 8px;
}

.product-attachment-wrapper .product-attachment-item .product-attachment-links img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.product-attachment-wrapper .product-attachment-item .product-attachment-links a {
    display: inline-block;
    line-height: 25px;
}

.attachment-thumb .attachment-thumb-links {
    display: flex;
    position: relative;
    padding-top: 10px;
    padding-left: 30px;
    min-height: 60px;
    align-items: center;
}

.attachment-thumb .attachment-thumb-links img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.brand-attachment-link {
    text-align: right;
    margin-bottom: 25px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.learn_more_about_brand.js_sent_question i {
    font-size: 40px;
}

@media (max-width: 991px) {
    .attachment-thumb .attachment-thumb-links img {

    }

    .attachment-block {
        padding-top: 15px;
    }

}
