.seminar {
    width: 100%;
    height: auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #010d3f;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 20px 0;
}

.seminar-wrapper {
    width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seminar-title {
    text-align: center;
    margin-bottom: 3rem;
}

.seminar-title h1 {
    color: #222;
    font-size: 33px;
    font-weight: 800;
    margin-bottom: .3rem;
}

.seminar-title p {
    color: #777;
    font-size: 18px;
}


/*==================================================*/
@media (max-width: 900px) {
    .seminar-wrapper {
        width: 100%;
        padding: 0 20px;
    }
}


@media (max-width: 850px) {
    .seminar {
        padding: 80px 0 40px 0;
    }
}

