/* CSS Document */

.promocontent { position: relative; margin: auto; }
.pc-wrapper { 
-moz-border-radius: 15px; border-radius: 15px; min-height: 400px;
box-shadow: 0px 3px 6px rgb(0 0 0 / 15%); }

.pc-title .heading-blue { 
margin: 0 !important; padding: 25px 35px !important;
text-transform: uppercase; -moz-border-radius: 15px 0 0 0; border-radius: 15px 0 0 0; }
.pc-content { color: #5C5C5C !important; background: #fff; padding: 35px 35px; -moz-border-radius: 0 0 0 15px; border-radius: 0 0 0 15px; }

.pc-image { 
background: #1B3B54; position: absolute; top:0; left: 0; width: 100%; height: 100%;
background-size: cover !important; background-position: top center !important; background-repeat: no-repeat !important;
-moz-border-radius: 0 15px 15px 0; border-radius: 0 15px 15px 0; overflow: hidden; }

@media screen and (max-width: 768px)
{
.pc-image {
    position: relative; height: 400px; 
	-moz-border-radius: 0 0 15px 15px; border-radius: 0 0 15px 15px;
}
}