/** Shopify CDN: Minification failed

Line 50: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;
    border-bottom: 3px solid #000;
}
.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;
    font-family: 'SF Pro';  
}
.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;
    letter-spacing: -0.03em;
    font-family: 'SF Pro';  
}
.image-grid-with-text .richtext p {
    font-size: 15px;
    margin: 15px 0 10px 0;
    line-height: 1.65;
    color:#4A4A4A;
    letter-spacing: -0.03em;
}
.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;
    border-radius: 8px;
    width:100%;
}
.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{
    border: 2px solid #0a4698;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: clamp(80px, 18vw, 150px);
    height: clamp(90px, 20vw, 170px);  
}
.image-grid-with-text .images-grid-wrapper {
    display: flex;
    gap: 8px;
    padding: 24px 0;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #E8E6E0;
}
.image-grid-with-text .image-items-wrapper {
    padding: 6px;
    background: #FFFFFF;
    border: 1px solid #E8E6E0;
    border-radius: 8px;
    width: clamp(60px, 14vw, 130px);
    height: clamp(70px, 16vw, 150px);
}
.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;
    letter-spacing: -0.03em;
}
.image-grid-with-text .richtext p:last-child {
    font-size: 13px;
    color: #7A7A7A;
    margin: 13px 0;
    letter-spacing: -0.03em;
}
.image-grid-with-text .profile-content-wrapper p strong {
    font-size: 15px;
    color:#1A1A1A;
}
@media (max-width: 767px){
.image-grid-with-text{
    padding-top:Var(--padding-top-mob);
    padding-bottom:Var(--padding-bottom-mob);
}
.image-grid-with-text .section-title{
    font-size: var(--title-font-mob);
}
}
@media(max-width: 568px){
    .image-grid-with-text .section-title {
    font-size: 24px;
}
}