.our-blog h6 {
  font-size: 10px;
  color: #627792;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
  line-height: 1.35em;
  margin-bottom: 6px;
}
.our-blog h3 {
  font-weight: 500;
  color: #1e73be;
  font-size: 1.875rem;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 40px;
}
.our-blog .blog-container {
  margin: 0 -15px;
}
.our-blog .blog-container .hs-item {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.our-blog .blog-container .recent-post-item {
  margin-bottom: 30px;
}
.our-blog .recent-post-item a {
  color: inherit;
  font-size: 15px;
  background: #f3f6f9;
  overflow: hidden;
  display: block;
  height: 100%;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.our-blog .recent-post-item .post-image {
  position: relative;
  overflow: hidden;
  background-color: #1e73be;
}
.our-blog .recent-post-item .post-image img {
  vertical-align: top;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  filter: grayscale(100);
  filter: alpha(opacity=80);
  -webkit-opacity: .8;
  -khtml-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.our-blog .recent-post-item a:hover .post-image img {
  transform: scale(1.1);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  filter: grayscale(0);
}
.our-blog .recent-post-item .post-wrap {
  padding: 30px 10% 7% 10%;
}
.our-blog .recent-post-item .post-wrap .post-date {
  font-size: 14px;
}
.our-blog .recent-post-item .post-wrap h2.post-title {
  font-weight: 500;
  color: #1e73be;
  font-size: 1.25rem;
  line-height: 1.45em;
  margin: 5px 0 20px 0;
}
.our-blog .recent-post-item .post-wrap .button {
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.06);
  -ms-box-shadow: 0 1px 2px rgba(0,0,0,.06);
  -o-box-shadow: 0 1px 2px rgba(0,0,0,.06);
  box-shadow: 0 1px 2px rgb(0 0 0 / 6%);
  background: #fff;
  height: 55px;
  font-family: Rubik;
  font-weight: 500;
  color: #f68b1f;
  text-transform: none;
  font-size: 1rem;
  line-height: 55px;
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  border: 1px solid rgba(14,43,92,.1);
  border-radius: 5px;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.our-blog .recent-post-item .post-wrap .button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -2px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  background-color: #f68b1f;
}
.our-blog .recent-post-item .post-wrap .button:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}
.our-blog .recent-post-item .post-wrap .button:hover {
  color: #fff;
  border-color: #f68b1f;
}
.our-blog .col-right .cm-recent-blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}
.our-blog .col-right .cm-recent-blog-wrapper .recent-post-item {
  width: 50%;
  clear: both;
  padding: 0 15px;
  margin-bottom: 30px;
}
.our-blog .col-right .cm-recent-blog-wrapper .post-wrap {
  padding: 25px 10% 60px 10%;
}
.our-blog .col-right .cm-recent-blog-wrapper .post-wrap .post-date {
  position: absolute;
  left: 10%;
  bottom: 20px;
  font-size: 14px;
}
.our-blog .col-right .cm-recent-blog-wrapper .post-wrap h2.post-title {
  font-size: 1rem;
  line-height: 1.45em;
  margin: 0;
}
.our-blog .col-right .cm-recent-blog-wrapper .recent-post-item img {
  height: 7.42vw;
  object-fit: cover;
  width: 100%;
}
.our-blog .bottom-content {
  padding-top: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 992px){
  .our-blog .col-right .cm-recent-blog-wrapper .recent-post-item {
    width: 33.3333333%;
  }
  .our-blog .col-right .cm-recent-blog-wrapper .post-wrap h2.post-title {
    font-size: 12px;
    word-break: initial;
  }



}
@media (max-width: 767px){
  .our-blog .blog-container .hs-item {
    width: 100%;
    float: none;
  }
  .our-blog .col-right .cm-recent-blog-wrapper .recent-post-item img {
    height: 20.905vw;
  }
}

@media (max-width: 544px){
  .our-blog .col-right .cm-recent-blog-wrapper .recent-post-item {
    width: 100%;
  }
  .our-blog .col-right .cm-recent-blog-wrapper .recent-post-item img {
    height: 43.416vw;
  }
}
