section.grid--Component-section {
    padding-bottom: 60px;
}

.grid--Component-Outer {
    border-radius: 20px;
    background: #F6F6F6;
    display: flex;
    padding: 40px 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.grid--Inner-Block {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    background: #fff;
    height: 100%;
}

.grid--Inner-Block h5 {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 6px;
    background: var(--secondary-color);
    margin-bottom: 20px;
}

.grid--Inner-Block h3 {
    color: var(--text-color);
    font-size: 28px;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    margin-bottom: 20px;
}

.grid--Inner-Block p {
    color: var(--text-color);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.045px;
}

.grid--Component-Outer h4 {
    color: var(--text-color);
    font-size: 30px;
    font-weight: 400;
    line-height: 38px; /* 126.667% */
}