	.quote_print {
    padding: 40px 0;
}

.box_quote_print {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box_quote_print > * {
    width: calc(100%/3);
}

.quote_print_item {
    padding: 0 12px;
    margin-bottom: 24px;
}

.quote_print_item > div {
    background: #f7f7f7;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
}

.quote_print_item p:first-child {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    background: var(--color1);
    color: #ffffff;
    font-size: 30px;
    border-radius: 50%;
    font-weight: 800;
}

.quote_print_item p:nth-child(2) {
    width: 75%;
    padding-left: 20px;
}
/*
.content-2 {
    padding: 40px 0 0;
}

.content-2 ul,
.content-2 li {
    list-style: initial;
}
*/
.table-item td,
.table-item th {
    border: 1px solid #dddddd;
    padding: 10px;
}

.table-item tbody tr:nth-child(even) {
    background: #ECF6FD;
}


h3 {
    margin: 20px 0 15px;
}


@media (max-width: 1199px) {
    
    .quote_print_item > div {
        font-size: 16px;
        padding: 15px;
    }
    
    .quote_print_item p:first-child {
        width: 80px;
        height: 80px;
        font-size: 25px;
    }
    
    .quote_print_item p:nth-child(2) {
        width: 65%;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .box_quote_print > * {
        width: 50%;
    }
   
}

@media (max-width: 767px) {
    .box_quote_print > * {
        width: 100%;
    }
    
    .table-item td, 
    .table-item th {
        padding: 5px;
        font-size: 10px;
    }
   
}

@media (max-width: 575px) {
    
    .print {
        padding: 30px 0 0;
    }
    
    .advantages {
        padding: 20px 0;
    }
    
    .table-item td, 
    .table-item th {
        font-size: 9px;
    }
    

}
