
/*.pg-title{font-size: 45px; text-align: center;}*/
.center-text-box{position: relative;top: 50%; left: 50%; transform: translate(-50%, -50%); 
	text-align: center;padding: 0 20px; width: fit-content;}
.center-text-box h1{font-size: 40px;margin-bottom: 40px; color: #2595bbe0;
	text-shadow: 1px #000;padding: 0 6px;}

.img-box img{width: 100%; aspect-ratio: 800/550}


/*.seo-points{background-image: linear-gradient(#DFE0DF60, #DFE0DF60),url("../img/bg/footer-bg.png"); }*/
.seo-points{background: linear-gradient(#172B4Dd0,#172B4Dd5); }
.seo-points-container{display: flex;flex-wrap: wrap;justify-content: center; padding: 20px 0 0}
.seo-point-box{width: 410px; height: 100%; min-height: 410px; margin: 0 auto 30px; background:#ffffffd0; 
	padding: 5px 10px;border-radius: 5px}
.seo-point{width: 97%; margin: 7px auto}
.seo-point img{width: 100%;aspect-ratio: 450/350; border-radius: 4px}
.seo-point .point-title{padding: 5px 0; text-align: center;border-bottom: 2px solid;color:#172B4D }
.seo-points .point-desc{padding: 10px 5px;}
