* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav {
  margin-right: 60px;
  margin-top: 27px;
}

ul a {
  text-decoration: none;
  list-style: none;
  font-size: 20px;
  color: #000000;
  line-height: 29.38px;
}

.side-nav {
  height: 70%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #21243d;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 4rem;
  transition: 0.5s;
}

.side-nav a:hover {
  background-color: #21243d;
}

.works {
  color: #ff6464;
}

.work-link {
  text-decoration: none;
}

.inner-content h3 {
  color: #8695a4;
  font-size: 20px;
}

.inner-content h3 span {
  background-color: #142850;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-weight: 900;
  margin-right: 28px;
}

footer {
  padding: 1rem;
}

.footer {
  display: flex;
  justify-content: center;
  margin-bottom: 1.3rem;
  padding-left: 2rem;
}

footer a {
  margin-right: 2rem;
}

footer p {
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 20.56px;
  color: #21243d;
  padding-bottom: 3rem;
}

@media screen and (min-width: 320px) {
  nav ul {
    display: none;
  }

  .open-slide {
    position: absolute;
    right: 7px;
  }

  .content {
    padding: 4rem 1.5rem 5.2rem 1.5rem;
    margin-top: 24px;
  }

  .content-body {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
    width: 100%;
    flex-wrap: wrap;
  }

  .Desktop {
    display: none;
  }

  .inner-content {
    width: 100%;
    margin-top: 5px;
  }

  h1 {
    color: #21243d;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 25px;
  }

  .img {
    width: 100%;
  }

  .inner-content h2 {
    font-size: 24px;
    color: #21243d;
    margin-bottom: 1rem;
    line-height: 30px;
  }

  .inner-content p {
    color: #21243d;
    font-size: 15px;
    line-height: 23.5px;
    font-weight: 400;
    width: 100%;
  }

  .side-nav a {
    padding: 1rem;
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    display: block;
    transition: 0.3s;
  }

  .side-nav .btn-close {
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .line {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }
}

@media screen and (min-width: 768px) {
  nav ul {
    display: flex;
    justify-content: right;
    gap: 3rem;
  }

  .open-slide {
    display: none;
  }

  .content {
    margin-top: 6rem;
    padding: 0 0 5.81rem 3.69rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .content-body {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding-left: 2rem;
    width: 100%;
    flex-wrap: nowrap;
  }

  .mobile {
    display: none;
  }

  .inner-content {
    width: 100%;
    margin-left: 2rem;
  }

  h1 {
    color: #21243d;
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 55px;
    padding: 0 0 0 30px;
  }

  .img {
    width: 50%;
  }

  .inner-content h2 {
    font-size: 30px;
    color: #21243d;
    margin-bottom: 1rem;
  }

  .inner-content p {
    color: #21243d;
    font-size: 16px;
    line-height: 23.5px;
    font-weight: 400;
    padding-right: 1rem;
    width: 80%;
  }

  .line {
    width: 85%;
    border-bottom: 1px solid #e0e0e0;
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    color: #21243d;
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 55px;
    padding: 0 0 0 30px;
  }

  .content {
    margin-top: 8.75rem;
    padding: 0 0 6.81rem 17.69rem;
  }

  .content-body {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding-left: 2rem;
    width: 100%;
  }

  .mobile {
    display: none;
  }

  .inner-content p {
    color: #21243d;
    font-size: 16px;
    line-height: 23.5px;
    font-weight: 400;
    padding-right: 2rem;
    width: 60%;
  }

  .line {
    width: 75%;
    border-bottom: 1px solid #e0e0e0;
  }

  .img {
    width: 50%;
  }
}
