

/* Start:/giis-dmdk-2023//style.css?16952115602677*/
.section-red {
    background: rgba(187, 47, 44, 1);
    padding: 40px 0;
    color: #fff;
}

.section-red--dark {
    background: #9b221f;
}

.section-red h1 {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.picture {
    text-align: center;
}

.picture img {
    max-width: 100%;
}

p {
    font-size: 21px;
    font-weight: 400;
}

.section-red a {
    color: #fff;
    text-decoration: underline;
}

.ul-list {
    list-style: none;
    padding: 0;
    font-size: 20px;
    font-weight: 400;

}

.ul-list--red {

    color: #bb2f2c;
}

.ul-list--double {

    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.ul-list--double li {
    width: 45%;
    margin: 40px 0;

}

.ul-list--double li:nth-child(even) {
    margin-left: 10%;
}

.section {
    padding: 20px 0;
}

.section h2 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.section a {
    /* font-weight: 400; */
    color: #000;
    text-decoration: underline;
}

.section p>a {
    /* font-size: inherit; */
    font-size: 18px;
}

.big-red-text {
    font-size: 24px;
    font-weight: 400;
    color: #bb2f2c;
}

.eps__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.eps__files{
    display: flex;
    flex-direction: column;
}

.eps__file {
    margin: 20px 0;
}

.eps__wrapper p.h3 {
    color: #bb2f2c;
    font-size: 24px;
    font-weight: bold;
}
.line-list p {
    position: relative;
    padding-left: 40px;
}

.line-list p:before {
    content: '';
    width: 4px;
    background: #bb2f2c;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
}

.line-list p a {
    color: #000000;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: underline;
    letter-spacing: 0.01em;
    padding: 5px 0;
    display: inline-block;
}

@media (max-width: 1600px) {
    p {
        font-size: 18px;
    }

    .big-red-text,
    .ul-list {
        font-size: 18px;
    }

    .eps__wrapper p.h3 {
        font-size: 20px;
    }

    .line-list p a {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    p {
        font-size: 16px;
    }

    .big-red-text,
    .ul-list {
        font-size: 16px;
    }

    .ul-list--double li {
        width: 100%;
        margin: 20px 0;
    }

    .ul-list--double li:nth-child(even) {
        margin: 20px 0;

    }
    .eps__video{
        order: -1;
    }
    .eps__wrapper {
        
    }
}
/* End */
/* /giis-dmdk-2023//style.css?16952115602677 */
