body{
font-family: 'Poppins', sans-serif;
background-color: #bacef6;
}



.text-align{
 text-align: center;
}
.title {
  
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin: 0px;
   
}

.bac{
background: rgb(34,193,195);
background: linear-gradient(0deg, rgba(34,193,195,1) 25%, rgba(72,116,244,1) 100%, rgba(188,210,4,1) 100%);
padding: 30px 0px; }
.bac2{
	background: #f8f9fa;
	padding-bottom: 30px;
}
.bac2 p{
	color: #514e4e;

font-size: 16px;

margin-bottom: 14px;
}
.bac2 button {
	margin-left: 24px;
	margin-bottom:20px;
}
.bac2 h2 { 
	margin-top: 30px;
	margin-bottom:20px;
}
.bac3{
	
	color: #fff;
	padding-top: 25px;
	padding-bottom: 5px;
	background: #000;
}
.bac3 h2{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}
.bac3 p{font-size:14px; margin-top:20px;}
li{
	list-style: none;
}
.bac3 a{

  color: #fff;
}
.bac3 li {
	padding: 15px 0px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}