.ideal-for-section {
    text-align: center;
    margin: 6rem 0;
    padding: 0 2rem;
}

.ideal-for-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.ideal-for-item {
    flex-basis: calc(33.333% - 2rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ideal-for-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}

.ideal-for-content {
    text-align: center;
}

.ideal-for-title {
    margin: 0;
    color: black;
    font-size: 24px;
    line-height: 1.3;
    max-width: 350px;
}

.ideal-for-description {
    max-width: 350px;
    color: #363636;
    font-size: 18px;
    margin-top: 12px;
} 