
/* ===================================================================
   MOBILE/Tablets RESPONSIVENESS BASE
   
=================================================================== */
/*==========================
    HTML-BODY
============================*/

@media (max-width: 1380px) {

  /* Allow the page to scale correctly */
  html, body {
    min-width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 16px;
  }

}

/* =====================
   HEADER
============================ */
@media (min-width: 1024px) and (max-width: 1380px) {
  .header-frame { height: 100px; }
  .header-image { width: 105px; margin-top: 0.3rem; }
  .header-left { margin-top: 1.2rem; }
  .header-text h1 { font-size: 43px;margin-top: 0.01px; }
  .header-text h2 { font-size: 20px; transform: translateX(0.8);}
}

@media (min-width: 900px) and (max-width: 1020px) {
  .header-frame { height: 97px; }
  .header-image { width: 100px; margin-top: 0.3rem; }
  .header-left { margin-top: 1.17rem; }
  .header-text h1 { font-size: 43px;margin-top: 0.01px; }
  .header-text h2 { font-size: 20px; transform: translateX(0.8);}
}

@media (min-width: 600px) and (max-width: 899px)  {
  .header-frame { height: 93px; }
  .header-image { width: 95px; margin-top: 0.25rem; }
  .header-left { margin-top: 1.05rem; }
  .header-text h1 { font-size: 40px; margin-top: 0.01px;}
  .header-text h2 { font-size: 18px; }
}

@media (min-width: 400px) and (max-width: 599px)  {
  .header-frame { height: 88px; }
  .header-image { width: 95px; margin-top: 0.2rem; }
  .header-left { margin-top: 1rem; }
  .header-text h1 { font-size: 35px;margin-top: 0.01px; }
  .header-text h2 { font-size: 16px; }

  
   /* --- HAMBURGER MENU FOR SMALL PHONES ONLY --- */
 
 /* Hide header-right on tiny phones */
   .header-right {
  display: none !important;
  
  }
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 1px;
  cursor: pointer;
  z-index: 9990;
  position: absolute;
  top: 0.7rem;        /* move up */
  left: 1rem;      /* keep aligned to the left */
  width: 28px;
  
  
}

.hamburger-arrow span {

  position: relative;
  width: 26px;
  height: 5px;
  background-color: var(--accent) !important;
  border-radius: 5px;
  display: block;
    background: black;
    margin: 3px 0;
    transition: all 0.3s ease;
	
}
/*Default CLOSED state*/
.hamburger-arrow span:nth-child(1) {
    transform-origin: center bottom; 
	transform: rotate(32deg);
}

.hamburger-arrow span:nth-child(2) {
  transform-origin: center top;
   transform: rotate(-32deg);
}
/*Active state*/

.hamburger-arrow.active span:nth-child(1) {
  transform: rotate(-32deg);
}

.hamburger-arrow.active span:nth-child(2) {
  transform: rotate(32deg);
}

/* =============== MOBILE SLIDE-IN MENU =============== */

/* MOBILE MENU — hidden by default */
.mobile-menu {
  position: fixed;
  top: 6rem;
  border-radius: 40% / 40%;
  left: -130px;      /* fully hidden off-screen */
  width: 130px;       /* slide-in panel width */
  height: 12vh;
  background: rgba(11, 156, 49, 0.4);
  z-index: 9995;
  transition: left 0.35s ease;
  padding: 0 1rem ;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
}

/* When hamburger is active → menu slides in */
.mobile-menu.open {
  left: 0;
}

/* Keep items vertical and centered */
.mobile-menu .menu-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1rem;
  right:0.3rem;
}

.mobile-menu a {
  font-size: 18px;
  color: var(--brand);
}
}

/* =====================
   Mobile Menu-Chatbox
============================ */
@media (max-width: 600px) {
  #chatPopup {
    top: 70px !important;   /* equal to your header height */
    height: calc(70vh - 70px) !important;
    z-index: 9999 !important; /* above everything */
    position: fixed !important;
  }
}

