

/* /////////////////////////////////////////////////////////////////////
//  Your CSS
/////////////////////////////////////////////////////////////////////*/

p {
font-family: 'Roboto', sans-serif;
}

a {
font-family: 'Roboto', sans-serif;
}
h1 {
font-family: 'Roboto', sans-serif;
}

h2 {
font-family: 'Roboto', sans-serif;
}
h3 {
font-family: 'Roboto', sans-serif;
}

.call-to-action {
    margin-top: 20px; 
}

.call-to-action p {
    padding: 15px; 
color: white;
    background-color: #803b48;
    border: 0px;
}

#pgLogo_img {
max-width: 150px;
    padding-bottom: 30px;
}

#ps_container {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}