	
.quote_home {
    padding: 50px 0;
}

.table-item td,
.table-item th {
    border: 1px solid #dddddd;
    padding: 10px;
}

.table-item-2 tbody tr:nth-child(even) {
    background: #ECF6FD;
}

.bao-gia-chup-anh-in-an h2 {
    margin: 40px 0;
}

h2 a {
    color: var(--color3);
}


@media (max-width: 767px) {
    
    .table-item td, 
    .table-item th {
        padding: 5px;
        font-size: 10px;
    }
   
   
    .quote_home {
        padding: 20px 0;
    }
}

@media (max-width: 575px) {
    
    .table-item td, 
    .table-item th {
        font-size: 9px;
    }
    

}
