section[title="benefits"] {
    font-family: 'Work Sans', sans-serif;
    color: #333;
    text-align: center;
    width: 100%;
    padding: 1.25em 0;
}

section[title="benefits"] h4 {
    color: #666;
}

section[title="benefits"] h5 {
    margin: 1em 0;
    font-size: 2em;
    font-weight: bold;
}

section[title="benefits"] p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.875em;
}

.benefits-grid {
    display: flex;
    gap: 1.25em;
    max-width: 100%;
    margin: 0 auto;
    border-top: 0.063em groove #ededed;
    padding-right: 1em;
    padding-left: 1em;
}

.benefits-grid h6 {
    font-size: 1.125em;
}

.benefit-column {
    flex: 1; 
    display: flex;
    flex-direction: column;
    gap: 1.25em; 
}

.benefit-item {
    text-align: left;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding-left: 2%;
    padding-right: 2%;
}

.benefit-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.benefit-item .img-container img {
    transition: transform 0.3s ease-in-out;
}

.benefit-item .img-container img:hover {
    transform: scale(1.1); 
}

.benefit-item h6 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}

.benefit-item p {
    font-size: 1em;
    color: #666;
    word-spacing: 0.25em;
    line-height: 140%;
}
