/* Desktop */ 
@media only screen and  (min-width: 1131px) { 
	.content_right .phone-pulse {
		display: flex;
		align-items: center;
	}
}
/* Tablet */
@media only screen and  (min-width: 481px)  and (max-width: 820px) {  

	.content_right h1.name {
		font-size: 46px;
		line-height: 46px;
		letter-spacing: 0.6999999284744263px;
		margin-block-start: 0px;
	}
	.content_right h2.position {
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.6999999284744263px;
	margin-block-end: 0px;
	padding-bottom: 52px;
	}
	.section_content .content_wrap { 
		flex-direction: column;
		padding-top: 42px;
		padding-bottom: 71px;
		gap: 42px;
		width: auto;
	}
	.section_content {
		background: linear-gradient(180deg, #808BEC 71%,  #ffffff 29%) !important;
	}
	.content_right .contact {
		margin-top: 0px;
	
	}
	.content_right .phone-pulse {
		display: flex;
		align-items: center;
	}
	.content_right .pulsating-circle {
		width: 40px;
		height: 40px;
		margin-right: 9px;
	}
	.content_right .aphone {
		padding-top: 2px;
	}
	.content_right .contact h2 {
		margin-block-start: 0px;
		padding-top: 40px;
	}
	.content_right .socials {
		max-width: 320px;
	}
	.content_right .contact .email {
		margin-top: 28px;
	}
	.footer {
		position: absolute;
	}
	.footer .footer_wrap {
		max-width: 510px;
	}
	.section_content {
		background: linear-gradient(180deg, #808BEC 71%,  #ffffff 29%) !important;
	}
	}
	/* Phone */
	@media only screen and (max-width: 480px) {  
		.section_content .content_wrap { 
			flex-direction: column;
			padding-top: 42px;
			padding-bottom: 29px;
			gap: 28px;
			width: auto;
		}
		.content_wrap .content_left img {
			max-width: 220px;
		}
		.content_right h1.name {
			font-size: 28px;
			line-height: 28px;
			letter-spacing: 0.7px;
			margin-block-start: 0px;
			margin-block-end: 12px;
		}
		.content_right h2.position {
			font-size: 20px;
			line-height: 20px;
			letter-spacing: 0.7px;
			margin-block-start: 0px;
			margin-block-end: 0px;
		}
		.section_content {
			background: linear-gradient(180deg, #808BEC 66%,  #ffffff 34%) !important;
		}
		.content_right .contact h2 { 
			font-size: 16px;
			font-weight: 500;
			line-height: 16px;
			letter-spacing: 3px;
			margin-block-start: 0px;
			margin-block-end: 0px;
			margin-top: 60px;
		}
		.content_right .contact {
			margin-top: 0px;
		}
		.content_right .phone-pulse {
			display: flex;
			align-items: center;
		}
		.content_right .pulsating-circle {
			width: 28px;
			height: 28px;
			margin-right: 9px;
		}
		.content_right .aphone {
			padding-top: 2px;
		}
		.content_right .socials {
			max-width: 160px;
		}
		.content_right .socials svg {
			max-width: 28px;
		}
		.footer {
			position: absolute;
		}
		.footer .footer_wrap {
			max-width: 250px;
		}
		.footer .footer_wrap a, .footer .footer_wrap span { 
			font-size: 10px;
			font-weight: 400;
			line-height: 12px;
			letter-spacing: 0.6999999284744263px;
		}
	}