#section3 {
    background-image: url('/images/solution/组 39 (2).png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    padding-top: 0.775rem;
    width: 100%;
    overflow: hidden;
}


.section3-header {
    text-align: center;
}

.section3-header .line1 {
    font-size: 0.375rem;
    font-weight: bold;
    color: #333333;
}

.section3-header .line2 {
    font-size: 0.225rem;
    font-weight: bold;
    color: #555555;
    margin-top: 0.125rem;
}


.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 15rem;
    row-gap: 0.4rem;
    column-gap: 1.375rem;
    z-index: 2;
    position: relative;
    justify-content: center;
    margin: 0.25rem auto;
    margin-bottom: 1.25rem;

}

.card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: white;
    width: 6.075rem;
    height: 3.3125rem;
}

.card img {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.375rem;
    margin-bottom: 0.125rem;
}

.card-title {
    color: #333333;
    font-size: 0.225rem;
    font-weight: bold;
    margin-bottom: 0.1625rem;
    z-index: 100;
}

.card-text {
    margin-left: 0.425rem;
    margin-right: 0.425rem;
    font-size: 0.2rem;
    color: #666;
    text-align: left;
}

.section2-bottom-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.2375rem 3.5125rem;
    height: 8.425rem;
}