.header {
    height: auto !important;
    background: transparent;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 40px;
}

.header__menu {
    padding: 15px 0px;
}

.container {
    width: 70%;
    display: block;
    margin: 0px auto;
}

.container p, strong {
    font-size: 17px;
}

.main-title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #244855;
}

.main-date {
    color: #707070;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
}

.second-title {
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #244855;
}

.text {
    color: #707070;
    line-height: 1.5;
    margin-bottom: 15px;
}

.container li {
    color: #707070;
    line-height: 1.5;
    margin: 5px 0px;
    margin-left: 20px;
    font-size: 17px;
}