﻿/*@media screen and (min-width: 800px) and (max-width: 1165px) {*/
@media screen and (min-width: 1800px) {

}
@media screen and (min-width: 1680px) and (max-width: 1779px) {
.divp {
	font-size: 25px !important;
}
}
@media screen and (min-width: 1580px) and (max-width: 1679px) {
.divp {
	font-size: 24px !important;
}
}
@media screen and (min-width: 1500px) and (max-width: 1579px) {
.divp {
	font-size: 23px !important;
}
}
@media screen and (max-width: 1499px) {
.divp {
	font-size: 22px !important;
}

}