.pmr-title{
text-align:center;
font-size:32px;
margin-bottom:50px;
}

.pmr-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

.pmr-card{
text-align:center;
background:#fff;
padding:45px 20px;
border-radius:8px;
box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.pmr-card h3{
font-family:Georgia,serif;
font-size:22px;
}

.pmr-btn{
display:inline-block;
margin-top:25px;
padding:14px 35px;
background:#e5a719;
color:#111;
text-decoration:none;
}

.pmr-box input{
width:100%;
padding:12px;
margin:8px 0;
}

.pmr-box button{
padding:12px 25px;
background:#e5a719;
border:0;
}

@media(max-width:768px){
.pmr-grid{
grid-template-columns:1fr;
}
}
