@font-face {
  font-family: 'Aeroport';
  src: url('../font/Aeroport-Light.woff2') format(woff2),
      url('../font/Aeroport-Light.woff');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
}
@font-face {
  font-family: 'Aeroport';
  src: url('../font/Aeroport.woff2') format(woff2),
      url('../font/Aeroport.woff');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
}
html{
    box-sizing: border-box;
  }
  
  
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  figure,
  figcaption,
  blockquote,
  dl,
  dd {
    margin: 0;
  }
  
  
  img {
    max-width: 100%;
    display: block;
  }
  
  body{
    font-family: 'Aeroport';
    height: 100%;
  }
  
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: .5rem;
	padding-right: .5rem;
}
.contoursim {
  background: url('../img/bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}

.contoursim-block {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logo{
  margin-bottom: 40px;
}
.contoursim__block-subtitle {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 40px;
  color: #000;
  font-weight: 300;
}
.contoursim__block-text {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

@media(max-width: 550px){
  .contoursim__block-subtitle{
    width: 200px;
    font-size: 26px;
    line-height: 30px;
  }
  .contoursim{
    background: url('../img/bg-mobile.png') no-repeat;
    background-size: cover;
    background-position: bottom right;
    min-height: 100%;
  }
  .contoursim__block-text{
    width: 240px;
  }
  .contoursim-block{
    min-height: 100svh;
  }
  
}
