.blog-grid {
  background-color: #f0f5f8;
  margin-top: -85px;
  padding: 165px 0 0 !important;
}
.blog-grid .pattern {
  position: absolute;
  left: -38px;
  bottom: 38px;
}
.blog-grid:after {
  content: "";
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 100%;
  height: 340px;
  background: #fff;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -o-transform: skewY(-7deg) translateZ(700px);
  -webkit-transform: skewY(-7deg) translateZ(700px);
  transform: skewY(-7deg) translateZ(700px);
}

.blog-grid .text-wrap h2 {
  font-size: 42px !important;
  font-weight: 300;
  line-height: 1.31;
  letter-spacing: 0.5px;
  color: #2c3843;
  text-align: center;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}
.blog-grid .grid-wrap {
  width: 100%;
  margin: 38px auto 0;
  z-index: 1;
  position: relative;
}
.blog-grid .grid-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.blog-grid .grid-wrap .img-box {
  height: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.blog-grid .img-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.blog-grid .grid-wrap .left-grid {
  float: left;
  width: 61.7%;
  padding-right: 16px;
}

.blog-grid .grid-wrap .left-grid .box-wrap {
  height: 501px;
}
.blog-grid .grid-wrap .left-grid .box-wrap:hover .btn-orange:after {
  right: 0px;
}
.blog-grid .grid-wrap .left-grid .img-box:after {
  display: none;
}
.blog-grid .grid-wrap .left-grid .img-box {
  height: 310px;
}
.blog-grid .grid-wrap .box-wrap {
  position: relative;
}
.blog-grid .grid-wrap .box-wrap .tiitle {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-transform: none;
  padding: 8px 14px;
  display: block;
  border-radius: 100px;
  background-color: #5fb4e4;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}
.blog-grid .grid-wrap .right-grid {
  float: left;
  width: 38%;
}
.blog-grid .grid-wrap .right-grid .box-wrap {
  height: 240px;
  margin-bottom: 17px;
  overflow: hidden;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.blog-grid .grid-wrap .box-wrap > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blog-grid .grid-wrap .left-grid .img-box {
  border-radius: 5px 5px 0 0;
}
.blog-grid .grid-wrap .right-grid .box-wrap .content-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-shadow: none;
  border: none;
  background-color: transparent;
  bottom: -27px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.blog-grid .grid-wrap .right-grid .box-wrap .content-wrap .btn-wrap {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-grid .grid-wrap .right-grid .box-wrap:hover .content-wrap {
  bottom: 0;
}
.blog-grid .grid-wrap .right-grid .box-wrap:hover .content-wrap .btn-wrap {
  opacity: 1;
}

.blog-grid .grid-wrap .right-grid .box-wrap .content-wrap h6 {
  color: white;
  margin: 5px 0 5px;
}
.blog-grid .grid-wrap .right-grid .box-wrap .content-wrap p {
  color: white;
  margin: 0;
}
.blog-grid .grid-wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.blog-grid .grid-wrap .img-box .play-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.9;
}

.blog-grid .grid-wrap .content-wrap {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #f0f0f0;
  background-color: #ffffff;
  padding: 23px 20px 9px;
}
.blog-grid .grid-wrap .left-grid .content-wrap {
  border-radius: 0 0 5px 5px;
  height: 188px;
}
.grid-wrap .contten-wrap .date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.86;
  color: #5b7d95;
}
.blog-grid .grid-wrap .content-wrap h6 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.21px;
  color: #2c3843;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  margin: 5px 0 10px;
}
.blog-grid .grid-wrap .content-wrap .date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.86;
  text-align: left;
  color: #5b7d95;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}
.blog-grid .grid-wrap .content-wrap p {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.35px;
  color: #415464;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  margin: 0 0 6px;
}
.blog-grid .grid-wrap .left-grid .content-wrap .btn-orange {
  background: transparent;
  color: #ff681d;
  border: none;
  padding: 11px 40px 10px 0;
}
.blog-grid .grid-wrap .right-grid .content-wrap .btn-orange:hover:before {
  transform: none;
  background-color: transparent;
}
.blog-grid .grid-wrap .right-grid .content-wrap .btn-orange:hover {
  color: white;
}
.blog-grid .grid-wrap .right-grid .content-wrap .btn-orange:hover:after {
  background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/Homepage_Icons_arrowA_white.svg) top no-repeat;
  background-size: contain;
}
.blog-grid .grid-wrap .left-grid .content-wrap .btn-orange:after {
  background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/orange_arrow.svg) top
    no-repeat;
  transition: all 0.5s ease;
}

