.elementor-7155 .elementor-element.elementor-element-33b6e64{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;}.elementor-7155 .elementor-element.elementor-element-7c09419{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-7c09419 */.blog {
    display: flex;
    flex-direction: column;
}

.hero-article {
    display: flex;
    position: relative;
    width: 1400px;
    height: 600px;
    overflow: hidden;
    align-self: center;
    align-items: flex-end;
    justify-content: flex-start;
}

.hero-article img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius:16px;
}

.hero-article::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    border-radius:16px;
}

.hero-article-content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    text-align: left;
    font-family: Arial, Sans-Serif;
    color: white;
    margin-left: 30px;
    margin-bottom: 30px;
}

.hero-article-content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom:0.5vw;
}

.hero-article-content p {
    font-size: 1.2rem;
    margin-bottom:0.5vw;
}

.hero-article-content a {
    font-size: 1rem;
    cursor: pointer;
}

.hero-article-content a:hover {
    font-weight: bold;
}

@media (min-width:768px) and (max-width:1366px) and (orientation:portrait) {
    
.hero-article { 
    width: 800px;
    height: 520px; 
    border-radius: 16px; 
}

.hero-article img, 
.hero-article::after { 
    border-radius: 16px; 
}

.hero-article-content {
    margin-left: 36px;
    margin-bottom: 28px;
    max-width: 78%;
    gap: 6px;
  }

.hero-article-content h1 { 
    font-size: 2.8rem; 
}

.hero-article-content p  { 
    font-size: 1.1rem; 
}

.hero-article-content a  { 
    font-size: 1rem;
    color: white;
}
}

@media (min-width:768px) and (max-width:1366px) and (orientation:landscape) {
    
.hero-article { 
    width: 1100px;
    height: 560px; 
}

.hero-article-content {
    margin-left: 40px;
    margin-bottom: 30px;
    max-width: 72%;
  }
  
.hero-article-content h1 { 
    font-size: 3rem; 
}

.hero-article-content p  { 
    font-size: 1.15rem; 
}

.hero-article-content a  { 
    color: white;
}
}

@media (max-width:767px) and (orientation:portrait) {

.hero-article {
    width: 350px;
    height: 400px;
    border-radius: 12px;
  }

.hero-article img, 
.hero-article::after { 
    border-radius: 12px; 
  }
  
.hero-article::after {
    background: linear-gradient(to top, rgba(0,0,0,1) 18%, rgba(0,0,0,0.5) 55%, rgba(0,0,0,0) 100%);
  }
  
.hero-article-content {
    margin-left: 16px;
    margin-bottom: 18px;
    max-width: 92%;
    gap: 4px;
  }
  
.hero-article-content h1 { 
      font-size: 1.5rem; 
      line-height: 1.25; 
  }
  
.hero-article-content p  { 
      font-size: 0.8rem; 
      line-height: 1.5; 
  }
  
.hero-article-content a  { 
      font-size: 0.75rem; 
      color: white;
  }
}

@media (max-width:767px) and (orientation:landscape) {

.hero-article {
    width: 700px;
    height: 360px;
    border-radius: 12px;
  }

.hero-article img, 
.hero-article::after { 
    border-radius: 12px; }

.hero-article-content {
    margin-left: 16px;
    margin-bottom: 16px;
    max-width: 88%;
    gap: 4px;
  }

.hero-article-content h1 { 
    font-size: 1.8rem; }

.hero-article-content p  { 
    font-size: 0.95rem; }

.hero-article-content a  { 
    font-size: 0.9rem;
    color: white;
}
}/* End custom CSS */