body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
}

section {
  padding: 10px;
  margin: 10px 0;
}

@media (min-width: 768px) {
  section {
    padding: 15px;
    margin: 20px 0;
  }
}

@media (min-width: 992px) {
  section {
    padding: 20px;
    margin: 25px 0;
  }
}

.back-btn {
  background: none;
  outline: none;
  display: block;
  border: 2px solid #b721ff;
  font-family: "Oswald";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 10px 20px;
  color: #b721ff;
  font-size: 16px;
  cursor: pointer;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 20px auto;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
}

.back-btn:hover, .back-btn:active {
  background-color: #b721ff;
  color: #fff;
  -webkit-box-shadow: #b721ff 0px 2px 8px 0px;
  box-shadow: #b721ff 0px 2px 8px 0px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.section-title {
  font-family: "Oswald";
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #6a11cb;
}

@media (min-width: 576px) {
  .section-title {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .section-title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .section-title {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .section-title {
    font-size: 30px;
  }
}

.text-title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .text-title {
    font-size: 20px;
  }
}

.text {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-top: 5px;
}

.text span {
  font-family: "Oswald";
  font-weight: 500;
  text-transform: uppercase;
}

footer {
  background-color: #000;
}

footer .footer-content {
  display: grid;
  gap: 20px;
  padding: 10px;
  margin: 10px 0;
}

@media (min-width: 768px) {
  footer .footer-content {
    padding: 15px;
    margin: 20px 0;
    gap: 30px;
  }
}

@media (min-width: 992px) {
  footer .footer-content {
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
    margin: 25px 0;
  }
}

@media (min-width: 1200px) {
  footer .footer-content {
    padding: 40px 0;
  }
}

footer .footer-content .sup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 576px) {
  footer .footer-content .sup-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
  footer .footer-content .sup-container div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (min-width: 768px) {
  footer .footer-content .sup-container {
    gap: 30px;
  }
}

@media (min-width: 992px) {
  footer .footer-content .sup-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 160px;
  }
}

footer .footer-content p {
  font-family: "Roboto";
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}

@media (min-width: 992px) {
  footer .footer-content p {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  footer .footer-content p {
    font-size: 18px;
  }
}

footer .footer-content a {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
}

@media (min-width: 992px) {
  footer .footer-content a {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  footer .footer-content a {
    font-size: 18px;
  }
}

footer .footer-content .footer-title {
  color: #b721ff;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  footer .footer-content .footer-title {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  footer .footer-content .footer-title {
    font-size: 17px;
  }
}

footer .footer-content .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .footer-content .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Oswald";
  font-weight: 500;
  text-decoration: none;
  color: #6a11cb;
  text-transform: uppercase;
  font-size: 30px;
}

footer .footer-content .logo a span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
  display: block;
  padding-top: 15px;
  margin-left: 3px;
}

footer .footer-content .logo a img {
  width: 25px;
  height: 30px;
}
