#sc-1 .post-thumbnail a.ratio--custom {
padding-bottom: 70%;
}
#sc-1 .post-content{
padding: 5px 0 15px;
}
#sc-1 .post-content .title >a{
text-transform: uppercase;
font-size: 15px;
font-weight: bold;
}
.post-thumbnail{
position: relative;
}
.post-thumbnail:hover .hover-show {
opacity: 1;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
#sc-1 .section-title {
font-weight: bold;
position: relative;
color: #45C14D;
margin-bottom: 15px;    
}
#sc-1 .section-title::before{
content: "";
width: 37%;
position: absolute;
height: 2px;
background-color: #cccc;
left: 0;
top: 50%;
transform: translateY(-50%);
}
#sc-1 .section-title::after{
content: "";
width: 37%;
position: absolute;
height: 2px;
background-color: #cccc;
right: 0;
top: 50%;
transform: translateY(-50%);
}
#sc-1 .section-title b {
line-height: 1.6;
position: relative;
display: table;
margin: 0 auto;
font-family: "UTM AvoBold";
}
#sc-1 .section-title b:before {
content: '\f005';
font-family: "Font Awesome 5 Free";
font-weight: bold;
margin-right: 10px;
}