.container {
    /* max-width: 800px; */
    margin: auto;
    padding: 15px 15px;
    background-color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.documents__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    /* max-width: 400px; */
    margin: auto;
}

.documents__wrap .document {
    margin: 5px;
}

.documents__wrap .document a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    background-color: #f2f2f2;
    border-radius: 6px;
    color: #222;
    border:2px solid transparent;
    font-size: 12px;
    color: #fff !important;
    text-shadow: none;
}
.documents__wrap .document a:hover{
    /* border:2px solid #3F51B5; */
}
.logo_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p {
    text-align: justify;
    text-indent: 2em;
}

ul {
    text-align: justify;
    list-style: none;
    padding-left: 2em;
}

ul li {
    margin-bottom: 10px;
}

@media screen and (max-width:530px) {
    .logo_wrap{
        justify-content: center;
    }
}
.video {
    max-width: 400px;
    margin: auto;
    padding: 20px;
    border: 8px solid #d2d2d28a;
    border-radius: 9px;
    margin-bottom: 15px;
}

.video video {
    width: 100%;
}
.video_wraps {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    max-width: 900px;
    margin: auto;
    flex-wrap: wrap;
}
.title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.video_wraps .btn-color{
    color:#ffffff !important;
    text-shadow: none;
    text-transform: uppercase;
    margin-top: 20px;
}
.block_text {
    max-width: 500px;
    text-align: left;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 20px;
}

.block_text strong {
    font-size: 20px;
    margin-bottom: 0px;
    display: block;
    font-weight: bold;
}
.main_logo_wrap {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.main__space {
    flex-grow: 1;
}
footer {
    padding-bottom: 10px;
}

a.btn-label {
    display: block;
    margin-top: 15px;
    text-decoration: none;
    color: #503374;
    font-weight: bold;
}
.youtube_wrap iframe{
    width: 100%;
}