.cs-title {
	font-family: Poppins;
	text-align: center;
	color: #256aa6;
	font-weight: bold;
	line-height: normal;
	font-size: 30px;
}


.btn-infos:hover,
.btn-infos:focus:hover{
	background: linear-gradient(to right,#10b5b8 , #2b6fab 90%);
	color:  #ffffff;
}

.bs-button:hover,
.bs-button:focus:hover{
	background: linear-gradient(to right,#10b5b8 , #2b6fab 90%);
	color:  #ffffff;
}

@media (min-width: 1280px) {
	.bs-button-right{
	  float: right;
	  font-family: Poppins;
	  font-size: 14px;
	  color: #2b6fab;
	  padding: 10px 20px 10px 20px;
	  position: relative;
	  border: 1px solid #2b6fab;
	  border-radius: 10px;
	}
	.bs-button-left{
	  float: left;
	  font-family: Poppins;
	  font-size: 14px;
	  color: #2b6fab;
	  padding: 10px 20px 10px 20px;
	  position: relative;
	  border: 1px solid #2b6fab;
	  border-radius: 10px;
	}
	.btn-infos{
	  width: 24%;
	}
}
@media (max-width: 1279px) {

	.bs-button-right{
	  font-family: Poppins;
	  font-size: 14px;
	  color: #2b6fab;
	  padding: 10px 20px 10px 20px;
	  position: relative;
	  border: 1px solid #2b6fab;
	  border-radius: 10px;

	}
	.bs-button-left{
	  font-family: Poppins;
	  font-size: 14px;
	  color: #2b6fab;
	  padding: 10px 20px 10px 20px;
	  position: relative;
	  border: 1px solid #2b6fab;
	  border-radius: 10px;
	}
	.btn-android-right{
		float: right;
	}
	.btn-android-left{
		float: left;
	}

}
.tentang-kami{
	font-family: Poppins;
	text-align: justify;
	font-size: 12px;
	color: solid #ffffff;
	font-weight: bold;
}
.redaksi-title{
	color: #2b6fab;
	font-weight: bold;
	padding-bottom: 10px;
}
.dashed{
	border: 1px dashed #2b6fab ;
	margin-left: 10px;
}