.blogCenteredContent {
  width: 90% !important;
  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;
  margin-bottom: 20px;
  float: l;
}

.bannerBlog {
  width: 90%;
  height: auto;
  margin: 50px auto 30px;
  position: relative;
}

.bannerBlog[data-blog-id="2"] {
  display: none !important
}

.blogCenteredContent[data-blog-id="1"] .blogSlider,
.blogGallery {
  width: 100%;
  float: left;
  margin: 0px 0px 25px;
}

.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%;
  display: block;
  margin-bottom: 4rem;
  aspect-ratio: 1403/601;
  object-fit: cover;
}
.textContainer {
    margin-top: 20px;
}
#blogTitle {
  font-weight: 600;
  color: #222;
  font-size: 24px;
  width: 80%;
  margin-bottom: 17px;
  line-height: 28px
}
#blogTitle{
  position:absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 85%;
  text-align: center;
  /* height: 48px; */
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  line-height: 48px;
}
.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: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden
}

.blogText {
  position: relative;
  display: block;
  height: auto;
  width: calc(50% - 24px);
  overflow: hidden;
  color: #000;
  font-size: 15px;
  line-height: 19px;
  /* float: left; */
  font-weight: 300;
  margin-bottom: 20px;
}
.blogSliderLeftArrow.slick-arrow {
    position: absolute;
    height: 30px;
    z-index: 1;
    width: 30px;
    top: 8px;
    left: calc(3% + 8px);
    top: calc(50% - 52px);
    display: flex !important;
    cursor: pointer;
    border: 1px solid #000;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(0deg);
    align-items: center;
    justify-content: center;
}


img.blogSliderRightArrow.slick-arrow {
  z-index: 1;
  position: absolute;
  height: 30px;
  width: 30px;
  right: 5%;
  top: 8px;
  right: calc(3% + 5px);
  top: calc(50% - 52px);
  /* display: flex !important; */
  bottom: 5px;
  cursor: pointer;
  /* border: 1px solid #000; */
  align-items: center;
  justify-content: center;
}
.blogText span {
  background: transparent !important;
  font-weight: 300
}
.bannerTitle {
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    text-align: center;
    z-index: 1;
    height: 52px;
    font-size: 44px;
    font-weight: 400;
    line-height: 48px;
}
.blogMediaContainer .whiteRectangle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f1f1f1
}
.blogSlider {
  position: relative;
  width: 100%;
  margin-top: 30px;
  float: left;
}
.blogSubtitle {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin: 15px auto;
  width: 100%;
  display: block;
}

#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
  }
.bannerBlog img {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  aspect-ratio: 1403/601;
  object-fit: cover;
}
  .blogImage {
    width: 100%;
    height: auto;
    margin: 10px 0
  }

  #blogTitle {
    width: 90%;
    /* 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;
    margin-bottom: 30px;
  }
.slick-slide {
  margin-left: 0px;
  margin-right: 0px;
}
  .bannerBlog {
    width: 100%;
    margin: 0 auto 0px;
  }

  .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
  }
}