.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;
  }
}

.section-renewal {
  background-image: url('../images/bg.jpg');
  background-position: 50% 0;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.renewal-contain {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-wrap {
  max-width: 28rem;
}

.main-msg {
  color: #5e4934;
  text-align: center;
  margin-bottom: 4rem;
  font-family: Bitter, serif;
  font-size: 2.25rem;
  line-height: 1.5;
}

.sub-msg {
  color: #5e4934;
  text-align: center;
  margin-bottom: 1.75rem;
  font-family: Bitter, serif;
  font-size: 1.675rem;
  line-height: 1.5;
}

.link-6 {
  color: #ee830e;
  text-underline-position: under;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}

.link-7 {
  text-decoration: none;
}

.text-span {
  color: #04bcbc;
}

.icon-embed-xxsmall {
  color: #5e4934;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
}

.icon-embed-xxsmall-2 {
  color: #5e4934;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.icon-embed-xxsmall-3 {
  color: #5e4934;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
}

.socials-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logo-wrap {
    width: 22rem;
  }

  .main-msg {
    margin-bottom: 3rem;
    font-size: 1.875rem;
  }

  .sub-msg {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section-renewal {
    padding-left: 7%;
    padding-right: 7%;
  }

  .logo-wrap {
    width: 18rem;
  }

  .main-msg {
    margin-bottom: 2rem;
    font-size: 1.375rem;
  }

  .sub-msg {
    font-size: 1.125rem;
  }

  .socials-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section-renewal {
    padding-left: 10%;
    padding-right: 10%;
  }

  .logo-wrap {
    width: 14rem;
  }

  .main-msg {
    font-size: 1.255rem;
  }

  .sub-msg {
    font-size: 1rem;
  }

  .socials-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }
}


