  .content p{
  color:#515c66;
  text-transform:none;
  font-size: 14px;
  line-height: 1.6;
}
/*.content h3{ 
	font-family: sans-serif;
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
	color:#58585a;
 } */
.content .img-card {
  height:100%; 
  width: 200px;
  /*border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
  overflow: hidden;*/
  float:right;
  margin-left: 10px;
}  
.content .img-card img{
  height:100%; 
  width: 200px;
  object-fit: scale-down;
  
}   
.content .card-title{
   color:#00407a;
    font-weight: 600;
    text-transform: uppercase;
 } 
 
.content .nav > li > ul > li {
  list-style: none;
  padding:5px;
}

.content .nav > li > ul > li a:hover{
  text-decoration:none;
  font-weight:600;
  color:#932439;
}