img{
    object-fit: contain;
}
.monthly-report-section{
	padding: 198px 0 165px;
}
.report-list{
	margin-bottom: 50px;
}
.report-item{

}
.report-title{
	display: inline-block;
	padding-top: 50px;
	margin-right: -120px;
	font-size: 45px;
	font-family: fontBlack;
	max-width: 338px;
	text-align: right;
	text-transform: uppercase;
	color: #00398B;
	z-index: 2;
}
.report-title strong{
	color: var(--pink);
	font-weight: 400;
}
.report-img-content{
	padding: 87px;
	background-color: #F4F4F4;
	border-radius: 50%;
	max-width: 400px;
	max-height: 400px;
}


.internal-list{
	max-width: 470px;
	display: flex;
	flex-direction: column;
	justify-content: center;

}
.internal-list-item{

}
.internal-list-item i{
	margin-top: 10px;
	margin-right: 25px;
}
.internal-list-title{
	position: relative;
	font-weight: 700;
	color: var(--dark-blue);
    font-size: 25px;
	margin-bottom: 25px;
}

.montly-planing{
	align-items: center;
}

.montly-planing-text{
	max-width: 468px;
	text-align: right;
}
.montly-planing-title{
	text-align: right;
	padding-top: 15px;
	margin-left: -197px;
}

.report-button{
	margin: 40px auto 0;
	border: 1px solid;
	border-color: var(--light-blue);
}

.report-button:hover{
	border-color: var(--pink);
}

.report-button i{
	background: #fff;
}
.report-button svg{
	fill: #fff !important;
}

@media only screen and (max-width: 1200px){
	.report-title{
		padding-top:30px ;
		margin-right: -100px;
	}
	.report-img-content{
		padding: 75px;
		max-width: 370px;
		max-height: 370px;
	}
	.internal-list-title{
		font-size: 28px;
	}
	.montly-planing-title{
		padding-top: 0;
	}
}

@media only screen and (max-width: 1024px){
	.monthly-report-section{
		padding: 130px 0 110px;
	}
	.col-xl-{
		padding: 0 15px;
	}
	.report-item{
		flex-wrap: wrap;
	}
	.report-title{
		font-size: 30px;
		margin-right: 0;
	}
	.report-first-colum{
		display: flex;
		flex-direction: column;
	}
	.report-img-content{
		padding: 60px 50px;
	    max-width: 300px;
	    max-height: 300px;
	}
	.internal-list-title{
		font-size: 20px;
	}
	.internal-list-item i{
	    margin-top: 5px;
    	margin-right: 15px;
	}
	.montly-planing-colum{
		flex-direction: revert;
	}
}

@media only screen and (max-width: 768px){
	.monthly-report-section{
		    padding: 90px 0 90px;
	}
	.report-first-colum{
	    width: 100%;
	    justify-content: center;
	    align-items: center;
	    margin-bottom: 15px;
	}
	.report-title{
		padding: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.internal-list{
		width: 100%;
		max-width: 400px;
    	align-items: flex-start;
    	margin: 0 auto;
	}
	.internal-list-item{
		margin-bottom: 15px;
	}
	.internal-list-title{
		font-size: 20px;
	}

	.internal-list-item i{
		margin-top: 0px;
		margin-right: 10px;
	}
	.internal-list-item i svg{
		width: 20px;
	}
	.montly-planing-section{
	    flex-direction: column-reverse;
	}
	.montly-planing-colum{
		align-items: flex-start;
		flex-direction: column-reverse;
		align-items: center;
	}
	.montly-planing-title{
		text-align: center;
	    margin-left: 0;
	    max-width: 100%;
	}
	.montly-planing-text{
		text-align: center;
	}
	.montly-planing{
		max-width: 100%;
		width: 100%;
		text-align: center;
	}

}