.section-design {
    width: 100%;
    padding-top: 0.71rem;
    height: 9.63rem;
}

.design-title {
    text-align: center;
    margin-bottom: 0.38rem;
}

.design-title-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
}

.design-icon {
    width: 0.42rem;
    height: 0.36rem;
    background-image: url('../../assets/icons/nav-why.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.design-h2 {
    font-size: 0.32rem;
    color: #031361;
    font-weight: 600;
    line-height: 0.32rem;
}

.design-desc {
    font-size: 0.18rem;
    color: #031361;
    line-height: 0.24rem;
    margin-top: 0.23rem;
    font-weight: 400;
}

.design-image {
    width: 100%;
    height: 7.33rem;
    background-image: url('../../images/home/design.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}