/** Shopify CDN: Minification failed

Line 45:47 Unexpected "{"

**/
.image-grid-with-text{
    padding-top:Var(--padding-top-desk);
    padding-bottom:Var(--padding-bottom-desk);
    background: #fff;
}
.image-grid-with-text .custom-width{
    max-width:780px;
    margin: 0 auto;
    padding:0;
    background:var(--background-color);
}
.image-grid-with-text .image-grid-with-text-container {
    padding: 0 16px;
}
.image-grid-with-text .image-grid-with-text-header {
    background: var(--header-bg);
    padding: 14px 20px;
}
.image-grid-with-text .header-text {
    font-size: 15px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: var(--header-txt-color);
    line-height: 1.7;
}
.image-grid-with-text .section-title {
    font-size: var(--title-font-desk);
    color: var(--title-color);
    line-height: 1.367;
    margin: 0 0 14px 0;
}
.image-grid-with-text .richtext p {
    font-size: 15px;
    margin: 15px 0 10px 0;
    line-height: 1.65;
    color:#000;
}
.image-grid-with-text .image-items-wrapper img,
.image-grid-with-text .images-grid-wrapper svg,{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-grid-with-text .image-items-wrapper img {
    object-fit: contain;
    height: 100%;
    object-position: center;
    min-height: 150px;
    max-height: 150px;
    border-radius: 8px;
}
.image-grid-with-text .profile-image-wrapper img{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit:cover;
}
.image-grid-with-text .image-items-wrapper:first-child img{
 min-height: 170px;
max-height: 170px;   
}
.image-grid-with-text .image-items-wrapper:first-child{
    border: 2px solid #a6171f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.image-grid-with-text .images-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 8px;
    padding: 24px 0;
    border-top: 1px solid #E8E6E0;
}
.image-grid-with-text .image-items-wrapper {
    padding: 6px;
    background: #FFFFFF;
    border: 1px solid #E8E6E0;
    border-radius: 8px;
}
.image-grid-with-text .bottom-profile-content {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0 28px 0;
    border-bottom: 1px solid #E8E6E0;
}
.title-with-desc-wrapper {
    padding: 36px 0 24px 0;
}
.image-grid-with-text .profile-content-wrapper p {
    font-size: 14px;
    color: #7A7A7A;
    line-height: 1.540;
}
.image-grid-with-text .richtext p:last-child {
    font-size: 13px;
    color: #7A7A7A;
    margin: 13px 0;
}
.image-grid-with-text .profile-content-wrapper p strong {
    font-size: 15px;
    color:#1A1A1A;
}
@media (max-width: 768px){
.image-grid-with-text{
    padding-top:Var(--padding-top-mob);
    padding-bottom:Var(--padding-bottom-mob);
}
}