/* prepared on Thu, 23 Apr 2020 13:13:37 +0000 (0.0038s) */


.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;*/ } }
      
      @media only screen and (min-width: 1440px) {
  .od {
       margin-top: -200px;
  }
}

@media only screen and (max-width: 425px){
    .photo_pad {
            padding: 30px;
    }
    .mobile_vanish {
        display: block;
    }
    .desktop_vanish {
        display: none;
    }
}

@media only screen and (min-width: 426px){
    .mobile_vanish {
        display: none;
    }
    .desktop_vanish {
        display: block;
    }
}
      

 

.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;
}
