/*core value*/

.values
{
	width: 80%;
    margin: 20px auto;
}
    .values h4
{
    padding: 20px 0px 10px;
    color: #00264a;
}
.v-details
{
	padding: 20px;
    background: #24acce;
}
.v-detail2
{
background: #f48518;
}
.v-detail3
{
	background: #679423;
}
.v-detail4
{
	background: #d9002a;
}
.v-details ul
{
	list-style: none;
    color: white;
    font-weight: 500;
}
.core-v
{
    width: 350px;
    margin: 85px auto 20px auto;
}
.core-d
{
	background: #00264a;
}
.core-d h3
{
	font-size: 20px;
    text-align: center;
    color: white;
}
.core-d ul
{
	list-style: inherit;
    padding: 20px;
}
.core-d ul li
{
	    margin: 10px 0px;
}

@media (max-width: 576px)
{
    .core-v
{
    width: 300px;
}
/*core value end*/