/* =====================
   VERY SMALL PHONES
============================ */
@media (max-width: 399px) {
  .header-frame { height: 58px; }
   .header-left { margin-top: 0.25rem; }
  .header-image { width: 60px; margin-top: 0.3rem; }
  .header-text h1 { font-size: 22px; }
  .header-text h2 { font-size: 8.75px; }
  
   /* --- HAMBURGER MENU FOR SMALL PHONES ONLY --- */
 
 /* Hide header-right on tiny phones */
   .header-right {
  display: none !important;
  
  }
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 1px;
  cursor: pointer;
  z-index: 9990;
  position: absolute;
  top: 0.7rem;        /* move up */
  left: 1rem;      /* keep aligned to the left */
  width: 28px;
  
  
}

.hamburger-arrow span {

  position: relative;
  width: 26px;
  height: 5px;
  background-color: var(--accent) !important;
  border-radius: 5px;
  display: block;
    background: black;
    margin: 3px 0;
    transition: all 0.3s ease;
	
}
/*Default CLOSED state*/
.hamburger-arrow span:nth-child(1) {
    transform-origin: center bottom; 
	transform: rotate(32deg);
}

.hamburger-arrow span:nth-child(2) {
  transform-origin: center top;
   transform: rotate(-32deg);
}
/*Active state*/

.hamburger-arrow.active span:nth-child(1) {
  transform: rotate(-32deg);
}

.hamburger-arrow.active span:nth-child(2) {
  transform: rotate(32deg);
}

/* =============== MOBILE SLIDE-IN MENU =============== */

/* MOBILE MENU — hidden by default */
.mobile-menu {
  position: fixed;
  top: 4rem;
  border-radius: 40% / 40%;
  left: -130px;      /* fully hidden off-screen */
  width: 130px;       /* slide-in panel width */
  height: 12vh;
  background: rgba(11, 156, 49, 0.4);
  z-index: 9995;
  transition: left 0.35s ease;
  padding: 0 1rem ;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
}

/* When hamburger is active → menu slides in */
.mobile-menu.open {
  left: 0;
}

/* Keep items vertical and centered */
.mobile-menu .menu-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1rem;
  right:0.3rem;
}

.mobile-menu a {
  font-size: 18px;
  color: var(--brand);
}
}


/*====================================
      Footer 
====================================*/

@media (min-width: 1024px) and (max-width: 1380px) {
  .footer-columns {
    gap: 1.5rem;
  }

  .footer-col h3 {
    font-size: 23px;
  }

  .footer-col .links a {
    font-size: 19px;
    padding: 5px 10px;
  }
  .links a i {
  font-size: 20px;
  }

  footer {
    font-size: 14px;
  }
  
   .quote h3{ 
    font-size:26px; 
    padding: 0 8rem; 
    margin: 0 ;
}

  .footer-image {
  width: 3%  ;
  }
}

@media (min-height: 600px) and (max-width: 1023px) {

  .footer-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .footer-col h3 {
    font-size: 21px;
  }

  .footer-col .links a {
    font-size: 17px;
    padding: 4px 8px;
  }
  .links a i {
  font-size: 19px;
  }
 .quote h3{ 
    font-size:24px; 
    padding: 0 8rem; 
    margin: 0 ;
}
    
  .footer-image {
  width: 3%  ;
  }
}

@media (min-width: 400px) and (max-width: 599px) {

  /* Stack columns vertically */
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  /* text scaling */
  .footer-col h3 {
    font-size: 20px;
  }

  footer {
    font-size: 14px;
    padding-top: 0.5rem;
  }

  .footer-col .links a {
    font-size: 16px;
    padding: 6px 12px;
  }
  .links a i {
  font-size: 18px;
  }
   .quote h3{ 
    font-size:22px; 
    padding: 0 8rem; 
    margin: 0 ;
}

  /* icons */
  .footer-col:last-child .links a {
    font-size: 1.1rem;
  }
  .footer-image {
  width: 5%  ;
  }
}

