.blog {
     display: flex;
     flex-direction: column;
}

.blog ul, .blog ol {
     padding: 0 10% 0;
     width: 80%;
}

.blog ul li, .blog ol li {
     font-weight: bold;
     padding: 0 0 0 5%;
}

.blog li p {
     font-weight: normal;
     margin: 0;
     padding: 0;
     width: 100%;
}

.blog *.-bold {
     font-weight: bold;
}

.blog *.-italic {
	font-style: italic;
}

.blog-header {
     display: flex;
     flex: 1 1 auto;
}

.blog-header__image {
     width: 100%;
     height: 250px;
     object-fit: cover;
     object-position: left;
}

.-desktop {
     display: none;
}

.hexagon2 {
     width: 200px;
     height: 400px;
     margin: -80px 0 0 20px;
}

.blog-header__gradient {
     width: 100%;
     height: 250px;
     opacity: 0.55;
     background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
     position: absolute;
}

.blog-header-separtor {
     width: 100%;
     object-fit: cover;
     height: 35px;
     object-position: bottom left;
}

.blog-list {
     width: 100%;
     padding: 19px 0 0 0;
}

.blog-list__content {
     padding: 0;
}

.blog-list__content p {
     padding: 0 5%;
     width: 90%;
}

.blog-author-details {
     width: 90%;
     padding: 0 5%;
     background-color: #dce2e8;
     position: relative;
     display: flex;
     flex-direction: column;
}

.blog-list__blog {
     background-color: #f4f4f4;
}

.blog-list__blog.-first {
     margin-bottom: 19.9px;
}

.blog-list__blog-image {
     width: 100%;
     object-fit: cover;
}

.blog-list__blog-summary {
     padding: 5%;
     position: relative;
     top: -60px;
     display: flex;
     flex-direction: column;
}

.blog p {
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     letter-spacing: normal;
     text-align: left;
     margin: 0 0 12px;
}

.blog-list__blog-author, .blog-list__blog-date {
     color: #00bff3;
     font-style: italic;
}

.blog-list__blog-profile-pic {
     width: 64.4px;
     height: 74.4px;
     object-fit: contain;
     align-self: flex-end;
}

.blog-author-details *.-line6 {
     font-size: 35px;
     line-height: 32px;
}

.blog-author-details *.-line7 {
     font-size: 20px;
     line-height: 26px;
}

.blog-author-details *.-line8 {
     font-size: 18px;
     line-height: 26px;
}

.blog-list__content *.-line9 {
     font-size: 20px;
     line-height: 26px;
}

.blog-list__content *.-line10 {
     font-size: 16px;
     line-height: 24px;
}

.blog-list__content *.-section1 {
     margin: 0 0 40px 0;
}

.blog-list__content *.-section2 {
     margin: 0 0 110px 0;
}

.blog-list__content *.-section3 {
     margin: 0 0 20px 0;
}

.blog-list__content *.-section4 {
     margin: 0 0 30px 0;
}

.blog-list__content *.-section5 {
     margin: 0 0 0 0;
}

.blog-list__content *.-section6 {
     margin: 0 0 0 0;
}

.blog-author-details *.-section7 {
     position: relative;
     top: -90px;
}

.blog-author-details *.-section9 {
     position: relative;
     top: -90px;
     margin-bottom: 200px;
}

.blog *.-section8 {
     margin: 30px 0 10px 0;
}

.blog-list__content-section3 {
     object-fit: cover;
     width: 100%;
}

.blog-list__content-section6 {
     max-width: 900px;
     width: 100%;
     object-fit: contain;
}

.blog-list__content *.-line11 {
     font-size: 30px;
     line-height: 26px;
}

.blog-list__content *.-line15 {
     font-size: 24px;
     line-height: 24px;
     list-style: none;
     margin-left: -35px;
}

.blog-list__content ul.-line12 {
     font-size: 16px;
     line-height: 24px;
}

.blog-list__content ul.-line12 li {
     margin: 0 0 12px 0;
}

.blog-list__content *.-line13 {
     font-size: 18px;
     line-height: 24px;
}

.blog-list__content ol.-line14 {
     font-size: 18px;
     line-height: 24px;
}

.blog-list__content ol.-line14 li {
     margin: 0 0 12px 0;
}

.blog-author-details *.-last {
     margin-bottom: 174px;
}

.blog-footer {
     width: 100%;
     height: 211px;
     background-color: #000624;
}

.img-hexagons1__container {
     width: 320px;
     height: 75px;
     margin: 0 auto;
}

.img-hexagons1.-mobile {
     width: 228px;
     height: 363px;
     opacity: 0.56;
     object-fit: cover;
     bottom: 0px;
     object-position: top left;
     float: right;
     position: relative;
     bottom: 242px;
}

