.partners-grid {
    max-width: 1400px;
    margin: 0 auto!important;
}

.partners-grid .wpb_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

@media (max-width: 850px) {
    .partners-grid .wpb_wrapper {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1496px) {
    .partners-grid {
        margin: 0 48px!important;
    }
}

.oneill-partner-block {
    color: #343A40;
    display: flex;
    flex-direction: column;
    font-family: freight-text-pro,serif;
}
.opb-row.opb-logo {
    height: 47px;
    max-height: 47px; 
    margin-bottom: 24px;
    display: flex;
    justify-content: flex-end;
}
.opb-row.opb-logo img {
    max-height: 47px;
}
.opb-row.opb-location {
    font-family: "sofia-pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}
.opb-row.opb-name {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; 
    margin-bottom: 16px;   
}
.opb-row.opb-name a {
    color: inherit;
    text-decoration: none;
}
.opb-row.opb-description {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 16px;
}
.opb-learn-more-svg {
    background-color: #2780B0;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.opb-row.opb-learn-more a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.opb-row.opb-learn-more span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 28.8px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 5.5%; /* 0.99px */
    text-underline-offset: 25%; /* 4.5px */
    text-underline-position: from-font;    
}