:root {
  font-family: Inter, sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #ffffff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100vh;
}
.outer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-left: 14rem;
}
.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 60%;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5rem;
}
.main-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 5.5rem;
  letter-spacing: -0.054em;
  justify-content: center;
  align-items: center;
  color: #1a1b25;
  margin-top: -2.5rem;
  margin-bottom: 2rem;
}
.yellowant {
  width: 60%;
  width: 22rem;
  height: auto;
  margin: 0;
  padding: 0;
}
.zenduty {
  width: 12rem;
}

.description {
  width: 650px;
  height: 29px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #3c4257;
  margin: 0px 0px;
  margin-top: -1.5rem;
}
.link {
  color: #fd9a00;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  body {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 100vw;
    margin-top: 2.5rem;
    /* padding: 1.5rem 0.5rem; */
    overflow: scroll;
  }
  .outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 98%;
    padding: 0;
    margin: 0;
    height: 100%;
  }
  .content {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    width: 100%;
    padding: 3rem 0;
    margin: 0;
    height: 40%;
    margin-left: 1rem;
  }
  .yellowant {
    width: 50%;
    margin-right: 5rem;
    height: auto;
    padding: 0;
    margin-bottom: -0.2rem;
  }
  .zenduty {
    width: 40%;
    margin-bottom: 1.5rem;
  }
  .main-title {
    font-size: 1.4rem;
    line-height: 3.4rem;
    letter-spacing: -0.034em;
    margin-bottom: 2.5rem;
    padding: 0.2rem 0;
    margin-right: 1rem;
    width: 96%;
  }
  .description {
    width: 60%;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.054em;
    justify-content: center;
    align-items: center;
    color: #1a1b25;
    margin-top: -2.5rem;
    /* margin-bottom: 2rem; */
  }
}

@media only screen and (min-width: 700px) {
  body {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .outer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5rem;
    margin: 0;
    height: 100%;
  }
  .content {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0.5rem;
    margin-top: 3rem;
    height: auto;
  }
  .yellowant {
    width: 30%;
    margin-right: 2rem;
    height: auto;
    padding: 0;
    margin-bottom: -0.2rem;
  }
  .zenduty {
    width: 40%;
    margin-bottom: 1.5rem;
  }
  .main-title {
    font-size: 2.2rem;
    line-height: 5.5rem;
    letter-spacing: -0.034em;
    margin-bottom: 2.5rem;
    padding: 0.2rem 0;
    margin-right: 1rem;
    width: 100%;
  }
  .description {
    width: 90%;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.054em;
    justify-content: center;
    align-items: center;
    color: #1a1b25;
    margin-top: -2.5rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100vh;
  }
  .outer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: 14rem;
  }
  .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 60%;
  }
  .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    margin-left: 5rem;
  }
  .main-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 6rem;
    letter-spacing: -0.054em;
    justify-content: center;
    align-items: center;
    color: #1a1b25;
    margin-top: -1.5rem;
    margin-bottom: 2rem;
  }
  .yellowant {
    width: 60%;
    width: 22rem;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .zenduty {
    width: 12rem;
    margin-bottom: -0.5rem;
  }

  .description {
    width: 650px;
    height: 29px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #3c4257;
    margin: 0px 0px;
    margin-top: -1.5rem;
  }
  .link {
    color: #fd9a00;
    cursor: pointer;
  }
}
