@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
.center-banner, .social-media {
	display: flex;
	justify-content: center;
}
.president-image img {
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	width: 195px;
	height: 195px;
	border: 7px solid #0E477A;
	position: relative;
	top: 8%;
	left: 8%;
}
.circle-bg {
	height: 250px;
	width: 250px;
	background: #DBE7F1;
	border-radius: 50%; 
	z-index: -1;
	display: flex;
	margin: 0 auto;
}
<!--About section-->
.president-about p {
	text-align: justify;
}
<!--Social media Promote-->
.col {
	display: flex;
	flex-direction: column;
}
.promote-banner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	max-width: calc(100%);
	padding: 15px;
	min-height: 300px;
}
.responsive-banner {
	display: inline-block;
	margin: 50px;
	width: 60%;
	max-width: 490px;
	min-width: 340px;
	position: relative;
	min-height: min-content;
	border-radius: 10px;
	background: linear-gradient(138deg, #0063b9 0%, #004e93 5%, #009cfd 40%);
	background-repeat: no-repeat;
	text-align: left; 
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.banner-text {
	color: #fff;
}
.follow {
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
	font-size: 3em;
}
.prez {
	font-size: 2em;
	font-weight: 600;
}
.title {
	font-size: 1rem;
}
.social-handle {
	color: #212121;
	font-size: 2em;
	font-weight: 900;
	letter-spacing: 1px;
}
svg, president-image.img {
	fill: rgba(0, 0, 0, 0.1);
	position: absolute;
	padding: 0px 5px;
}
.cirle-a {
	bottom: -80px;
	left: -80px;
}
.cirle-b {
	top: -30px;
	right: 70%;
}
.cirle-c {
	top: -330px;
	right: -300px;
}
.cirle-d {
	top: 195px;
	right: 145px;
}
@media only screen and (min-width: 600px) {
	.president-image img {
		width: 215px;
		height: 215px;
	}
	.circle-bg {
		height: 265px;
		width: 265px;
	}
	.follow {
		font-size: 4em;
	}
}
.promote-banner {
	padding: 30px;
}
@media only screen and (min-width: 900px) { 
	.promote-banner {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		max-width: calc(100%);
		padding: 30px;
		min-height: 300px;
		max-height: 450px;
	}
	.responsive-banner {
		display: inline-block;
		margin: 20px;
		max-width: 100vw;
		min-width: 320px;
		position: relative;
		min-height: fit-content;
		max-height: 450px;
		width: 100%;
	}
	.president-image {
		padding-right: 50px;
	}
	.title {
		font-size: 1.2rem;
	}
}
@media only screen and (min-width: 1500px) {
	.responsive-banner {
		max-height: 600px;
		overflow: hidden;
	}
	.president-image img {
		width: 260px;
		height: 260px;
	}		
	.circle-bg {
		height: 330px;
		width: 330px;
		background: #DBE7F1;
		border-radius: 50%; 
		z-index: -1;
		display: flex;
		margin-right: 50px;
	}
	.follow {
		font-size: 5em;
	}
	.prez {
		font-size: 2.5em;
	}
	.title {
		font-size: 1.5em;
	}
	.social-handle {
		font-size: 4em;
	}
	.logo {
		flex-basis: 10%;
		position: relative;
		right: 20%;
	}
	.logo img {
		width: 100%;
	}
	svg, president-image.img {
		fill: rgb(255 255 255 / 10%);
		position: absolute;
		padding: 0px 5px;
	}
}