/* =====================
   VERY SMALL PHONES
============================ */
@media (max-width: 399px) {
.footer-columns {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    text-align: center;
  }
  footer {
    font-size: 12px;
  }

  .footer-col h3 {
    font-size: 18px;
  }

  .footer-col .links a {
    font-size: 14px;
    padding: 4px 8px;
  }
  .links a i {
  font-size: 16px;
  }
 .quote h3{ 
    font-size:20px; 
    padding: 0 5rem; 
    margin: 0 ;
}

  .footer-col:last-child .links a {
    font-size: 1.1rem;
  }
  .footer-image {
  width: 5%  ;
  }
}


/*=============================
         Main
============================ */

@media (min-width: 1024px) and (max-width: 1380px) {

.slogan h1 { font-size: 2.5vw !important; }
  .slogan h2 { font-size: 1.8vw !important; }

.intro-text p { 

  font-size: 23px;
 
  line-height: 2rem;
}


/* ===========================
    SOLUTIONS
=========================== */

  .solutions-window {
    
    min-height: 120vh;
    
  }
  .solutions-bg {
    
    background-position: center !important;
    background-repeat: repeat;
	background-size: clamp(90%, 95vw, 100%) auto;
	
  }
  .solutions-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 2rem 1rem;
    transform: translateY(60px);
    margin-right: 1rem;
  }
  .solutions-list li{
    font-size: 24px;
    line-height: 1.8rem;
    margin:1rem 1rem;
   
  }

/* ===========================
   INDUSTRIES
=========================== */

  .industries-window {
    
    min-height: 100vh;
    
  }
  .industries-bg {
    
    background-position: center !important;
    background-repeat: repeat;
	background-size: clamp(90%, 95vw, 100%) auto;
  }
  .industries-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1rem;
    transform: translateY(40px);
    margin-right: 1rem;
  }
  .industries-list li {
  font-size: 45px;
  font-family: "casablanca-urw", sans-serif;
  line-height: 3rem;
  
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* ===========================
   LANGUAGES
=========================== */

  .languages-window {
    
    min-height: 100vh; 
  }
  
  .languages-bg {
    
    background-position: center !important;
    background-repeat: repeat;
	background-size: clamp(90%, 95vw, 100%) auto;
  }
  .languages-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1rem;
    transform: translateY(40px);
    margin-right: 1rem;
  }

	
  .languages-wrapper{ width:80%; gap: 2rem; }
  .languages-card {
  width: calc(90% - 0.5rem);
  box-sizing: border-box;
}

  .languages-card.left h2{ font-size: 28px; line-height: 1.1; }
  .languages-card.right h2{ font-size: 28px; line-height: 1.1; }

  .languages-card.left h3{ font-size: 24px; line-height: 1.2; }
  .languages-card.right h3{ font-size: 24px; line-height: 3; }

  .country-list p{ font-size: 21px; line-height: 1.2; }
  
 
}


@media (min-width: 900px) and (max-width:1023px){
 
 .slogan{margin: 1rem 6rem 0 3rem;}   
.slogan h1 { font-size: 2.5vw !important; }
  .slogan h2 { font-size: 2vw !important; }

.intro-text p { 

  font-size: 23px;
  margin: 1rem 6rem 0 4rem;
  line-height: 1.8rem;
}


/* ===========================
   SOLUTIONS
=========================== */

  .solutions-window {
    
    min-height: 120vh;
    
  }
  .solutions-bg {
    
    background-position: center !important;
    background-repeat: repeat;
	background-size: clamp(90%, 95vw, 100%) auto;
	
  }
  .solutions-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 2rem 1rem;
    transform: translateY(60px);
    margin-right: 1rem;
  }
  .solutions-list li{
    font-size: 24px;
    line-height: 1.8rem;
    margin:1rem 1rem;
   
  }

