@media only screen and (max-width:1440px){
	.container {
    	max-width: 1140px;
	}
	header .logo img {
    	max-width: 220px;
	}
	.content_section h1 {
    	font-size: 38px;
	}
	.content_section p {
    	font-size: 26px;
	}
	.content_section h4 {
    	font-size: 30px;
	}
	.investment_logos .leftCol p {
    	font-size: 28px;
	}
	.investment_logos_wrap .rightCol img {
    	max-width: 220px;
	}
	.investment_logos_wrap .rightCol {
	    width: calc(100% - 400px);
	}
	.contact_info_wrap .leftCol h6 {
    	font-size: 30px;
	}
	.contact_info_wrap .leftCol p {
    	font-size: 18px;
	}
	.contact_info_wrap .leftCol ul li a {
    	font-size: 18px;
	}
	.contact_info_wrap .leftCol {
    	max-width: 450px;
	}
	.footer_logo a img {
    	max-width: 220px;
	}
	.copyrights_section {
		font-size: 18px;
	}
}
@media only screen and (max-width:1280px){

}
@media only screen and (max-width:1200px){
	header .logo img {
    	max-width: 200px;
	}
	.content_section h1 {
    	font-size: 32px;
	}
	.content_section p {
    	font-size: 22px;
	}
	.content_section h4 {
	    font-size: 24px;
	}
	.investment_logos_wrap .rightCol {
	    width: calc(100% - 330px);
	    justify-content: space-around;
	}
	.investment_logos .leftCol p {
	    font-size: 24px;
	}
	.investment_logos_wrap .rightCol img {
	    max-width: 180px;
	}
	.investment_logos_wrap .rightCol img:nth-child(3) {
		max-width: 150px;
	}
	.contact_info_wrap .leftCol {
	    max-width: 400px;
	}
}
@media only screen and (max-width:1024px){
	.content_section h1 {
    	font-size: 28px;
	}
	.content_section p {
	    font-size: 20px;
	}
	.content_section h4 {
	    font-size: 22px;
	}
	.investment_logos .leftCol p {
	    font-size: 22px;
	}
	.investment_logos_wrap .rightCol {
    	width: calc(100% - 280px);
	}
	.contact_info_wrap .leftCol {
	    max-width: 370px;
	}
	.footer_logo a img {
	    max-width: 200px;
	}
}
@media only screen and (max-width:910px){
	.content_section h1 {
    	font-size: 24px;
	}
	.investment_logos_wrap {
    	flex-direction: column;
    	gap: 15px;
	}
	.investment_logos_wrap .rightCol {
	    width: calc(100% - 0px);
	    justify-content: center;
	    gap: 20px;
	}
	.contact_info_section {
	    padding: 50px 0;
	}
	.contact_info_wrap {
	    flex-direction: column;
	    justify-content: center;
	    gap: 30px;
	}
	.contact_info_wrap .leftCol {
	    max-width: 100%;
	    text-align: center;
	}
	.contact_info_wrap .leftCol ul li {
		align-items: center;
	}
	.footer_logo a img {
	    max-width: 180px;
	}
	.copyrights_section {
	    font-size: 16px;
	}
}
@media only screen and (max-width:767px){
	body {
		padding: 5px;
	}
	.container {
	    padding: 0;
	}
	header .logo img {
    	max-width: 150px;
	}
	.content_section-wrap {
    	text-align: center;
	}
	.content_section h4 {
	    font-size: 20px;
	}
	.investment_logos_wrap .rightCol img {
	    max-width: 150px;
	}
	.investment_logos_wrap .rightCol img:nth-child(3) {
	    max-width: 120px;
	}
	.footer_logo a img {
	    max-width: 150px;
	}
}
@media only screen and (max-width:575px){
	header .logo img {
	    max-width: 120px;
	}
	.content_section {
	    padding: 30px 0;
	}
	.content_section h1 {
	    font-size: 20px;
	}
	.content_section p {
	    font-size: 16px;
	}
	.content_section h4 {
	    font-size: 18px;
	}
	.investment_logos_wrap .rightCol {
	    flex-direction: column;
	}
	.investment_logos_wrap .rightCol img:nth-child(2) {
		max-width: 180px;
	}
	.contact_info_wrap .leftCol p {
	    font-size: 16px;
	}
	.contact_info_wrap .leftCol ul li a {
	    font-size: 16px;
	}
	.copyrights_section {
	    font-size: 14px;
	}
}
@media only screen and (max-width:385px){
	.content_section h1 {
    	font-size: 18px;
	}
	.content_section p {
	    font-size: 12px;
	}
	.content_section h4 {
    	font-size: 16px;
	}
	.investment_logos .leftCol p {
	    font-size: 18px;
	}
	.contact_info_wrap .leftCol h6 {
	    font-size: 24px;
	}
	.copyrights_section {
	    font-size: 12px;
	}
}