.filvud_container{
    margin: 100px 0;
}
.filvud_container p{
    font-size: 21px;
    line-height: 150%;
    margin: 0;
}
.filvud_container section{
    margin: 60px 0;
    display: flex;
    justify-content: space-between;
}
.pov_sect b{
    font-size: 28px;
    color: #333333;
    width: 100%;
    margin-bottom: 20px;
}
.pov_sect{
    display: flex;
    flex-wrap: wrap;
    
}
.pov_sect div{
    display: flex;
    background: #F1F1F1;
    margin: 25px 0;
    width: 100%;
}
.pov_sect div span{
    font-size: 36px;
}
.pov_sect div b{
    font-size: 22px;
    font-weight: 400;
    margin: 7px 0 15px 0;
    display: block;
}
.pov_sect div p{
    font-size: 14px;
    width: 85%;
}
.pov_sect div img{
    margin-right: 10%;
}
.pov_sect div ul{
margin-top: 15px;
}

@media (max-width: 824px){
    .pov_sect div {
        display: block;
    }
    .pov_sect div img{
        margin-right: 0;
        width: 100%;
    }
    .pov_sect div ul li img{
        width: inherit;
    }
    .pov_sect div ul {
        padding: 10px 15px;
    }
    .pov_sect div p {
        width: 100%;
    }
    .pov_sect b {
        font-size: 20px;
    }
    .filvud_container p {
        font-size: 16px;
        line-height: 130%;
    }
    .filvud_container h1 {
        font-size: 22px;
    }
    .pov_sect div span {
        font-size: 28px;
    }
}