.centeredContent {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}

.productSliderTitle {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 19px;
  margin: 40px 0;
}

.blogsContainer {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.blogPostContainer {
  width: 100%;
  padding-bottom: 0;
}

.imgContainer {
  width: 50%;
  overflow: hidden;
  float: right;
  height: 100%;
}

.right {
  float: right;
}

.postPreviewFile {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.dataContainer {
  width: calc(50% - 8% * 2);
  height: calc(100% - 22% * 2);
  padding: 8%;
}

.blogPostTitle {
  color: #000;
  font-size: 65px;
  line-height: 65px;
  font-weight: 600;
  margin: 16px 0 5px;
  width: 100%;
  overflow: hidden;
}

.secondHeader {
  width: 100%;
  height: auto;
  background: rgba(234, 234, 234, 0.5);
  color: #000;
  margin-bottom: 60px;
}

.secondHeader.arq {
  margin-bottom: 0;
}

.blogCatLinksWrapper,
.linksWrapper {
  width: 80%;
  margin: auto;
  max-width: 990px;
  display: flex;
  line-height: 60px;
  font-size: 16px;
  justify-content: space-evenly;
}

ul {
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

.redLineBtn {
  width: 45%;
  border-bottom: 2px solid #ed1b2e;
  padding-top: 30px;
  padding-bottom: 8px;
  align-items: center;
  margin-top: 25px;
}

.redLineBtn img {
  height: 11px;
}

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

.bannerArqContainer {
  width: 100%;
  display: block;
}

.bannerArqContainer img {
  width: 100%;
  display: block;
}

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

.blogCenteredContent[data-blog-id="3"] {
  margin-top: 0;
}

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

.textContainer {
  width: calc(50% - 8% * 2);
  float: left;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 9%;
}

.blogPostDescription {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  width: 80%;
  max-width: 500px;
  margin-bottom: 0;
}

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

.bannerBlog {
  width: 100%;
  height: max-content;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: row-reverse;
}

.bannerBlog[data-blog-id="2"] {
  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: #000;
  font-size: 65px;
  width: 100%;
  margin-bottom: 17px;
}

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

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

.blog {
  width: 100%;
  margin-top: 0;
  margin-bottom: 80px;
  position: relative;
}

.blogText {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden;
  color: #000;
  font-size: 15px;
  line-height: 19px;
  float: left;
  font-weight: 300;
  background-color: #f5f5f5;
  padding: 40px 0;
  margin-bottom: 10px;
}

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

.blogSlider {
  height: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.blogCenteredContent[data-blog-id="3"] article .blogSubtitle {
  width: 100%;
  margin: 30px auto 0;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  float: left;
}

.sliderContainer.blogSlider {
  margin-top: 15px;
}

.slick-slide {
  margin: 0 5px;
  position: relative;
}

.blogSliderLeftArrow:not(.sliderLeftArrow),
.blogSliderRightArrow:not(.sliderRightArrow) {
  display: none !important;
}

p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  letter-spacing: 0.3px;
}

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

#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;
}

.blogSliderSlide {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blogSliderSlide:hover {
  -webkit-transform: scale(1.015);
  -ms-transform: scale(1.015);
  transform: scale(1.015);
}

.blogSliderWrapper .slick-list {
  overflow: visible;
}

.blogSliderWrapper {
  padding: 15px 0 5px;
}

.sliderTitleContainer {
  text-transform: lowercase;
  font-size: 18px;
  margin-top: 13px;
}

.sliderTitleContainer::first-letter {
  text-transform: uppercase;
}

.sliderGroupContainer {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #titleOfBlog {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 18px;
  }

  .constructionMessageDiv {
    width: 100%;
  }

  .constructionBanner {
    width: 80%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 35px;
    margin-left: 10%;
  }

  .blogPostFirstRow {
    width: 100%;
    margin-bottom: 30px;
  }

  .blogPostRegular {
    width: 48%;
    height: 235px;
    margin-bottom: 0;
  }

  .blogPostRegular .blogPostTitle {
    margin-top: 5px;
    font-size: 12px;
  }

  .blogPostRegular .blogPostDescription {
    font-size: 12px;
  }

  .blogPostFirstRow .postPreviewFile {
    height: 210px;
  }

  .sliderGroupContainer {
    padding-bottom: 15px;
  }

  .blogPostRegular .postPreviewFile {
    height: 120px;
  }

  p {
    width: 80%;
  }

  .sliderTitleContainer {
    font-size: 16px;
  }

  .blogsContainer {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .dataContainer {
    width: 90%;
    padding: 0% 5%;
  }

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

  .centeredContent {
    width: 100% !important;
    padding-bottom: 20px;
    margin: 60px 0 40px;
  }

  .postPreviewFile {
    height: auto;
  }

  .blogPostTitle {
    height: auto;
    font-size: 33px;
    line-height: 37px;
  }

  .blogCenteredContent {
    width: 100% !important;
    margin-bottom: 40px;
    margin-top: 0;
  }

  .blogCenteredContent[data-blog-id="3"] {
    width: 100% !important;
  }

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

  .textContainer {
    width: 95%;
    padding: 0 2.5%;
  }

  #blogTitle {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5px;
    margin-top: 29px;
    font-size: 33px;
    line-height: 37px;
  }

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

  .blogText p {
    width: 85%;
    letter-spacing: 0;
  }

  .sliderContainer.blogSlider {
    margin-top: 20px;
  }

  .bannerBlog {
    width: 100%;
    margin: 0 auto 30px;
    flex-direction: column;
  }

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

  .blogMediaContainer {
    margin: 16px 0 11px;
  }

  .blogPostDescription {
    width: 100%;
    font-size: 13px;
    line-height: 23px;
  }

  .redLineBtn {
    margin-top: 5px;
  }

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

  .blogPostSubtitle {
    width: 95%;
    margin-left: 5%;
    font-size: 13px;
    line-height: 23px;
  }

  .imgContainer {
    width: 100%;
  }

  .slick-slide.blogSliderSlide {
    margin: 0 10px;
  }

  .blogSubtitle {
    width: 90%;
  }

  .blogCenteredContent[data-blog-id="3"] article .blogSubtitle {
    margin: 10px auto;
    text-align: center;
  }

  .blogSubtitle p {
    width: 95%;
    font-size: 14px;
    line-height: 18px;
  }

  .blogPostContainer:nth-child(even) {
    flex-direction: column-reverse;
  }
}
