.elementor-20950 .elementor-element.elementor-element-34517c13{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3030083 */.comm-section{
  width:1240px;
  margin:auto;
}

.press-container{
  width:100%;
}

.breadcrumb{
  display:none;
}

.section-header h1{
  font-size:36px;
  font-weight:700;
  text-align:center;
  margin-bottom:40px;
}

.press-cards-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.press-card{
  background:#f3f4fa;
  border-radius:30px;
  padding:32px;
  min-height:330px;
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.press-logo img{
  max-width:230px;
  max-height:70px;
  object-fit:contain;
  margin-bottom:28px;
}

.press-title{
  font-size:22px;
  line-height:1.65;
  color:#222;
  font-weight:400;
  margin-bottom:32px;
}

.press-read-button{
  background:#be2a8a;
  color:#fff !important;
  padding:14px 28px;
  border-radius:12px;
  text-decoration:none;
  display:inline-block;
  font-size:20px;
  font-weight:500;
}
.section-header{
  margin-bottom:50px;
}

.section-header h1{
  font-size:64px;
  font-weight:700;
  letter-spacing:0;
  color:#222;
}
.press-read-button:hover{
  color:#fff;
}

@media(max-width:1024px){
  .comm-section{
    width:95%;
  }

  .press-cards-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:767px){
  .press-cards-grid{
    grid-template-columns:1fr;
  }

  .press-card{
    padding:20px;
  }

  .section-header h1{
    font-size:28px;
  }
}/* End custom CSS */