.blue-print {
    padding-top: 140px !important;
    margin-top: -62px !important;
    padding-bottom: 161px;
}

.blue-print>h2 {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    text-align: center;
}

.blue-print>p {
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #5C5C5C;
}


/* .blue-print {
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.blue-print h2, .blue-print > p {
  text-align: center;
}

.blue-print > p {
  margin-bottom: 40px;
  color: #666;
} */

.blue-print-container {
    max-width: var(--container-max-width);
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.blue-print-left {
    padding: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 490px;
    height: 706px;
    background: #132542;
    border-radius: 30px;
    position: relative;
}

.blue-print-left>img {
    max-width: 100%;
    margin: 30px 0;
}

.blue-print-tags {
    position: absolute;
    bottom: 60px;
    display: flex;
    gap: 15px;
}

.blue-print-tags>span {
    background-color: #666;
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
}

.blue-print-tags span.active {
    background-color: #1a7bff;
}

.blue-print-right {
    /* flex: 1; */
    width: 372px;
    height: 706px;
}

.blue-print-right>h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 25px;
    color: #000000;
    padding: 0 14px;
}

.blue-print-right>p {
    margin-bottom: 35px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 13px;
    color: #000000;
    padding: 0 14px;
}

.blue-print-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-icon {
    margin-bottom: 10px;
}

.feature-icon img {
    width: 40px;
    height: 40px;
}

.blue-print-advantages {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.advantage-item {
    width: 372px;
    height: 43px;
    background: #1C5AC0;
    border-radius: 15px;
    background: linear-gradient(to right, #327EFA, #1C5AC0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 17px;
    padding-right: 15px;

    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

.check-icon {
    margin-right: 10px;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .blue-print-container{
        display: block;
        gap: 0;
    }
    .blue-print-left{
        width: 90%;
        margin: 0 auto;
    }
}
