.sng_page-template-sng-refer-a-friend-template header.page-header {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

body.sng_page-template-sng-refer-a-friend-template .content-area {
  margin: 0px auto 40px;
  padding: 180px 0px 101px;
  max-width: 100%;
  border-radius: 0px 0px 85px 85px;
}

.sng_page-template-sng-refer-a-friend-template
  header.page-header
  h1.entry-title {
  font-family: "Sniglet", Sans-serif;
  font-size: 78px;
  font-weight: 800;
  line-height: 74px;
  text-shadow: 12px 12px 12px #ffffff;
}

body.sng_page-template-sng-refer-a-friend-template
  #content.type-sng-page
  .sng-page-content {
  padding: 0px;
  display: flex;
  gap: 40px;
  max-width: 1366px;
  margin: 0 auto 200px;
  z-index: 1;
  position: relative;
}

body.sng_page-template-sng-refer-a-friend-template
  #content.type-sng-page
  .sng-page-content
  > div {
  width: 50%;
}

#sng_refer_a_friend_form {
  width: 100% !important;
  position: relative;
  z-index: 1;
  padding: 60px 72px 30px !important;
  border-radius: 35px;
  max-width: 100% !important;
  background: #e8ecef;
}

.sng-remove {
  border: 1px solid;
  border-radius: 50%;
  padding: 5px 10px;
  margin-top: -20px;
}

.sng-add-referral {
  background-color: transparent !important;
  font-family: "Montserrat Alternates", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #000000;
  border-style: solid;
  border-color: #000000;
  border-radius: 28px;
  padding: 5px 20px;
}

@media only screen and (max-width: 1024px) {
  body.sng_page-template-sng-refer-a-friend-template .content-area {
    padding: 120px 0px 20px;
    border-radius: 0px 0px 35px 35px;
  }

  .sng_page-template-sng-refer-a-friend-template header.page-header {
    padding: 0px 10px;
  }

  body.sng_page-template-sng-refer-a-friend-template
    #content.type-sng-page
    .sng-page-content
    > div {
    width: 100%;
  }

  body.sng_page-template-sng-refer-a-friend-template
    #content.type-sng-page
    .sng-page-content {
    padding: 0px 10px 20px;
    margin-bottom: 20px;
    gap: 20px;
    flex-direction: column;
  }

  .sng_page-template-sng-refer-a-friend-template
    header.page-header
    h1.entry-title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0px;
  }

  #sng_refer_a_friend_form {
    margin-top: 0px !important;
    padding: 30px 20px !important;
  }
}
