.blogCenteredContent {
  width: 80%;
  min-width: 0
}

.blogCenteredContent[data-blog-id="2"] {
  margin-top: 40px
}

.blogPostDescription {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  width: 80%;
  margin-bottom: 70px
}

.blogCaption {
  color: #000;
  line-height: 20px
}

.bannerBlog {
  width: 80%;
  height: auto;
  margin: 50px auto 30px
}

.bannerBlog[data-blog-id="2"] {
  display: none !important
}

.blogCenteredContent[data-blog-id="1"] .blogSlider,
.blogGallery {
  width: 100%;
  float: left;
  margin: 25px 0
}

.blogCenteredContent[data-blog-id="1"] .blogSliderSlide,
.blogGalleryImage {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center
}

.blogCenteredContent[data-blog-id="1"] .blogSlider .blogSliderLeftArrow,
.blogCenteredContent[data-blog-id="1"] .blogSlider .blogSliderRightArrow {
  display: none !important
}

.blogPostDate {
  margin: 30px 0;
  color: #b4b4b4;
  font-size: 15px;
  line-height: 19px;
  float: left;
  font-weight: 500
}

.blogMediaContainer {
  float: right;
  margin: 30px 0
}

.bannerBlog img {
  width: 100%;
  height: auto;
  display: block
}

#blogTitle {
  font-weight: 600;
  color: #222;
  font-size: 24px;
  width: 80%;
  margin-bottom: 17px;
  line-height: 28px
}

.youtubeVideo {
  width: 70%;
  height: 51vh
}

.blogPostSubtitle {
  font-weight: 600;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 80%
}

.blogPostSubtitle::after {
  content: "";
  height: 2px;
  width: 80px;
  background: red;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-animation: width 0.5s ease-in-out 1.5s both
}

.blogImage {
  position: relative;
  display: block;
  height: auto;
  width: 80%;
  float: left;
  margin: 15px 0
}

.blog {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden
}

.blogText {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden;
  color: #000;
  font-size: 15px;
  line-height: 19px;
  float: left;
  font-weight: 300
}

.blogText span {
  background: transparent !important;
  font-weight: 300
}

.blogMediaContainer .whiteRectangle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f1f1f1
}

.blogSubtitle {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin: 15px auto;
  width: 100%;
  display: block;
  float: left
}

#tutorialDownloadButton {
  background: #ee1a2d;
  display: block;
  width: 200px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  font-weight: 600
}

#tutorialDownloadButton:hover {
  cursor: pointer;
  background: #d11324
}

@keyframes width {
  0% {
    width: 0;
    left: 40px
  }

  100% {
    width: 80px;
    left: 0
  }
}

@-webkit-keyframes width {
  0% {
    width: 0;
    left: 40px
  }

  100% {
    width: 80px;
    left: 0
  }
}

@media screen and (max-width: 768px) {
  .blogCenteredContent {
    width: 90% !important;
    margin-bottom: 40px
  }

  .blogImage {
    width: 100%;
    height: auto;
    margin: 10px 0
  }

  #blogTitle {
    width: 100%;
    margin-bottom: 23px;
    line-height: 23px;
    font-size: 19px
  }

  .youtubeVideo {
    height: 23vh;
    width: 100%
  }

  .blogText {
    width: 100%;
    margin: 0 auto;
    line-height: 18px;
    font-size: 13px
  }

  .bannerBlog {
    width: 100%;
    margin: 0 auto 30px
  }

  .blogPostDate {
    margin: 0 0 17px;
    width: 100%
  }

  .blogMediaContainer {
    margin: 16px 0 11px
  }

  .blogPostDescription {
    width: 100%;
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 17px
  }

  .blog {
    width: 100%;
    margin-bottom: 40px
  }

  .blogPostSubtitle {
    font-size: 14px;
    line-height: 18px
  }
}

@media screen and (min-width: 415px) and (max-width:768px) {
  .bannerBlog {
    height: 30vh
  }
}