a, img {
  display: block;
}

* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.logo {
  height: 100px;
  width: 130px;
}
.logo img {
  height: 100%;
  width: 100%;
}

.main {
  max-width: 640px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #F5F5F4;
  overflow: hidden;
  box-shadow: 0 0 50px 30px rgba(0, 0, 0, 0.1);
}

.banner {
  background-image: url("assets/images/img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 690px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.black {
  color: #0C0C0C;
}

.white {
  color: #FFFFFF;
}

.title {
  font-size: 40px;
}

p {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
p span {
  font-weight: bold;
}

.content {
  padding: 40px 50px 70px;
}

/*# sourceMappingURL=styles.css.map */