.img-hexagons2.-mobile {
     width: 119px;
     height: 236px;
     object-fit: cover;
     position: absolute;
     right: 0;
     z-index: 99;
     object-position: left;
     top: 100px;
}

.blog-header__overlay-title {
     position: absolute;
     left: 5%;
     z-index: 99;
     width: 240px;
}

.blog-header__back-button{
     position: absolute;
     left: 5%;
     top: 315px;
     z-index: 99;
     width: 86.6px;
     height: 40px;
     background-color: #00bff3;
     color: #ffffff;
     text-transform: uppercase;
     cursor: pointer;
     outline: none;
     border:0;
     font-weight: bold;
     font-size: 15px;
}

.blog-header__back-button:before {
     content: "";
     width: 0;
     height: 0;
     border-top: 6px solid transparent;
     border-right: 10px solid #ffffff;
     border-bottom: 6px solid transparent;
     font-size: 0px;
     margin: 0 9px 0 0;
     position: relative;
     top: -6px;
     
}

.logo-commvault {
     object-fit: contain;
}

.blog-header__title1 {
     font-size: 12px;
     line-height: 14px;
     color: #00bff3;
}

.blog-header__title2 {
     text-transform: uppercase;
     font-size: 24px;
     line-height: 24px;
     color: #ffffff;
}

.blog-author__profile-pic {
     width: 112px;
     height: 188px;
     object-fit: contain;
     z-index: 99;
}

.blog-list__content-section4 {
     background-color: #f4f4f4;
     font-size: 22px;
     line-height: 24px;
     padding: 7% 10% 7% 15% !important;
     width: 75% !important;
}

.blog-list__content-section4 li {
     margin: 0 0 12px 0;
}

ul li.-last {
     margin-bottom: 0 !important;
}

/*1200 992 768 576*/

@media (min-width: 992px) {
     .-desktop {
          display: block;
     }
     .-mobile {
          display: none;
     }
     .blog {
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: flex-end;
     }
     .blog-header__image.-desktop {
          height: 400px;
     }
     .blog-header__gradient {
          height: 400px;
     }
     .blog-footer {
          height: 214px;
     }
     .blog-list {
          width: 50%;
          padding: 0;
          display: flex;
          margin: 40px 4% 0 14%;
          flex: 1 1 auto;
     }
     .blog-author-details {
          width: 30%;
          padding: 0;
     }
     .blog-author-details__content {
          max-width: 360px;
          margin-left: 70px;
          margin-right: 70px;
     }
     .blog-list__blog {
          width: 40%;
     }
     .blog-list__blog.-first {
          margin-bottom: 0;
     }
     .blog-list__content *.-section5 {
          margin: 0 0 14px 0;
     }
     .blog-list__content *.-section6 {
          margin: 0 0 18px 0;
     }
     .img-hexagons1.-desktop {
     
          width: 100%;
          height: 410px;
          left: 0%;
          opacity: 0.56;
          object-fit: none;
          bottom: 0px;
          object-position: top left;
          align-self: center;
          position: absolute;
     }
     .img-hexagons2.-desktop {
          width: 840px;
          height: 458px;
          object-fit: cover;
          position: absolute;
          right: 0;
          z-index: 99;
          object-position: 250px 103%;
          top: 100px;
     }
     .blog-header__overlay-title {
          width: 56%;
          max-width: 840px;
          left: 14%;
     }
     .blog-header__title1 {
          font-size: 30px;
          line-height: 30px;
     }
     .blog *.-section8 {
          margin: 50px 0 20px 0;
     }
     .blog-header__title2 {
          font-size: 50px;
          line-height: 54px;
     }
     .blog-list__content {
          max-width: 900px;
          padding: 0 3% 0 0;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
     }
     .blog-list__content-section3 {
          max-width: 430px;
          object-fit: cover;
          width: 48%;
          padding-right: 2%;
     }
     .blog-list__content-section4 {
          width: 38% !important;
          margin-left: 2% !important;
          margin-bottom: 40px !important;
          padding: 30px 5% !important;
          max-width: 430px;
     }
     .blog ul, .blog ol {
          padding: 0 0 0 15px;
     }
     .blog-list__content p {
          padding: 0;
          width: 100%;
     }
     .blog-author__profile-pic {
          width: 214px;
          height: 247.1px;
          object-fit: contain;
          z-index: 99;
     }
     .blog-author-details *.-section7 {
          position: relative;
          top: -123px;
     }
     .blog-author-details *.-section9 {
          position: relative;
          top: -123px;
     }
     .blog-header-separtor {
          height: 30px;
     }

     .blog-header__back-button{
          top: 490px;
          width: 112px;
          height: 40px;
          left: 14%;
          font-size: 20px;
     }
     
     .blog-header__back-button:before {
          border-top: 7px solid transparent;
          border-right: 12px solid #ffffff;
          border-bottom: 7px solid transparent;
          top: -7px;
          
     }
}
