@media (min-width: 1200px){
	 
}
@media (min-width: 992px){
	 
}
@media (min-width: 768px){
	 
}

@media (max-width: 1199px){
	 
}
@media (max-width: 991px){
	 .group-information-col img {
		max-width: 50px;
	}
	.group-information-col-text {
		font-size: 22px;
		line-height: 26px;
	}
	.group-information-col {
		width: 215px;
		height: 215px;
	}
	.group-details-btm-col-text {
    	font-size: 28px;
	}
}
@media (max-width: 767px){
	 .group-details-btm-col-text {
		font-size: 14px;
		color: #fff;
		text-align: center;
		margin: 0 auto;
		min-height: 100px;
		padding: 25px 5px 20px;
	 	line-height: 20px;	
	}
	.group-details-btm-col.group-details-established {
		min-height: 205px;
	}
	.home-section-text h3 {
		font-size: 30px;
	}
	.home-section-logo img {
		max-width: 200px;
		width: 100%;
	}
	.group-details-btm-col-icon img {
		max-height: 60px;
	}
	.group-details-btm-col-icon {
		min-height: 80px;
	}
	.group-details-section-inner {
		padding: 40px 0 10px;
	}
	.group-details-btm-row h4 {
		font-family: inherit;
		font-size: 20px;
	}
	.about-founder-row-right {
		padding-left: 10px;
	}
	.about-founder-row-right-name h3 {
		font-size: 22px;
		margin: 0px 0 20px;
	}
	.about-founder-row-right-list ul li {
		font-size: 16px;
	}
	.about-founder-row-right-list ul {
		padding: 0 0 0 15px;
	}
	.about-founder-row-right-list {
		margin: 0 0 20px;
	}
	.about-founder-row-right-quote {
		margin: 0 0 20px;
	}
	.signature img {
		max-width: 130px;
	}
	.post {
		font-size: 22px;
	}
	.post-name {
		text-align: right;
		padding-right: 5px;
	}
	.contact-address {
		font-size: 20px;
		margin: 0 0 20px;
	}
	.contact-phone {
		font-size: 20px;
	}
	.about-founder-row-right-quote p {
		font-size: 16px;
	}
}
@media (max-width: 610px){
	 .group-information-col:first-child, .group-information-col:last-child {
		margin-top: 125px;
		position: relative;
		z-index: 1;
	}
	.group-information-col {
		width: 160px;
		height: 160px;
		padding: 8px;
	}
	.group-information-col-text {
		font-size: 16px;
		line-height: 24px;
	}
	.group-information-col img {
		max-width: 30px;
	}
}
@media (max-width: 380px){
	.group-information-col:last-child:after {
		content: '';
		position: absolute;
		top: -80px;
		height: 135px;
		width: 5px;
		background: #23240e;
		z-index: -1;
		left: -44px;
		margin: auto;
		transform: rotate(-50deg);
	}
	.group-information-col:first-child:after {
		content: '';
		position: absolute;
		top: -80px;
		height: 135px;
		width: 5px;
		background: #23240e;
		z-index: -1;
		right: -44px;
		margin: auto;
		transform: rotate(50deg);
	}
}
@media (min-width: 366px) and (max-width: 440px){
	 
} 	
@media (min-width: 320px) and (max-width: 460px){
	.group-information-col {
		width: 110px;
    	height: 110px;
	}
	.group-information-col-icon {
		max-height: 150px;
		margin: 0px 0 0;
	}
	.group-information-col-text {
		font-size: 12px;
		line-height: 16px;
		margin: 5px 0 0;
	}
}
@media (max-width: 500px){
	.group-details-btm-col {
		display: inline-block;
		width: 31.7%;
	}   
	.group-details-top-row h3 span {
		font-size: 37px;
	}
	.group-details-top-row h3 {
		font-size: 22px;
	}
	.home-section-text h3 {
		font-size: 22px;
	}
}
