.seminar-header {
    height: 385px;
    width: 1400px;
    border-radius: var(--border-radius);
    background-image: url(/src/seminar-hero-bg.png);
    color: var(--primary);
}

.seminar-header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 48px 0;
}

.seminar-header-content {
    padding: 30px 70px;
    width: 800px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seminar-header-content .pre {
    font-size: 25px;
    font-weight: 700;
}

.seminar-header-content .sided::before {
    display: block;
    content: "";
    height: 100%;
    width: 5px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
}

.seminar-header-content .sided {
    font-size: 40px;
    line-height: 38px;
    padding: 5px 25px;
    position: relative;
    margin: 15px 0;
}

.seminar-header-content .sided-bold {
    font-weight: 900;
}

.seminar-header-content .sided-thin {
    font-weight: 300;
}

.seminar-header-content .date {
    font-size: 40px;
    line-height: 35px;
    font-weight: 900;
}

.seminar-container {
    background-color: var(--white);
    border-radius: var(--border-radius);
    min-width: 1400px;
}

.seminar-container .first-block {
    margin-bottom: 40px;
}

.seminar-container .accordion:not(:last-child) {
    margin-bottom: 15px;
}

.seminar-container button.btn {
    height: 140px;
    width: 100%;
}

.seminar-table-header {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    margin-bottom: 15px;
}

.seminar-table-header p {
    margin: 0;
}

.seminar-table-header span.bi {
    color: var(--primary);
    min-width: var(--services-icon-width);
    height: var(--services-icon-width);
    font-size: 25px;
    text-align: end;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seminar-card-header {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
}

.seminar-card {
    padding-left: 20px;
    position: relative;
}

.seminar-card:before {
    display: block;
    content: "";
    height: 55px;
    width: 5px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 1399px) {
    .seminar-container {
        min-width: inherit;
    }
}

@media only screen and (max-width: 1024px) {
    h1 {
        margin-bottom: 30px;
    }

    .seminar-name {
        border-top: var(--border-color) 1px solid;
        border-bottom: var(--border-color) 1px solid;
        padding: 10px 0;
        margin-top: 5px;
    }

    .seminar-container {
        border-radius: 0;
    }

    .first-block .col, .seminar-card {
        margin-bottom: 30px;
    }

    .seminar-container .first-block {
        margin-bottom: 40px;
    }

    .seminar-type {
        font-size: 17px;
    }

    .seminar-name {
        font-size: 20px;
    }

    .seminar-container button.btn {
        height: 70px;
    }
}
