#PageMain, #PageFooter { margin-top: 0; }

.fiv-brand-logo-section .seCustomContent {
padding: 0 15px;
}

.fiv-brand-logo-section .customContentBlock {
height: 120px;
display: inline-flex;
align-items: center;
justify-content: center;

}
.fiv-brand-logo-section .customContentBlock p {
display: flex;
width: 100%;
margin: 0;
padding: 15px 0;
align-items: center;
justify-content: center;
}
@media only screen and (max-width: 992px) {
.fiv-brand-logo-section .row {
padding-bottom: 15px;
}
}
@media only screen and (max-width: 767px) {
.fiv-brand-logo-section .customContentBlock p {
height: 100px;
}
}