/* ===========================
   INDUSTRIES
=========================== */

  .industries-window {
    
    min-height: 100vh;
    
  }
  .industries-bg {
    
    background-position: center !important;
    background-repeat: repeat;
	background-size: clamp(90%, 95vw, 100%) auto;
  }
  .industries-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1rem;
    transform: translateY(40px);
    margin-right: 1rem;
  }
  .industries-list li {
  font-size: 40px;
  font-family: "casablanca-urw", sans-serif;
  line-height: 3rem;
  
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* ===========================
   LANGUAGES
=========================== */

  .languages-window {
    
    min-height: 100vh; 
  }
  
  .languages-bg {
    
    background-position: center !important;
    background-repeat: repeat;
	background-size: clamp(90%, 95vw, 100%) auto;
  }
  .languages-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1rem;
    transform: translateY(40px);
    margin-right: 2rem;
  }

  .languages-wrapper{ width: 90%; gap: 1.5rem; }
  .languages-card {
  width: calc(90% - 0.5rem);
  box-sizing: border-box;
}

  .languages-card.left h2{ font-size: 26px; line-height: 1.1; }
  .languages-card.right h2{ font-size: 26px; line-height: 1.1; }

  .languages-card.left h3{ font-size: 22px; line-height: 1.2; }
  .languages-card.right h3{ font-size: 22px; line-height: 3.6; }

  .country-list p{ font-size: 20px; line-height: 1.2; }


}
	
@media (min-width: 700px) and (max-width:899px) {

.slogan{margin: 1rem 6rem 0 3rem;}   
.slogan h1 { font-size: 3.5vw !important; }
  .slogan h2 { font-size: 2.8vw !important; }

.intro-text p { 

  font-size: 18px;
  margin: 1rem 6rem 0 4rem;
  line-height: 1.8rem;
}


/* ===========================
   SOLUTIONS
=========================== */


  .solutions-window {
    
    min-height: 120vh;
    
  }
  .solutions-bg {
    background-position: 50% 30% !important; /* “zoom out feel” by showing upper area */
    background-repeat: repeat;
	background-size: 125% auto;

  }

  
  .solutions-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 2rem 1rem;
    transform: translateY(60px);
    margin-right: 1rem;
  }
  
  .solutions-list li{
    font-size: 24px;
    line-height: 1.8rem;
    margin:1rem 1rem;
   
  }

/* ===========================
   INDUSTRIES
=========================== */

  .industries-window {
    min-height: 100vh;
  }
  .industries-bg {
    background-position: 50% 30% !important; /* “zoom out feel” by showing upper area */
    background-repeat: repeat;
	background-size: 140% auto;
	
  }
  .industries-foreground {
    align-items: center !important;
    justify-content: center !important;
    transform: translateY(20px);
  }
  
  .industries-list{padding: 1.2rem 1rem;}
  
  .industries-list li{
    font-size: 35px;
    line-height: 1.5;
  }
  
/* ===========================
   LANGUAGES
=========================== */

  .languages-window {
    
    min-height: 100vh;
   
  }
  .languages-bg {
   background-position: 50% 30% !important; /* “zoom out feel” by showing upper area */
    background-repeat: repeat;
	background-size: 125% auto;
	
  
  }
  
  .languages-foreground {
    align-items: center !important;
    justify-content: center !important;
    transform: translateY(30px);
  }
  
   .languages-wrapper{ width: 85%; gap: 1.2rem; }
  .languages-card {
  width: calc(90% - 0.3rem);
  box-sizing: border-box;
}

  .languages-card.left h2{ font-size: 25px; line-height: 1.1; }
  .languages-card.right h2{ font-size: 25px; line-height: 1.1; }

  .languages-card.left h3{ font-size: 21px; line-height: 1.2; }
  .languages-card.right h3{ font-size: 21px; line-height: 3.65; }

  .country-list p{ font-size: 19px; line-height: 1.2; }

}		

