.seminar7 {
    background: url(../images/a7-bg.jpg);
}

.a7-wrapper {
    width: 100%;
}

.a7-title h1 {
    font-size: 30px;
    margin-bottom: 3rem;
}

.a7-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.a7-text h1 {
    font-size: 26px;
}

.a7-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: .5rem;
}

.a7-image {
    width: 100%;
    height: 600px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .05);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .07);
    margin-top: 3rem;
}


/*==================================================*/
