.article7 {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
}

.a7-sb {
    position: absolute;
    top: -50px; right: -50px;
    width: 700px;
    opacity: .1;
    z-index: 1;
}

.a7-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    z-index: 10;
}

.a7-image {
    width: 800px;
}

.a7-text {
    margin-top: 5rem;
}

.a7-text h4 {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.a7-text h5 {
    color: #222;
    font-size: 65px;
    font-weight: 800;
    margin-bottom: 2.5rem;
}

.a7-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.a7-list li {
    color: #aaa;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
}



/*==================================================*/
