.latest-blog-section {
  padding-bottom: 40px;
  overflow-X: hidden;
}

.latest-blog-section .head-section {
  margin-bottom: 40px;
  margin-top: 20px;
  width: 100%;
}

.latest-blog-section .common-head {
  margin: 0;
  position: relative;
  width: 100%;
  font-family: Cinzel, serif;
/*   text-transform:uppercase; */
  font-size: 24px;
  text-align: center;
}

.latest-blog-section .head-section span {
  font-size: 22px;
  text-align: center;
  display: block;
  font-family: Cinzel, serif;
/*   font-family:mr-eaves-sans, sans-serif;
  text-transform:uppercase; */
}


.latest-blog-section .common-head::before {
  background: #000;
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 13px;
}

.latest-blog-section .head-section .common-head>span {
  font-size: 30px;
  position: relative;
  background: #fff;
  padding: 0 50px;
  display:inline;
  font-family: Cinzel, serif;
/*   font-family:mr-eaves-sans, sans-serif;
  text-transform:uppercase; */
}

.latest-blog-section .inner-latest-blog-content {
  background: rgba(93, 110, 48, 0.8);
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  padding: 18px;
  position: absolute;
}

.latest-blog-section .inner-latest-blog-content h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  font-family: Cinzel, serif;
/*   font-family:mr-eaves-sans, sans-serif;
  text-transform:uppercase; */
  min-height: 80px;
  text-shadow: 1px 1px 0 #000;
}

.latest-blog-section .inner-latest-blog-content p {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 20px;
/*   font-size: 15px; */
  font-size:18px;
  line-height: 22px;
  color: #fff;
  min-height: 70px;
}
.latest-blog-section .btn-common {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 10px;
  border-radius: 1px;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  background: 0 0;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  border-color: #ccc;
}

.latest-blog-section .btn-common:hover {
  background: #9EB16B;
  color: #fff;
  border-color: #adadad;
}

.latest-blog-section .inner-latest-blog {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.latest-blog-section .latest-blog-details  img{
  width:100%;
}

.latest-blog-section .btn-common:focus{
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
  text-decoration:none;
}
@media only screen and (min-width: 768px){
  .latest-blog-section .row.padd-5 {
    margin-left: -8px;
    margin-right:-8px;
  }
}

@media only screen and (min-width: 992px){
  .latest-blog-section .latest-blog-details .row.padd-5 {
    margin-right: -8px;
    margin-left: -8px;
  }
  .latest-blog-section .latest-blog-details .common-head::before {
    width: 95%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px){
  .latest-blog-section .latest-blog-details img {
    min-height: 280px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px){
  .latest-blog-section.latest-blog-details img {
    min-height: 264px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px){
  .latest-blog-section .inner-latest-blog-content h4{
    font-size: 18px;
    margin: 0;
    min-height: auto;
  }
  .latest-blog-section .inner-latest-blog-content p{
    margin-top: 10px;
    padding-top: 5px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .latest-blog-section .inner-latest-blog{
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px){
  .latest-blog-section .head-section .common-head>span {
    font-size: 25px;
    padding: 0 15px;
  }
  .latest-blog-section .head-section span {
    font-size: 18px;
  }
  .latest-blog-section .inner-latest-blog{
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px){
  .latest-blog-section .inner-latest-blog-content h4{
    font-size: 18px;
    min-height: auto;
  }
  .latest-blog-section .inner-latest-blog-content p{
    margin-top: 10px;
  }
  .latest-blog-section .btn-common{
    font-size: 14px;
  }
}
@media only screen and (max-width: 370px){
  .latest-blog-section .latest-blog-details img {
    min-height: 265px;
  }
}