/* figtree-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Figtree regular';
  font-style: normal;
  font-weight: 400;
  src:
    url('figtree-v6-latin-regular.woff2') format('woff2'),
    url('figtree-v6-latin-regular.woff') format('woff'),
    url('figtree-v6-latin-regular.ttf') format('truetype');
}
/* figtree-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Figtree bold';
  font-style: normal;
  font-weight: 800;
  src:
    url('figtree-v6-latin-800.woff2') format('woff2'),
    url('figtree-v6-latin-800.woff') format('woff'),
    url('figtree-v6-latin-800.ttf') format('truetype');
}

body {
margin: 0;
}

.intro-section {
  font-family: "Figtree regular", sans-serif;
  color: #000000;
  display: flex;
  height: 100vh;
}

.intro-section h1 {
  font-size: 45px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 35px;
  font-family: "Figtree bold", sans-serif;
}

.intro-section img {
  max-width: 450px;
  width: 90%;
}

.left-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.left-content .tel {
color: #009255;
font-family: "Figtree bold", sans-serif;
font-size: 20px;
text-decoration: none;
}

.left-content .mail {
  text-decoration-color: #009255;
  text-underline-offset: 9px;
  color: #000000;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.left-content .mail:hover {
  color: #009255;
  transition: color 0.3s ease;
}

@media (max-width: 1024px) {
  .intro-section h1 {
    font-size: 32px;
  } 
  
  .intro-section {
    flex-direction: column;
  }
  
  .left-content {
    width: 100%;
    padding: 50px 0;
    height: 100%;
  }
 
}
