#blogs > section.sec_blog.text-center.text-lg-left > img.img-fluid.floating-img-right.d-none.d-lg-block{
  top: 900px;
  z-index: -1;
}
#pills-tabContent > div.tab-pane.fade.show.active > div.card-deck > div > div > a:hover{
  color: #5d2e14 !important;
}
#pills-tabContent > div.tab-pane.fade.show.active > div.card-deck > div > div > h5 > a:hover {
  color: #5d2e14 !important;
}
.test > a > img{
  max-width: 100% !important;
}
/*@media (max-width: 576px){*/
  /*.test{
    max-width: 100% !important;
  }*/
/*}*/

#blog-landing .sec_hero {
  background: url(../img/BlogBanner.png);
  height: 375px;
}

#blog-landing .nav-pills .nav-link {
  border-radius: 1.5rem;
  font-family: "chivo-r";
  min-width: 150px;
}

#blog-landing .btn-outline-danger {
  color: #5d2e14;
  border-color: #d7844a;
}

#blog-landing .btn-outline-danger.active {
  color: #d7d7d7;
  border-color: #d7844a;
}

#blog-landing .btn-outline-danger:hover {
  color: #fff;
  background-color: #d7844b;
  border-color: #dbd3c3;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d7844b;
  border-color: #dbd3c3;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(215 132 75 / 0.45);
}

#blog-landing section.sec_blog .card {
  min-width: 30% !important;
  border: 0px;
  /* border-radius: 0.5rem; */
  /* padding: 1.5rem; */
  /* border-radius: 10px; */
  transition: all 300ms linear 0s;
  background: #fff;
  margin-bottom: 30px;
}

#blog-landing section.sec_blog .card:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  border-color: #fff;
  transition: all 300ms linear 0s;
}

#blog-landing .pagination li {
  display: inline-block;
  padding: 2px 10px;
}

#blog-landing .pagination li.active {
  background: #ece4e4;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #blog-landing section.sec_blog .card-deck .card {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 15px;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) and (max-width: 425px) {
  #blog-landing .nav-pills .nav-link {
    min-width: auto;
    width: 137px !important;
  }
	#blog-landing section.sec_blog .card {
		min-width: 100% !important;
	}
}

@media (min-width: 767px) and (max-width: 769px) {
  #blog-landing section.sec_blog .card {
    min-width: 100% !important;
  }
	#blog-landing section.sec_blog .card {
		min-width: 100% !important;
	}
}
@media (min-width: 300px) and (max-width: 768px) {
	#blog-landing section.sec_blog .card {
    min-width: 100% !important;
  }
}