@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1200px) {
	.ps-container{ width:100%;}
}


@media only screen and (max-width: 767px) {
	.ponniyin-selvan{  padding-left: 10px; padding-right: 10px;}
	.ps-container{ width:100%;}
	.ps-header{ grid-template-columns: auto auto; align-items: flex-start;}
	.ps-header img:nth-of-type(1){ display: inline-block;}
    .ps-header span{display: inline-block;}
	.ps-header img:last-of-type{ grid-column: 1 / 3;  justify-self: center; padding: 10px 0;}
	.ps-scroll .item{ display:block;}
	.ps-header p { font-size: 26px; line-height: 30px; }
}