.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;
}
.filvud_container section div:first-child{
    width: 41%;
}
.filvud_container section div:last-child{
    width: 56%;
}
.filvud_container section div:last-child img:first-child{
    margin-bottom: 26px;
}
.one_pic{
    width:100%;
    margin: 60px 0;
}
.filvud_container section div img{
    width: 100%;
}
.filvud_last_div{
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.filvud_last_div p{
    width: 75%;
}
.bottom_href{
    color: #fff;
    background: #BB4A4C;
    font-size: 22px;
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 7px 27px;
    border-radius: 4px;
    text-decoration: none;
}
.bottom_href:hover{
    color: #fff;
    text-decoration: none;
}

@media (max-width: 424px){
    .filvud_container {
        margin: 50px 0 100px 0;
    }
    .filvud_container p {
        font-size: 18px;
    }
    .filvud_container section {
        margin: 35px 0;
        display: block;
    }
    .filvud_container section div:first-child {
        width: 100%;
        margin-bottom: 26px;
    }
    .filvud_container section div:last-child {
        width: 100%;
    }
    .filvud_last_div p {
        width: 100%;
    }
    .one_pic {
        margin: 25px 0;
    }
    .bottom_href {
        bottom: -70px;
    }
}