@media (min-width: 600px) and (max-width:699px) {

.slogan{margin: 1rem 5rem 0 3rem;}
 .slogan h1 { font-size: 3.4vw !important; line-height: 1.1;}
  .slogan h2 { font-size: 2.8vw !important; }

.intro-text p { 
  
  font-size: 18px;
  margin: 1rem 5rem 0 3rem;
  line-height: 1.4;
}

/* ===========================
   SOLUTIONS
=========================== */


   .solutions-window {
    
    min-height: 170vh;
   	 
  }
  .solutions-bg {
   
     background-position: 50% 30% !important; /* “zoom out feel” by showing upper area */
    background-repeat: repeat;
	background-size: 125% auto;
	
  }
  .solutions-foreground {
    transform: translateY(60px);
  }
  .solutions-list li{
    font-size: 20px; 
    line-height: 1.4rem;
  }

/* ===========================
   INDUSTRIES
=========================== */

 .industries-window {
    
    max-height: 90vh;
    
  }
  .industries-bg {
   
  background-position: 50% 20% !important; /* “zoom out feel” by showing upper area */
    background-repeat: repeat;
	background-size: 140% auto;
	
  }
  .industries-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 3rem 1rem;
    transform: translateY(160px);
   
    
  }
   .industries-list{
      width:400px;
      margin-right: 0.1rem;
    margin-left: 0.1rem;
  }
  
  .industries-list li{
    font-size: 30px;
    line-height: 2rem;
  }
  
/* ===========================
   LANGUAGES
=========================== */



   .languages-window {
    
    min-height: 90vh;
    
    
  }

  /* IMPORTANT: disable fixed background on phones */
  .languages-bg {
   
    background-position: 50% 30% !important; /* “zoom out feel” by showing upper area */
    background-repeat: repeat;
	background-size: 125% auto;
	
  }
  

  .languages-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 0 0.5rem;
    transform: translateY(40px);
    margin-right: 0.5rem;
  }

.languages-wrapper{
    width: 92%;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .languages-card {
  width: calc(80% - 0.5rem);
  box-sizing: border-box;
}

  .languages-card.left h2{ font-size: 25px; line-height: 1.1; }
  .languages-card.right h2{ font-size: 25px; line-height: 1.1; }

  .languages-card.left h3{ font-size: 21px; line-height: 1.2; padding: 0.6rem; }
  .languages-card.right h3{ font-size: 21px; line-height: 3.2; padding: 0.6rem; }

  .country-list p{ font-size: 19px; line-height: 1.2; }
  
}



@media (min-width: 400px) and (max-width: 599px) {
	
.slogan{margin: 1rem 5rem 0 3rem;}
  .slogan h1 { font-size: 4vw !important; line-height:1.1;}
  .slogan h2 { font-size: 3vw !important; }
  
.intro-text p { 
  
  font-size: 16px;
  margin: 1rem 5rem 0 3rem;
  line-height: 1.4;
}



	
/* ===========================
   TABLET PORTRAIT — SOLUTIONS
=========================== */

   .solutions-window {
    
    min-height: 165vh;
   	 
  }
  .solutions-bg {
   
     background-position: 50% 30% !important; /* “zoom out feel” by showing upper area */
    background-repeat: repeat;
	background-size: 125% auto;
	
  }
  .solutions-foreground {
    transform: translateY(30px);
  }
  .solutions-list li{
    font-size: 20px; 
    line-height: 1.4;
  }
  


/* ===========================
   TABLET PORTRAIT — INDUSTRIES
=========================== */

    .industries-window {
    
    max-height: 70vh;
    
  }
  .industries-bg {
   
  background-position: 50% 20% !important; /* “zoom out feel” by showing upper area */
    background-repeat: repeat;
	background-size: 140% auto;
	
  }
  .industries-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 3rem 1rem;
    transform: translateY(160px);
   
    
  }
   .industries-list{
      width:400px;
      margin-right: 0.1rem;
    margin-left: 0.1rem;
  }
  
  .industries-list li{
    font-size: 30px;
    line-height: 2rem;
  }

