.blog {
  margin-bottom: 20px;
}

.blog-items .items::after {
  content: "";
  display: block;
  clear: both;
}
.blog-items .item {
  float: right;
  width: 32.7795527157%;
  height: 335px;
  margin: 0 0 20px 0.7667731629%;
  text-align: center;
  transition: box-shadow 0.7s ease-in-out;
  -webkit-transition: box-shadow 0.7s ease-in-out;
  -moz-transition: box-shadow 0.7s ease-in-out;
  -ms-transition: box-shadow 0.7s ease-in-out;
  -o-transition: box-shadow 0.7s ease-in-out;
}
.blog-items .item, .blog-items .item .bot, .blog-items .item .name {
  background-color: #fff;
}
.blog-items .item:hover {
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
}
.blog-items .item:hover .image:before, .blog-items .item:hover .image:after {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.blog-items .item:hover .name:after {
  width: 30px;
}
.blog-items .item:hover .button:after {
  display: inline-block;
}
.blog-items .item:nth-child(3n) {
  margin-left: 0;
}
.blog-items .item .image {
  display: block;
  height: 215px;
  position: relative;
}
.blog-items .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.blog-items .item .bot {
  padding: 0 9.746588694%;
}
.blog-items .item .bot > span {
  color: #646464;
  font-size: 15px;
  display: block;
}
.blog-items .item .name {
  font-weight: 500;
  max-width: 83.2929782082%;
  padding: 10px 3.8986354776% 5px;
  margin: -25px auto 0 auto;
  position: relative;
  z-index: 1;
}
.blog-items .item .name:after {
  content: "";
  display: block;
  background-color: #f2778d;
  margin: 7px auto 3px;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.blog-items .item .button {
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  line-height: 25px;
  margin-top: 20px;
  height: 26px;
  font-weight: 200;
  border: 1px solid #dedede;
  color: #B30000;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}
.blog-items .item .button, .blog-items .item .button:after {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.blog-items .item .button:hover {
  background-color: #f25571;
  border-color: #f25571;
  color: #fff;
}
.blog-items .item .button:hover:after {
  border-color: #fff;
}
.blog-items .item .button:after {
  content: "";
  display: none;
  border-top: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
  width: 3px;
  height: 3px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media all and (max-width: 768px) {
  .blog-items .item {
    float: none;
    width: auto;
    margin: 0 0 3%;
    position: relative;
  }
  .blog-items .item .bot {
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
    padding: 0 3%;
  }
  .blog.blog-items {
    margin-bottom: 0;
  }
  .blog.blog-items .inner {
    padding-bottom: 0;
  }
}
@media all and (max-width: 425px) {
  .blog-items .item .name {
    max-width: 100%;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1635px) and (min-width: 769px) {
  .blog-items .item {
    position: relative;
    height: 20.4892966361vw;
    margin-bottom: 1.2232415902vw;
  }
  .blog-items .item .bot {
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    bottom: 15px;
  }
  .blog-items .item .image {
    height: 12.2324159021vw;
  }
  .blog-items .item .image:after {
    margin-top: -40px;
  }
  .blog-items .item .name {
    max-width: none;
  }
}
@media all and (max-width: 1500px) and (min-width: 769px) {
  .blog-items .item .image {
    height: 11.0091743119vw;
  }
}
@media all and (max-width: 1300px) and (min-width: 769px) {
  .blog-items .item {
    height: 25vw;
  }
  .blog-items .item .image {
    height: 17vw;
  }
}
@media all and (max-width: 1200px) and (min-width: 769px) {
  .blog-items .item .name {
    font-size: 16px;
  }
  .blog-items .item span {
    font-size: 14px;
  }
  .blog-items .item .button {
    margin-top: 10px;
  }
}
@media all and (max-width: 1000px) and (min-width: 769px) {
  .blog-items .item {
    height: 33vw;
  }
  .blog-items .item .image {
    height: 23vw;
  }
}/*# sourceMappingURL=blog.css.map */