
 @media (max-width: 426px) {
    .mobile_vanish {
        display: none;
    }
    .desktop_vanish {
        display: block;
    }
 }
 
  @media (min-width: 427px) {
     .mobile_vanish {
        display: block;
    }
    .desktop_vanish {
        display: none;
    }
 }
    .pAboutUs__articleContent {
  align-self: center;
  padding-top: 48px;
  padding-bottom: 48px; }
  
  .textSize--firstParagraphLarge p:first-child,
.textSize--firstParagraphLarge p:first-of-type,
.textSize--veryLarge {
  font-size: 1.7rem;
  line-height: 1.77778;
  margin-bottom: 1.77778em; }
  @media (min-width: 768px) {
    .textSize--firstParagraphLarge p:first-child,
    .textSize--firstParagraphLarge p:first-of-type,
    .textSize--veryLarge {
      font-size: 1.8rem; } }  

 

.slider-nav1 img{
    max-height: 280px;
    object-fit: cover;
}
.slick-slide img{
    padding:10px;
}
.slider-nav .slick-slide:hover, .slider-nav1 .slick-slide:hover{
    cursor: pointer;
}
