.press-outer
{
         margin:10px 10px 20px 10px;
         padding:0px 20px;
         background-color:#ffffff;
         border:1px solid rgb(217, 217, 217);
  }
  
       
  
  .press-contenthead
  {
         padding-top:30px;
         font-family: Value-sans;
          font-size:16px;
          color:#3b3b3b; 
        height: 80px;
}

  .press-contentdate
  {
          font-family: Value-sans;
          font-size:12px;
          color:#3b3b3b; 
          margin-bottom:15px;
   }
   .article-contentproductname
   {
            font-family: Value-sans;
            font-size:12px;
            color:#3b3b3b; 
            margin-bottom:15px;
            margin-top: -5px;
}

  .press-contentpara
  {
       font-family:GalanoGrotesqueAlt-Regular; 
       font-size:13px;
       color:#3b3b3b;
       overflow:hidden;
       height:160px;
       padding-top:15px;
  }
 
  #press_image_center
  {
      width:100%;
      height:100%;
      object-fit: cover;
  }

  .imagepress
  {
      
      height:180px;
  }

  .press_container_padding
  {
      margin:40px -25px;
  }

  .press-button
  {
     padding:20px
    0px 10px
    0px;
    margin-bottom: 30px;
 }
    
 .press-button .hs-form-btn 
    {
     width: 150px;
     height: 30px;
     font-family:'GalanoGrotesqueAlt-Regular';
     font-weight:normal;
     }
    
 .press-button .btn
 {
    padding: 
    6px 12px;
 }
    
 
  /* Media Query */
    
/* Large desktop */

    
    /* tablet */
    @media (max-width: 1030px) 
    {
        .press_container_padding
        {
            margin-left:-16px;
            margin-right: -16px;
        }
     
        .press-button .hs-form-btn 
        {
            
            width: 160px;
        }
     
    }
     /* Landscape phone to portrait tablet */
     @media (max-width: 768px) 
     {
        .press_container_padding
        {
            margin-left:-15px;
            margin-right: -15px;
        }
        .press-button .hs-form-btn 
        {
            
            width: 130px; 
         }
    }
    @media (max-width: 767px) 
    {
        .press_container_padding
        {
            margin-left:-12px;
            margin-right: -12px;
        }
        .press-contentpara
        {
            height:70px;
           
        }
} 
 /* Landscape phones and down */
 @media (max-width: 480px) 
 {
    .press_container_padding
    {
        margin-left:-12px;
        margin-right: -12px;
    }
    .press-contentpara
    {
    height:120px;
     }
   
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { .press-contenthead{height: 125px;}}
   
 
 
 