.web-container{
    margin-top: 64px;
    background-color: #ebebeb;
}

.service-p-img{
	border: 0;
	padding: 100px 20px 20px 20px;
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
    /* box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 29%); */
}
.f-b-l::first-letter {
	font-weight: 600;
	color: black;
	opacity: 0.8;
	font-size: 15px;
}
.service-img-1{
    background-image: url(/assets/images/ser-cfo.jpg);
    height: 400px;
}
.service-img-2{
	background-image: url(/assets/images/ser-finance.png);
	background-size: contain;
    height: 330px; 
}
.service-img-3{
    background-image: url(/assets/images/business-advisory-cpa.jpg);
	height: 182px; 
	background-size: cover;
}
.service-img-4{
    background-image: url(/assets/images/Service-Page-BookKeeping.png);
    height: 300px;
    background-size: 62% 108%;
}
.service-img-5{
	background-image: url(/assets/images/Accounting-Services.png);
    height: 200px;
    background-size: 94% 106%;
}
.title-top{
	text-transform: capitalize;
    font-size: 23px;
    color: #515151;
}
.service-img-6{
	background-image: url(/assets/images/taxes.jpg);
	background-size: cover;
    height: 200px; 
}
.right-title{
	text-align: right;
    padding-right: 55px;
}
#outsourced-CFO-services .li-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}

.color-brown{
	color: #876a49;
}
.color-blue{
	color: blue;
}
.color-blue-1{
	color: #599ad4!important;
}
.color-fin{
	color: #037173;
}
.col-business{
	color: #b53f35;
}
.col-acc{
	color: #dc0929;
}
.col-accser{
	color: #906600db;
}
.col-tit1{
	color: #1e651d;
}
.col-tit2{
	color: #6a7965;
}