/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 05 2025 | 12:54:35 */
.brand-about {
    background: whitesmoke;
    padding: 12px;
    border-radius: 12px;
    display: flex
;
    flex-flow: column;
    gap: 30px;
}
img.brand-background-image {
    height: 225px;
    object-fit: cover;
}
.about-content {
    display: flex
;
    gap: 25px;
}
.about-content img {
    border: 1px solid #b9b9b9;
    border-radius: 12px;
    background: white;
    padding: 15px;
    max-width: 180px;
    height: fit-content;
    align-self: center;
}
.about-content p {
    font-size: 17px;
}