
@font-face {
  font-family: 'Zurich Sans';
  src: 
      local('Zurich Sans'),
      url('/fonts/Zurich Sans/ZurichSans-Regular.ttf') format('truetype'), 
      url('/fonts/Zurich Sans/ZurichSans-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Zurich Sans';
  src:
      local('Zurich Sans Light'),
      url('/fonts/Zurich Sans/ZurichSans-Light.otf') format('opentype'),
      url('/fonts/Zurich Sans/ZurichSans-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Zurich Sans';
  src: 
      local('Zurich Sans Medium'),
      url('/src/assets/fonts/Zurich Sans/ZurichSans-Medium.otf') format('opentype'),
      url('/src/assets/fonts/Zurich Sans/ZurichSans-Medium.ttf') format('truetype');
  font-weight: 500;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Zurich Sans", sans-serif;
}
@media screen and (min-width: 1200px) {
  .main-container {
    zoom: 1.25;
    height: 100vh;
  }
}
* {
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
.wrapper {
  min-height: 100vh;
}
.main-container {
  padding-top: 60px;
}
.box {
  height: calc(100vh - 60px);
  background: #eceeef 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.604vw 14.583vw;
}
.box img {
  width: 26.042vw;
  height: 26.042vw;
  margin-left: 12.344vw;
}

.t-box {
  min-height: 26.042vw;
  flex-flow: column;
  justify-content: center;
  display: flex;
}
.title {
  margin-bottom: 40px;
  font: normal normal 300 55px/66px "Zurich Sans";
  color: #2167ae;
}
.info {
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  font: normal normal 500 18px/30px "Zurich Sans";
  color: #505050;
  margin-top: 0;
  margin-bottom: 4.167vw;
}
button {
  background-color: #2167ae;
  color: #fff;
  border: none;
  width: 200px;
  border-radius: 2rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font:  normal normal 500 18px/20px "Zurich Sans";
}

button:hover {
  background-color: #2a99e3
}

@media (max-width: 1199px) {
  .title {
    font-size: 53px !important
  }
  .box {
      height: calc(100vh - 75px);
  }
  .box img {
    width: 320px;
    height: 320px;
  }
  .main-container {
    padding-top: 75px;
  }
}

@media (max-width: 991px) {
  .box {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 30px 54px;
    gap: 50px;
  }

   .t-box {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      order: 1;
    }

  .title {
    font: normal normal 300 30px/30px Zurich Sans !important;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    text-align: center;
  }

  .info {
    text-indent: 20px;
    font: normal normal 500 16px/30px Zurich Sans !important;
    text-align:  center !important;
    margin: 40px 0 60px;
  }
  .box img {
    margin: 0;
    order: 0;
    width: 150px;
    height: 150px;
  }

  button {
    width: 100%;
    height: 50px;
    padding: 17px 0;
  }
}

@media (max-width: 577px) {
  button {
    width: 77.103vw;
    height: 11.682vw;
    padding: 3.972vw 0;
  }
}
