@media screen and (max-width: 1100px) {
    .prise_img img{
        width: 100%!important;
    }
    .prise_img{
        width: 50% !important;
    }
    .p_colors{
        display: none!important;
    }
    .prise_container{
        width: 100%;
        margin: 20px 0!important;
        padding: 20px 0;
    }
    .section_3_content{
        padding: 40px 20px;
    }
    .prise_img {
        margin: 15px;
    }
    .prise{
        display: flex;
        justify-content: space-around;
    }
    .prise_font{
        width: 100%;
        margin: 0 auto;
    }
    .prise_values{
        margin: auto;
    }
    .prise_ex{
        width: 100%;
    }
    #eva-1,
    #eva-2{
        display: none;
    }
    .desktop{
        display: none!important;
    }
    .phone-v{
        display: block!important;
        font-weight: 300!important;
    }
    .phone-v .content_row{
        flex-direction: row !important;
    }
    .phone-v .prise_img{
        width: 100%!important;
        max-width: 370px;
    }
    .phone-v .content_row .prise_values{
        margin: 0;
    }
}
.phone-v{
    display: none;
}
.cell{
    border: solid #c4c0db;
    border-width: 3px;
    padding: 10px;
    min-height: 100%;
}

.center_content_cell{
    display: flex;
    vertical-align: middle;
}

.centered{
    text-align: center;
}

.bottom{
    justify-content: flex-end;
}
.prise_container{
    background: #e0e0e0;
}
.w_3{
    width: 33.333%;
}
.prise {
}
.prise_img{
    display: flex;
    justify-content: center;
}
.prise_values{
}
.prise_img img{
    max-width: 100%;
}
.p_colors{
    background: none;
    width: 20%;
    margin: 0;
    padding: 0;
}
