.media__head{
    margin-left: auto;
    margin-right: auto;
}

.heading1{
    background: none;
    background-color: #FFF;
}

.heading1__title{
    color: #000!important;
    padding-top: 22px;
    text-align: center;
}

.center .heading3__title{
    text-align: center;
}

@media print, screen and (min-width:768px){
    .heading1{
        min-height: 150px;
        padding-top: 60px;
    }
}

ul.unorder-list>li:before {
    background: #0099ff;
} 

figcaption {
    text-align: center;
}

ul.condition-list>li:before {
    background-color: #ffc600;
}