.content__area{
	padding: 30px 0;
}

.cs-products-tabs p {
	text-transform: none;
	letter-spacing: 0.5px;
	color: #333333;
	font-size: 15px;
	}
.tab-title{
	font-family: "Nunito Sans";
	font-weight: 400;
}

.tab__button:hover p{ 
	color: white;
}

.tab__button{
	border: none!important;
	background-color: #EDF3F8!important;
	margin: 5px 0;
}
.tab__button:hover{
	background-color: #0558A2!important;
	color: white;
}

[aria-selected="true"]{
  background-color: #0558A2!important;
}
[aria-selected="true"] p {
  color: white!important;
}


