body {
  margin: 0;
  padding: 0;
  background-image: url("../img/background.png");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 60px;
  padding-right: 60px;
}

.main-logo {
  margin-top: 40px;
}

.hero-title {
  margin-top: 80px;
}

.title .without-card {
  font-family: "Montserrat", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}

.title .golden-container {
  color: #23577c;
}

.title .golden-container .card {
  padding: 9px;
  border-radius: 40px;
  font-family: "Montserrat", sans-serif;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 30px;
  /* width: 81%; */
}
.title .golden-container .card span {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.list-right {
  margin-left: 80px;
}

.list-menu {
  margin-top: 80px;
}

.list-menu-img{
    height: 150px;
}

@media (max-width: 768px) {
  body {
    background-position: right;
  }
  .image-logo {
    height: 55px;
  }
  .title .without-card {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    text-align: left;
  }
  .title .golden-container .card span {
    font-size: 22px;
  }
  .title .golden-container .card h1 {
    font-size: 22px;
  }
  .list-right {
    margin-left: 0;
    margin-top: 20px;
  }
}