.blog-grid .grid-wrap .right-grid .content-wrap .btn-orange {
  background: transparent;
  border: none;
  padding: 11px 40px 10px 0;
  transition: none;
  
}
.blog-grid .grid-wrap .right-grid .content-wrap .btn-orange:after {
  background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/orange_arrow.svg) top
    no-repeat;
  transition: all 0.5s ease;
}

.touch .blog-grid .grid-wrap .right-grid .box-wrap .content-wrap {
  bottom: 0;
}
.touch .blog-grid .grid-wrap .right-grid .box-wrap .content-wrap .btn-wrap {
  opacity: 1;
}

@media screen and (min-width: 2100px) {
  .blog-grid:after {
    bottom: -340px;
  }
  .blog-grid .pattern {
    bottom: -7px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
}

@media screen and (max-width: 1150px) and (min-width: 992px) {
  .blog-grid {
    padding: 150px 0 0 !important;
  }
  .blog-grid .text-wrap h2 {
    font-size: 38px !important;
  }
  .blog-grid .grid-wrap .content-wrap {
    padding: 16px 20px 9px;
  }
  .blog-grid .grid-wrap .content-wrap h6 {
    font-size: 18px;
  }
  .blog-grid .grid-wrap .right-grid .box-wrap .content-wrap {
    bottom: 0;
  }
  .blog-grid .grid-wrap .right-grid .box-wrap .content-wrap .btn-wrap {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .blog-grid {
    padding: 140px 0 0 !important;
  }
  .blog-grid .text-wrap h2 {
    font-size: 34px !important;
  }
  .blog-grid .grid-wrap .left-grid .box-wrap {
    height: auto;
  }
  .blog-grid .grid-wrap .left-grid .content-wrap {
    height: 214px;
  }
  .blog-grid .grid-wrap .content-wrap {
    padding: 14px 21px 9px;
  }
  .blog-grid .grid-wrap .content-wrap h6 {
    font-size: 18px;
  }
  .blog-grid .grid-wrap .img-box .play-icon {
    width: 60px;
    height: 60px;
  }
  .blog-grid .grid-wrap .right-grid .box-wrap .content-wrap {
    bottom: 0;
  }
  .blog-grid .grid-wrap .right-grid .box-wrap .content-wrap .btn-wrap {
    opacity: 1;
  }
  .blog-grid .grid-wrap .left-grid .img-box {
    height: 284px;
  }
}

@media screen and (max-width: 767px) {
  .blog-grid {
    padding: 130px 0 0 !important;
  }
  .blog-grid .grid-wrap {
    max-width: 500px;
    margin: 30px auto 0;
  }
  .blog-grid .grid-wrap .left-grid {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .blog-grid .grid-wrap .right-grid {
    width: 100%;
  }
  .blog-grid .grid-wrap .img-box .play-icon {
    width: 50px;
    height: 50px;
  }
  .blog-grid .grid-wrap .content-wrap h6 {
    font-size: 16px;
  }
  .blog-grid .grid-wrap .left-grid .content-wrap {
    height: auto;
  }
  .blog-grid .grid-wrap .left-grid .box-wrap {
    height: auto;
  }
  .blog-grid .grid-wrap .right-grid .box-wrap .content-wrap {
    bottom: 0;
  }
  .blog-grid .grid-wrap .right-grid .box-wrap .content-wrap .btn-wrap {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) and (min-width: 596px) {
  .blog-grid .text-wrap h2 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 595px) {
  .blog-grid .text-wrap h2 {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 595px) and (min-width: 481px) {
}

@media screen and (max-width: 480px) {
}
