.interimcfo-banner{
    background-image: url('../assets/InterimCFOServices/interimbanner.jpg');
    background-size: cover; /* This makes sure the image covers the entire background */
    background-position: center; /* This centers the background image */
    background-repeat: no-repeat; /* This prevents the image from repeating */
    padding-top:150px;
    padding-bottom:80px;
    color:white
}
.interimcfo-content p{
    color:black;
}
.interim-img img{
    display: block;
    width:100%;
    height:500px;
}
@media screen and (max-width: 480px) {
    .interim-img img{
        height:350px;
    }
}

@media only screen and (max-width: 767px){

	.interimcfo-banner{
		padding-top:50px;
		padding-bottom:50px;
	}

}