.blog-articles-latest{
  padding: 80px 0;
  color: var(--primary);
  font-family: 'Larsseit';
  font-style: normal;
}
.blog-articles-banner{
  margin-top: -80px;
  padding-bottom: 80px;
}
.blog-articles-banner-img{
  width: 100%;
  height: 100%;
}
.blog-articles-latest .blog-lp-article-main-inner{
  cursor: pointer;
  display: block;
}
.blog-lp-article-link{
  color: var(--primary);
  font-family: 'Larsseit';
  text-decoration: none;
}
.blog-lp-article-image img{
  width: 100%;
  height: 100%;
}
.blog-load-btn{
  display: none;
}
.blog-articles-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-articles-banner-details {
  background: var(--primary);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-articles-banner-title{
  padding: 0 0 40px;
}
.blog-articles-banner-details-inner h2 {
    font-family: "Larsseit";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.02em;
    max-width: 412px;
    margin: 0 auto;
    width: 100%;
    color: white;
}
.blog-articles-banner-details-inner p{
    font-family: "Larsseit";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    max-width: 416px;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 40px 0;
    color: white;
}
.blog-articles-banner-btn a {
    font-family: "Larsseit";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: var(--primary);
    padding: 14px 24px;
    margin: 0;
    background: var(--white);
    text-decoration: none;
    border-radius: 24px;
    transition: all .3s ease-in-out;
    display: inline-block;
    border: 2px solid white;
}
.blog-articles-banner-btn a:hover {
    background: none;
    color: #fff;
    border-color: white;
}
.blog-articles-banner-details-inner{
    padding: 64px 20px;
}
.blog-articles-no-data{
  font-family: 'Larsseit';
  font-weight: 500;
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #0a0a0a66;
  display: none;
}
@media screen and (max-width: 1279px) {

  .blog-articles-banner-details-inner h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .blog-articles-banner-title{
    padding: 0 0 20px;
  }
  .blog-articles-banner-details-inner p {
    font-size: 15px;
    line-height: 30px;
  }
}

@media(max-width: 767px){
  .blog-articles-latest{
    padding: 80px 16px;
  }
  .blog-articles-banner{
    margin-left: -15px;
    margin-right: -15px;
  }
  .blog-articles-banner-details-inner {
    padding: 64px 50px;
  }

  .blog-articles-banner-details-inner h2 {
    font-size: 32px;
    line-height: 36px;
    padding: 0 0 20px;
  }
  .blog-articles-banner-details-inner p {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-articles-banner-details-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blog-articles-banner-btn a {
    font-size: 10.9548px;
    line-height: 13px;
  }

}