
ul{list-style: none; padding: 0; margin: 0;}
a{text-decoration: none;}
.container { max-width: 1200px; padding: 0 15px; margin:0 auto;}
.offer-title { font-size: 30px; font-weight: 500; text-align: center; text-transform: uppercase;    padding-bottom:3px;
    border-bottom-style: solid;  border-bottom-width: 2px;  width: fit-content; border-bottom-color: #56a700; margin: 0 auto;}
.offer-title-h2{ font-size: 22px; font-weight: 500;  text-align: center; text-transform: uppercase;padding-bottom:3px;
    border-bottom-style: solid;  border-bottom-width: 2px;  width: fit-content; border-bottom-color: #56a700; margin: 0 auto;}

.petdental_inner {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.petdental_inner_box {
    width: calc(25% - 10px);
    margin: 0 5px 10px;
}

/* RESPONSIVE */


@media only screen and (max-width:1100px),(max-width:1199px){

}
@media only screen and (max-width:1000px),(max-width:1099px){
    .offer-title{font-size: 24px;}
	.offer-title-h2{font-size: 18px;}

}

@media only screen and (max-width:900px),(max-width:999px){

    
}

@media only screen and (max-width:800px),(max-width:899px){

}

@media only screen and (max-width:700px),(max-width:799px){

}

@media only screen and (max-width:600px),(max-width:699px){

}

@media only screen and (max-width:500px),(max-width:599px){

.petdental_inner_box {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
}
}

@media only screen and (max-width:400px), (max-width:499px) {
    .offer-title {font-size: 18px;}
    .offer-title-h2 {
        font-size: 16px;
        text-wrap: balance;
    }
	
}
@media only screen and (max-width:300px), (max-width:399px) {

}
