.first-container {
  position: relative;
  background-image: url(/assets/images/website/blog/cover.jpg);
  width: 100%;
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  .first-container {
    height: 40vh;
  }
}
.first-container .text-container {
  position: absolute;
  bottom: 6rem;
}
.first-container .text-container h2 {
  color: #ce0e2d;
  font-family: EagleBook;
  font-size: 100px;
  font-weight: 500;
  line-height: 62px;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .first-container .text-container h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
.first-container .text-container p {
  color: #fff;
  font-family: EagleBook;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  max-width: 36rem;
}
@media (max-width: 992px) {
  .first-container .text-container p {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }
}
.second-container {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .second-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.second-container .left-container {
  max-width: 18rem;
}
@media (max-width: 992px) {
  .second-container .left-container {
    max-width: 100%;
  }
}
.second-container .left-container h2 {
  font-family: EagleBook;
  font-size: 46px;
  font-weight: 500;
  line-height: 50px;
}
@media (max-width: 992px) {
  .second-container .left-container h2 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
}
.second-container .left-container h4 {
  font-family: EagleBook;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 8rem;
}
@media (max-width: 992px) {
  .second-container .left-container h4 {
    display: none;
  }
}
.second-container .right-container .info-container {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
  margin-top: 4rem;
}
@media (max-width: 992px) {
  .second-container .right-container .info-container {
    margin-top: 2rem;
  }
}
.third-container {
  position: relative;
  background-image: url(/assets/images/website/blog/thirdContainerCover.webp);
  width: 100%;
  height: 20vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  .third-container {
    height: 12vh;
  }
}
.third-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.third-container h2 {
  z-index: 1;
}
.third-container h2 a {
  color: #fff;
  border-bottom: 0.0125rem solid #fff;
  font-family: EagleBook;
  font-size: 30px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 992px) {
  .third-container h2 a {
    font-size: 1.375rem;
  }
}
.fourth-container {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .fourth-container {
    margin-top: 2.4rem;
  }
}
.fourth-container .title {
  font-family: EagleBook;
  font-size: 46px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 992px) {
  .fourth-container .title {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
}
.fifth-container {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .fifth-container {
    margin-top: 2.4rem;
  }
}
.fifth-container .title {
  font-family: EagleBook;
  font-size: 46px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 992px) {
  .fifth-container .title {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
}
.loadmore-btn {
  height: 11rem;
  width: 11rem;
  border: none;
  border-radius: 100%;
  background-color: #efeef1;
  font-weight: 900;
  color: #6b6872;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadmore-btn:not(:disabled):hover {
  background-color: #9e0b0f;
  color: #fff;
}
