.about-img img {
	position: relative;
	width: 100%;
	border-radius: 20px;
	display: flex;
}

.trusted-favicon {
	position: relative;
	display: flex;
	margin: -71px auto 0;
	width: 144px;
  	height: 144px;
  	align-items: center;
  	justify-content: center;
  	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 87px 0px rgba(23, 32, 85, 0.15);
}
.trusted-favicon img {
	max-width: 96px;
	width: 96px;
}
.graphics-one {
	position: absolute;
	left: 0;
	top: -104px;
	width: 100%;
	height: 374px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 1550px) {
	.graphics-one {
	    height: 268px;
	}
}
@media (max-width: 1199px) {
	.graphics-one {
	    height: 200px;
	    top: -50px;
	}
}
@media (max-width: 991px) {
	.graphics-one {
	    height: 134px;
	    top: -30px;
	}
}
@media (max-width: 767px) {
	.trusted-favicon {
	    margin: -40px auto 0;
	    width: 80px;
	    height: 80px;
	}
	.trusted-favicon img {
		width: 60px;
	}
	.graphics-one {
        height: 64px;
        top: -26px;
    }
}