.infoPage{
    padding: 20px;
    margin: 30px auto;
    max-width: 900px!important;
    
}
.infoPage strong{
    font-weight: bold;
}
.infoPage p,
.infoPage h1,
.infoPage h2,
.infoPage h3,
.infoPage h4,
.infoPage h5,
.infoPage h6{
    margin-bottom: 15px;
}
.infoPage li{
    margin-bottom: 5px;
}
.infoPage ol{
    list-style:  decimal;
    padding-left: 15px;
}
.infoPage ul{
    list-style: initial;
    padding-left: 15px;
}
.infoPage .entry-content {
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;

}
.footBlock {
    display: flex;
    justify-content: space-between;
}
.infoPage footer{
    display: flex;
    border-radius: 10px;

    justify-content: space-between;
    max-width: 100%;
    margin: 20px auto;
    padding: 0 10px;
    background-color: #fff;
}
.infoPage footer ul{
    display: flex;
    list-style: none!important;
}

.infoPage footer ul li{
    margin-right: 10px;
}
.infoPage footer a{
    color: #3c5a96;
    text-decoration: none;
}
.infoPage footer a:hover{
    text-decoration: underline;
}