.news-section {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  font-size: 35px;
}

hr {
  margin-top: 0;
}

@media (min-width:1200px){
  .cl-3 {
    clear: left;
  }
}

.btn-default {
    color: #333;
    background-color: #009688;
    border-color: #009688;
    border-radius:0px;
    color:#fff;
}

#blog-section {
  margin-top:40px;
  margin-bottom:80px;
}

.content-title {
  padding:5px;
  background-color:#fff;
  height: 100px;
}
.content-title h3 a {
  color:#286420;
  text-decoration:none;
  transition: 0.5s;
}

.content-title h3 a:hover {
  color:#F39C12;
}

.content-footer {
  background-color:#286420;
  color: white;
  padding:10px;
  position: relative;
}

a.news-content-wrap {
  display: block;
  text-decoration: none;
  margin-top: 30px;
  -webkit-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
  -moz-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
  box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
  position: relative;
  overflow: hidden;
}

a.news-content-wrap img {
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-width: 100%;
  height: 180px;
  margin-bottom: 1rem;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.news-content-wrap:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width:768px){
    .user-ditels {   
      right: 5px;   
  }  
}

.widget-sidebar {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
}

.title-widget-sidebar {
    font-size: 14pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;    
    margin-top: 0px;
}

ul.recent-post-wrap {
  padding-left: 0;
}

.recent-post{
  width: 100%;
  height: 80px;
  list-style-type: none;
}

.post-img img {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 15px;
    border: 5px solid #16A085;
    transition: 0.5s;
}

.recent-post a {
  text-decoration: none;
  color:#286420;
  transition: 0.5s;
}

.post-img, .recent-post a:hover{
  color:#F39C12;
}

.post-img img:hover{
  border: 5px solid #F39C12;
}
