.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #f8f8f8;
}

.main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.logo__img {
  width: 300px;
}

.logo {
  margin-bottom: 20px;
}

.contact_info {
  width: 300px;
}

.contact_info__text {
  text-align: center;
  font-family: Caveat, sans-serif;
  font-size: 24px;
}

.contact_info__name {
  color: #735a97;
  text-align: center;
  font-family: Caveat, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.contact_info__title {
  color: #735a97;
  text-align: center;
  margin-top: 8px;
  font-family: Caveat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.contact_info__address {
  color: #735a97;
  text-align: center;
  margin-top: 25px;
  font-family: Caveat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.contact_info_linkblock {
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact_info__instagram {
  color: #735a97;
  text-align: center;
  margin-top: 25px;
  font-family: Caveat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.sparkle {
  margin-top: 24px;
}

.sparkle__image {
  width: 75px;
}


