/*--- Back to top button position Start ---*/
#pagewrap .back-top.back-top-float {
    margin-right: 70px !important;
}

#footer .back-top-float, #pagewrap .back-top-float {
    background-color: #febb02;
}
/*--- Back to top button position End ---*/


/*--- Content Card Customization ---*/

.content_cards_card .content_cards_image img {
  width: 400px;
  height: 181px;
}
.content_cards_card {
height: 430px;
}
.content_cards_card {
background-color: #fff;
border: 1px solid;
border-color: #e9eaed #dadada #ccc;
padding: 11px;
margin-bottom: 20px;
max-width: 600px;
margin-left: 0px;
margin-right: 0px;
}

.content_cards_card .content_cards_title {
font-size: 16px;
line-height: 1.5;
color: #141412;
font-weight: 700;
margin: 10px 15px 7px 15px;
text-align: left;
}

.content_cards_card .content_cards_description {
font-size: 80%;
font-weight: normal;
line-height: 1.5;
color: #b1b1af;
margin: 7px 15px 10px 15px;
text-align: left;
}

html body .content_cards_card a, html body .content_cards_card a:visited, html body .content_cards_card a:active {
box-shadow: none;
color: #141412;
text-decoration: none;
font-weight: 600;
}