/* Logo Claim */


#claim-container {
   display: flex;
   flex-direction: row;
}



#claim-text-container {
   display: flex;
   flex-direction: column;
   border-left: 1px solid black;
   margin-left: 1rem;
   padding-left: 1rem;
   /* border: 1px solid blue; */
}

#claim-1 {
   font-family: Noto Sans Regular;
   /* font-size: 1.2rem; */
   font-weight: 200;
   font-style: normal;
   margin: 0px;
   padding: 0px;
   /* line-height: 1.2rem; */
}

#claim-2 {
   font-family: Noto Sans SemiBold;
   /* font-size: 2.5rem; */
   font-weight: 800;
   font-style: normal;
   margin: 0px;
   padding: 0px;
   /* line-height: 2.5rem; */
}

#claim-3 {
   font-family: Noto Sans Light Italic;
   font-size: 2.5rem;
   margin: 0px;
   padding: 0px;
   line-height: 2.5rem;
}

#claim-4 {
   font-family: Noto Sans Extralight;
   /* font-size: 0.8rem; */
   font-weight: 200;
   font-style: normal;
   margin-top: 0.3rem;
   padding: 0px;
}


.claim-1-small {
   font-family: Noto Sans Regular;
   /* font-size: 0.8rem; */
   font-weight: 200;
   font-style: normal;
   margin: 0px;
   padding: 0px;
   /* line-height: 0.8rem; */
}

.claim-2-small {
   font-family: Noto Sans SemiBold;
   /* font-size: 2.0rem; */
   font-weight: 800;
   font-style: normal;
   margin: 0px;
   padding: 0px;
   /* line-height: 2.0rem; */
}

.claim-3-small {
   font-family: Noto Sans Light Italic;
   /* font-size: 2.0rem; */
   margin: 0px;
   padding: 0px;
   /* line-height: 2.0rem; */
}



@media (max-width: 992px) {

   #claim-image {
      height: 130px;
   }

   #claim-1 {
      font-size: 1.1rem;
      line-height: 1.2rem;
   }   

   #claim-2 {
      font-size: 2.0rem;
      line-height: 2.0rem;
   }   

   #claim-3 {
      font-size: 2.1rem;
      line-height: 2.0rem;
   }   

   #claim-4 {
      font-size: 0.7rem;
      line-height: 0.9rem;
   }

   .claim-image-small {
      height: 50px;
   }


   .claim-1-small {
      font-size: 0.7rem;
      line-height: 0.7rem;
   }

   .claim-2-small {
      font-size: 1.3rem;
      line-height: 1.3rem;
   }

   .claim-3-small {
      font-size: 1.4rem;
      line-height: 1.0rem;
   }

}



@media (min-width: 993px) {


   #claim-image {
      height: 160px;
   }


   #claim-1 {
      font-size: 1.2rem;
      line-height: 1.2rem;
   }   

   #claim-2 {
      font-size: 2.5rem;
      line-height: 2.5rem;
   }   

   #claim-3 {
      font-size: 2.5rem;
      line-height: 2.5rem;
   }   

   #claim-4 {
      font-size: 0.8rem;
   }

   #claim-image-small {
      height: 75px;
   }


   .claim-1-small {
      font-size: 0.8rem;
      line-height: 0.8rem;
   }

   .claim-2-small {
      font-size: 2.0rem;
      line-height: 2.0rem;
   }

   .claim-3-small {
      font-size: 2.0rem;
      line-height: 2.0rem;
   }

   #claim-4 {
      font-size: 0.8rem;
      margin-top: 0.3rem;
   }

}