@charset "UTF-8";
/***!  Style Declaration  !***/

.bekam-grid{max-width:1100px;margin:20px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bekam-card{background:#7a0000;border-radius:20px;padding:30px 22px;text-align:center;box-sizing:border-box}.bekam-card h3{font-family:Georgia,serif;font-size:28px;line-height:1.3;color:#fff;margin:0 0 15px 0}.bekam-line{width:70px;height:2px;background:#ffd700;margin:0 auto 18px auto}.bekam-card p{font-family:Georgia,serif;font-size:18px;line-height:1.8;color:#fff;margin:0}@media (max-width:768px){.bekam-grid{grid-template-columns:1fr;gap:15px}.bekam-card{padding:25px 18px}.bekam-card h3{font-size:24px}.bekam-card p{font-size:17px}}
