.mitas_bg {
    background-image: url(/img/modeleOpon/small/agro_bg.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.border_bottom {
    border-bottom: 0px solid rgb(136, 136, 136);
    box-shadow: 5px 5px 15px #000;
}

.bg-blue {

    background: linear-gradient(270deg, rgba(1, 55, 116, 0.9094012605042017) 0%, rgba(0, 14, 59, 0.9066001400560224) 100%);
    border-bottom: 5px solid #EF3022;

}

.arrow_block::after {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(/img/modeleOpon/small/arrow.png);
    background-size: contain;
    border-radius: 50px;


    background-color: #bdbdbd;
    box-shadow: 5px 5px 15px #000a;
}

.table_title {
    border-radius: 10px;
    background-color: rgb(3, 136, 219);
}

.table_content {
    background-color: rgb(129, 176, 251);
    border-radius: 10px;
}

.img-round {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #000a;
}

@media (max-width: 510px) {
    .arrow_block::after {
        position: relative;
        right: 10px;
    }


}