body {
  background-color: #F6F3EC;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1300px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.main-row {
  width: 100%;
  display: flex;
  height: 100vh;
}
.main-row .main-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.main-row .main-section .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-right: 8%;
}
.main-row .main-section .logo img {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .main-row .main-section .logo img {
    width: 100%;
  }
}
.main-row .main-section .discription {
  width: 100%;
  padding: 0 100px;
}

@media screen and (max-width: 900px) {
  .main-row .main-section .discription {
    width: 100%;
    padding: 0 0px;
  }
}

.main-row .main-section .discription p {
  text-align: center;
  font-size: 20px;
  color: #223749;
  font-family: "Inter", sans-serif;
  line-height: 38px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .main-row .main-section .discription p {
    font-size: 18px;
    line-height: 30px;
  }
}
.main-row .main-section .footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-row .main-section .footer p {
  text-align: center;
  font-size: 16px;
  color: #223749;
  font-family: "Inter", sans-serif;
  padding: 5px 0;
}
.main-row .main-section .footer p span {
  font-weight: 500;
}
.main-row .main-section .footer p a {
  font-weight: 500;
  color: #223749;
  text-decoration: none;
}
.main-row .main-section .footer p a:hover {
  text-decoration: underline;
}
.main-row .main-section .footer .socialmedia {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 35px 0 10px 0;
}
.main-row .main-section .footer .socialmedia ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.main-row .main-section .footer .socialmedia ul li {
  list-style: none;
}
.main-row .main-section .footer .socialmedia ul li a {
  text-decoration: none;
}
.main-row .main-section .footer .copyrights {
  margin-top: 15px;
  color: #A39C9C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */