

.container1 {
	height: 150px;
	width: 350px;
	margin: 50px auto;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.container2 {
	height: 150px;
	width: 800px;
	margin: 50px auto;
}

.container2 .container1{
	float:left;
	margin: 0px 10px 0px 30px;
}

.cl-img {
	float: left;
	height: 150px;
	width: 150px;
}

.cl-img img {
	border-style: solid;
	border-color: #000000;
	border-radius: 7px 0 0 7px;
}

.cl-info {
	float: left;
	height: 150px;
	width: 200px;
	border-radius: 0 7px 10px 7px;
	background-color: #ffffff;
}

.cl-text {
	height: 120px;
	width: 200px;
}
  
.cl-text h1 {
	margin: 10px 0 0 20px;
	text-decoration: underline;
	font-size: 15px;
	color: #003dad;
}
  
.cl-text h2 {
	margin: 5px 0 27px 20px;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.1em;
}

.frame {
	width: 90%;
	margin: 40px auto;
	text-align: center;
  }

  .custom-btn {
	margin: 20px;
	width: 200px;
	height: 100px;
	color: #ffffff;
	border-radius: 5px;
	padding: 10px 25px;
	font-weight: 500;
	font-size: 20px;
	background-color: #70a2ff;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
  }

  .custom-btn:hover {
	transform: scale(1.05);
	color: #000000;
  }


@media all and (max-width:768px) {

		
	body .memberchart .container1{
		transform: scale(0.8);
		margin: 20px auto;
		
	}
	body .memberchart .container2{
		width: 350px;
		height: 300px;
		margin: 25px auto;
	}
	body .memberchart .container2 .container1{
		float: unset;
		margin: 15px auto;;
	}

	#ip1 .container1{
		transform: scale(0.8);
		margin: 20px auto;
		
	}
	#ip1 .container2{
		width: 350px;
		height: 300px;
		margin: 25px auto;
	}
	#ip1 .container2 .container1{
		float: unset;
		margin: 15px auto;;
	}

}