
    body {
      font-family: Lato, "Lato Fallback" !important;
      -webkit-text-size-adjust: 100% !important;
      font-display: swap;
      font-style: normal;
      margin: 0;
      padding: 0;
      background-color: #1d1f27;
      color: #ffffff;
      overflow-x: hidden;
    }

    .header-press h1 {
      font-size: 35px;
      margin: 0;
    }
    .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 20px;
        max-width: 1200px;
        margin: 0 auto;
      }
      .card {
        background-color: #fefeff !important;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        border:none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
        height: 400px;
        transition: box-shadow 0.2s ease-out; 
      }
      
      .card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: transform 0.2s ease-out, filter 0.2s ease-out; 
      }

      .card:hover img, .card img:hover {
        transform: scale(1.05); 
        filter: brightness(1.2);
      }
      .card-body {
        padding: 15px;
      }
      .card-body a {
        color: #002664;
        text-decoration: none;
      }
      .card-title {
        font-size: 1.2rem;
        font-weight: 700;
        color: #002664; 
        margin-bottom: 15px;
        cursor: pointer;
      }
      
      .card-meta {
        font-size: 16px;
        color: #3c5e7a;
        margin-bottom: 15px;
      }
      
      .card-text {
        font-size: 15px;
        color: #333;
        font-family: Lato;
        line-height: 1.4em;
        text-align: justify;
        font-weight: 300;
      }

      .aph_container_row.aph_row_01 {
        position: relative;
        background-image: url(../../images/pexels-photo-821749-2880w.jpeg); 
        background-attachment: fixed; 
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .aph_cont_wrapper {
        position: relative;
        z-index: 2;
      }
      
      .aph_container_row.aph_row_01::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1; 
      }
      
      .text-align-center {
        position: relative;
        z-index: 3; 
      }
      .font-size-18{
        font-size:18px;
      }
     
      

@media screen and (min-width: 320px) {
  .aph_mobile_header_content {
    display: inline-block;
    width: 100%;
  }


  .aph_desktop_header_content {
    display: none;
    transition: transform 0.5s ease-in;
  }

  .mobile_header_content-logo img {
    width: 39px;
    height: 45px;
  }

  .aph_row_01 {
    background-image: url('../images/pexels-photo-2510428-640w.jpeg');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 58px 20px;
    text-align: center;
  }

  .header-press h1 {
    font-size: 25px;
    margin: 0;
    padding: 50px;
  }

  .container {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }

  .card {
    height: auto;
  }

  .card img {
    height: 200px;
  }

  .card-body {
    padding: 10px;
  }

  .card-title {
    font-size: 1rem;
  }
 

  .card-meta,
  .card-text {
    font-size: 14px;
    font-weight: 300;
  }
   
  #aph_mobile_header .mobile_header_hamburger-lines #menu {
    width: 72vw;
    transition: transform 0.3s linear;
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .aph_mobile_header_content {
    display: inline-block;
  }

  .aph_desktop_header_content {
    display: none;
  }

  .aph_row_01 {
    background-image: url('../images/pexels-photo-821749-2880w.jpeg');
    background-size: cover !important;
    background-repeat: no-repeat;
    padding: 80px 20px;
    text-align: center;
  }

  .header-press h1 {
    font-size: 30px;
  }

  .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .card {
    height: 380px;
  }
}

@media screen and (min-width: 1024px) {
 
  .aph_mobile_header_content {
    display: inline-block;
}

.aph_desktop_header_content{
    display: none;
    transition: transform 0.5s ease-in;
}

 

  .aph_row_01 {
    background-image: url('../images/pexels-photo-821749-2880w.jpeg');
    background-size: cover !important;
    background-repeat: no-repeat;
    padding: 110px 20px;
    text-align: center;
  }

  .header-press h1 {
    font-size: 40px;
  }

  .container {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
  }

  .card {
    height: 400px;
  }

  .card img {
    height: 200px;
  }
 
}

@media screen and (min-width: 1200px) {
  .aph_desktop_header_content {
    display: flex;
  }
  .aph_mobile_header_content {
    display: none;
  }

  ul.aph_nav_menu li:nth-child(3),
  ul.aph_nav_menu li:nth-child(3) a {
    padding-left: 0;
    padding-right: 0;
    width: 28%;
  }

  #aphheader ul li a {
    font-size: 24px;
  }

  .container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1400px) {
  ul.aph_nav_menu li:nth-child(3),
  ul.aph_nav_menu li:nth-child(3) a {
    padding-left: 0;
    padding-right: 0;
    width: 28%;
  }

  #aphheader ul li a {
    font-size: 28px;
  }

  .container {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .card {
    background-color: #fefeff !important;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border:none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
    height: 450px;
    transition: box-shadow 0.2s ease-out; 
  }

  .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #002664; 
    margin-bottom: 15px;
    cursor: pointer;
  }
  
  .card-meta {
    font-size: 16px;
    font-weight: 400;
    color: rgba(10, 49, 97, 0.8);
    margin-bottom: 15px;
  }
  
  .card-text {
    font-size: 15px;
    color: #747474;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
  }
}

@media (max-width: 768px) {
  .footer-logo img {
    max-width: 90%; 
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .footer-logo img {
    max-width: 90%; 
  }
}

@media (min-width: 1024px) {
  .footer-logo img {
    max-width:100%; 
  }
}
@media (min-width: 1400px) {
  .footer-logo img {
    max-width: 100%; 
  }
}
