.body {
  color: #fff;
  background-color: #1ed760;
  font-family: "Lato", Lato, Arial, sans-serif;
}

.white-color {
  color: #fff;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
}

.w-100 {
  width: 100%;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.portfolio {
  display: flex;
  padding: 30px;
  gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  color: #4d4d4d;
  background-color: #f5f7fa;
}

.portfolio__logo {
  height: 100px;
  width: auto;
}

.portfolio__logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.portfolio__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
}

.portfolio__description {
  color: #717171;
  font-size: 16px;
  font-weight: 400;
  width: 90%;
  line-height: 28px;
}

.portfolio__description a {
  color: #717171;
}

.portfolio__member--ask {
  font-size: 24px;
  font-weight: 400;
  color: #4d4d4d;
  white-space: nowrap;
}

.portfolio__member--sign-up .btn-success {
  display: flex;
  padding: 14px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #1ed760;
  color: #fff;
  border: 0;
}

.portfolio__member--sign-up .btn-success:hover {
  background-color: #22f86d;
}

.fine-print {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
}

.fine-print__header {
  display: block;
  white-space: nowrap;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #1ed760;
}

.fine-print__body {
  margin-top: 20px;
}

.fine-print__body--list,
.fine-print__body--order-list {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 16px;
}

.fine-print__body--sublist {
  padding-left: 16px;
}

.fine-print__body--list a {
  color: #fff103;
  text-decoration: unset;
}

.under-line-primary {
  background-color: #fff103;
  width: 70px;
  height: 2px;
}

.text-underline {
  text-decoration: underline;
}

.terms-and-conditions {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.fw-900 {
  font-weight: 900;
}

.fw-500 {
  font-weight: 500;
}

@media screen and (min-width: 320px) {
  .portfolio__title {
    font-size: 28px;
  }

  .fine-print {
    padding: 14px;
  }

  .fine-print__body--list,
  .fine-print__body--order-list {
    font-size: 12px;
    line-height: 20px;
    padding-left: 16px;
  }

  .fine-print__body--list > li > ul,
  .fine-print__body--order-list > li > ul {
    padding-left: 0;
  }

  .fine-print__header {
    font-size: 26px;
  }

  .terms-and-conditions {
    font-size: 12px;
  }
}

@media screen and (min-width: 576px) {
  .container {
    width: auto;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .portfolio__title {
    font-size: 30px;
  }

  .fine-print {
    padding: 30px;
  }

  .terms-and-conditions {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 750px;
  }

  .portfolio__title {
    font-size: 30px;
  }

  .portfolio__description {
    width: 60%;
  }
  
  .fine-print__body--list > li > ul,
  .fine-print__body--order-list > li > ul {
    padding-left: 16px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }

  .portfolio__title {
    font-size: 30px;
  }

  .portfolio__description {
    width: 70%;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .portfolio__description {
    width: 80%;
  }
}
