.single .blog-news__link {
  top: 100px;
}

.single-hero {
  position: relative;
  z-index: -1;
  overflow: hidden;
  height: 100vh;
}

.single-hero .container-fluid {
  padding: 0 !important;
}

.single-hero img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.single-content h1 {
  color: #cd132d;
  font-weight: 700;
  font-size: 70px;
  line-height: 77px;
}

.single-content {
  position: absolute;
  bottom: 60px;
  max-width: 730px;
}

.single-blog {
  position: relative;
  padding-top: 180px;
}

.left-image {
  width: 100%;
  height: auto;
}

.left-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single-content-box h1 {
  color: #cd132d;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}

.content-exerpt {
  margin-bottom: 30px;
}

.content-exerpt p {
  font-size: 23px;
  line-height: 36px;
  color: #575757;
  font-weight: 300;
}

.single-content-box h4 {
  color: #585c60;
  font-weight: 700;
}

.single-content-box p {
  margin-bottom: 35px !important;
}

.blogs--single {
  padding-top: 0;
}

@media only screen and (max-width: 1440px) {
  .single-content-box p {
    margin-bottom: 40px !important;
  }
}

@media only screen and (max-width: 1400px) {

}

@media (max-width: 1024px) {
  .job-title h1 {
    font-size: 30px;
  }

  .job-text strong {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .single-blog {
    padding-top: 85px;
  }

  .content-exerpt {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .single-content {
    left: 0;
  }
}

@media (max-width: 567px) {
  .single-hero {
    height: calc(100vh - 57px);
  }
}
