/** START BLOG */ 
.blog .page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog #primary .page-header h1 {
  color: #07374e;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: right;
}
.blog #sergic-block-banner-pages img {
  object-position: right;
}
.wrapper-post {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}
.wrapper-post .alm-reveal {
  display: flex;
  flex-wrap: wrap;

}
.wrapper-post img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  max-height: 230px;
}
.wrapper-post li {
  margin: 1rem auto 0;
  padding: 25px;
}
.wrapper-post li:nth-child(3n-2) {
  padding-left: 0;
}
.wrapper-post li:nth-child(3n-1) {
  padding: 25px 12.5px;
}
.wrapper-post li:nth-child(3n) {
  padding-right: 0;
}
.wrapper-post a {
  text-decoration: none;
}
.wrapper-post li h2 {
  margin: 1rem 0 0.5rem;
  color: #07374e;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wrapper-post li a {
  display: block;
}
.wrapper-post li a:hover {
  text-decoration: none !important;
}
.wrapper-post li a:hover h2 {
  color: #0e6e9c;
  text-decoration: underline !important;
}

.wrapper-post li span {
  color: #07374e;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin: 15px 0;
  display: inline-block;
}
.wrapper-post li p {
  color: #07374e;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: justify;
}

.wrapper-post li a:hover span,
.wrapper-post li a:hover p {
  text-decoration: none;
}

.alm-btn-wrap .alm-load-more-btn {
  color: #07374e !important;
  font-family: "Raleway", sans-serif;
  font-size: 16px  !important;
  border-radius: 25px !important;
  background-color: #fff !important;
  border: 1px solid #0093e6 !important;
}

body.blog {
  background-color: #fff;
}

.blog .custom-header.navbar,
.blog .homebanner {
  display: none;
}

.blog #primary.container {
  padding: 0px 0;
}
