File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/pages/partners/partners.page.scss
.xc {
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
margin-top: 10px;
}
.sectionNewsContent {
background-color: #fff;
display: flex;
margin-bottom: 12px;
border-radius: 10px;
margin-left: 16px;
margin-right: 16px;
overflow: hidden;
box-shadow: 2px 2px 2px 2px grey;
max-width: 640px;
width: -webkit-fill-available;
flex-direction: column;
padding: 10px;
}
.name {
font-size: 1em;
text-transform: uppercase;
text-align: center;
}
.paymentGatewayImage {
height: 150px;
}