/* ===========================
   TABLET PORTRAIT — LANGUAGES
=========================== */


   .languages-window {
    
    min-height: 80vh;
  
  }

  /* IMPORTANT: disable fixed background on phones */
  .languages-bg {
   
    background-position: 50% 30% !important; /* “zoom out feel” by showing upper area */
    background-repeat: repeat;
	background-size: 125% auto;
	background-attachment: scroll;
	
  }
  

  .languages-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 0 0.5rem;
    transform: translateY(10px);
    margin-right: 0.5rem;
  }

  .languages-wrapper{
    width: 94%;
    flex-direction: column;
    align-items: center;
    gap: none;
  }

 .languages-card {
  width: calc(70% - 0.5rem);
  box-sizing: border-box;
}

  .languages-card.left h2{ font-size: 23px; line-height: 1.1; }
  .languages-card.right h2{ font-size: 23px; line-height: 1.1; }

  .languages-card.left h3{ font-size: 20px; line-height: 1.2; padding: 0.5rem; }
  .languages-card.right h3{ font-size: 20px; line-height: 3.65; padding: 0.5rem; }

  .country-list p{ font-size: 18px; line-height: 1.2; }
 
}

/* =====VERY SMALL PHONES========== */
@media (max-width: 399px) {

	
.slogan{margin: 1rem 5rem 0 3rem;}
  .slogan h1 { font-size: 4vw !important; line-height:1.1;}
  .slogan h2 { font-size: 3vw !important; }
  
.intro-text p { 
  
  font-size: 16px;
  margin: 1rem 5rem 0 3rem;
  line-height: 1.4;
}


/* ===========================
   PHONE PORTRAIT — SOLUTIONS
=========================== */

  .solutions-window {
    
    min-height: 170vh;
   	 
  }
  .solutions-bg {
   
     background-position: 50% 30% !important; /* “zoom out feel” by showing upper area */
    background-repeat: repeat;
	background-size: 125% auto;
	
  }
  .solutions-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1rem;
    transform: translateY(70px);
    margin-right: 1rem;
  }
 
  .solutions-list li{
    font-size: 20px; 
    line-height: 1.4;
  }

/* ===========================
   PHONE PORTRAIT — INDUSTRIES
=========================== */

  .industries-window {
    
    max-height: 60vh;
    
  }
  .industries-bg {
   
  background-position: 40% 20% !important; /* “zoom out feel” by showing upper area */
    background-repeat: repeat;
	background-size: 140% auto;
	
  }
  .industries-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 3rem 1rem;
    transform: translateY(170px); 
    

    
  }
  .industries-list{
      width:400px;
      margin-right: 1.5rem;
    margin-left:0.5rem;
  }
  
  .industries-list li{
    font-size: 26px;
    line-height: 1.5rem;
  }


/* ===========================
   PHONE PORTRAIT — LANGUAGES
=========================== */


  .languages-window {
    
    min-height: 120vh;
    
    
  }

  /* IMPORTANT: disable fixed background on phones */
  .languages-bg {
   
    background-position: 50% 30% !important; /* “zoom out feel” by showing upper area */
    background-repeat: repeat;
	background-size: 125% auto;
	
	
  }
  

  .languages-foreground {
    align-items: center !important;
    justify-content: center !important;
    padding: 0 0.5rem;
    transform: translateY(50px);
    margin-right: 0.5rem;
  }

 .languages-wrapper{
    width: 94%;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
  }


.languages-card {
  width: calc(80% - 0.5rem);
  box-sizing: border-box;
}
  .languages-card.left h2{ font-size: 21px; line-height: 1.1; }
  .languages-card.right h2{ font-size: 21px; line-height: 1.1; }

  .languages-card.left h3{ font-size: 18px; line-height: 1.2; padding: 0.4rem; }
  .languages-card.right h3{ font-size: 18px; line-height: 3.6; padding: 0.4rem; }

  .country-list p{ font-size: 17px; line-height: 1.15; }
 
  
}