.hero-header .hero-title {
  font-size: 42px;
  color: #273f5d;
  line-height: 1.257;
  margin-bottom: 1.7rem;
}

.hero-header .hero-text {
  font-size: 19px;
  color: #3e536d;
  line-height: 1.474;
  margin-bottom: 0.5rem;
}

.hero-header .button-green {
  font-weight: bold;
}

.hero-header .header__covers--small__wrpaper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0 85px;
  margin: 90px 0;
  padding: 0 15px;
}

.hero-header .header__covers--small__wrpaper a {
  transform: rotateZ(-10deg);
}

.hero-header .header__covers--small__wrpaper a img {
  -webkit-box-shadow: 2px 2px 12px 0px rgb(68 68 90 / 40%);
  -moz-box-shadow: 2px 2px 12px 0px rgb(68 68 90 / 40%);
  box-shadow: 2px 2px 12px 0px rgb(68 68 90 / 40%);
}

.header__covers--big__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 130px;
}

.header__covers--big__text {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #273f5d;
  max-width: 150px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header__covers--big__text img {
  position: absolute;
  right: -2px;
  top: -30px;
  width: 50px;
  transform: rotate(-25deg);
}

.hero-header .header__covers--big__wrapper a {
  transform: rotateZ(-7deg);
  
}

.hero-header .header__covers--big__wrapper a img {
  -webkit-box-shadow: -9px 9px 11px 1px rgb(68 68 90 / 40%);
  -moz-box-shadow: -9px 9px 11px 1px rgb(68 68 90 / 40%);
  box-shadow: -9px 9px 11px 1px rgb(68 68 90 / 40%); 
}

.header__covers--big__icon:hover {
  transform: rotate(-25deg) !important;
}

.separator--line {
  background-color: #345fc6;
  width: 90px;
  height: 2px;
  margin: 0 auto 40px;
}

.separator--line-white {
  background-color: #fff;
  width: 90px;
  height: 2px;
  margin: 40px 0;
}

.create-section p.text-center:first-of-type {
  font-size: 24px;
  line-height: 32px;
}

/* HOW TO MAKE */
.how-to-make__section {
  padding: 100px 0 200px;
  background-repeat: no-repeat;
  background-size: cover;
}

.how-to-make__row {
  display: flex;
  gap: 0 100px;
  margin-bottom: 40px;
}

.how-to-make__col {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.how-to-make__title {
  font-size: 55px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.how-to-make__text {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 1.467;
  text-align: left;
}

.how-to-make__card-wrapper {
  position: relative;
  width: calc(100% - 80px);
  margin-top: 40px;
}

.how-to-make__card-wrapper-2 {
  margin-top: 140px;
}

.how-to-make__card-wrapper-3 {
  margin-top: 0;
  margin-left: 40px;
}

.how-to-make__card-wrapper-4 {
  margin-top: -100px;
}

.how-to-make__card {
  border-radius: 10px;
  /* background-color: #fff; */
  box-shadow: 9px 21px 13px 0px rgba(40, 50, 63, 0.56);
  width: 100%;
  overflow: hidden;
}

.how-to-make__card__header {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  margin-bottom: -1px;
}

.how-to-make__card__line {
  background-color: #fff;
  width: 90%;
  height: 100%;
  margin-left: -1px;
}

.how-to-make__card__object {
  position: relative;
  width: 55px;
  height: 50px;
  background: -moz-radial-gradient(0 0, circle, rgba(204,0,0,0) 47px, #fff 48px);
  background: -o-radial-gradient(0 0, circle, rgba(204,0,0,0) 47px, #fff 48px);
  background: -webkit-radial-gradient(0 0, circle, rgba(204,0,0,0) 47px, #fff 48px);
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* .how-to-make__card__object::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;  
  background-color: red;
} */

.how-to-make__card__body {
  background-color: #fff;
  padding: 0 50px 50px 50px;
}

.how-to-make__card-text {
  font-size: 19px;
  color: #28323f;
  line-height: 1.368;
  text-align: left;
}

.how-to-make__card-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: -40px;
  background-color: transparent;
}

.how-to-make__card-number span {
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #28323f;
  width: 76px;
  height: 76px;
  font-size: 38px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* END OF HOW TO MAKE */

.real-estate__upload-section {
  margin-top: -200px;
  margin-bottom: 15px;
}

.real-estate__upload-section #issue-upload {
  width: 100%;
  max-width: 1100px;
  background-color: #fff;
}

.real-estate__upload-section #issue-upload:hover {
  background-color: #fff;
}

.features-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1250px) {
  .how-to-make__card-wrapper-2 {
    margin-left: 40px;
  }

  .how-to-make__row {
    gap: 0 30px;
  }

  .hero-header .header__covers--big__wrapper {
    width: 70%;
    margin-top: 50px;
  }

  .hero-header .header__covers--big__text span {
    color: #fff;
  }

  .hero-header .header__covers--big__text img {
    content: url('../gif/check-booklet.gif');
  }
}

@media screen and (max-width: 998px) {
  .hero-header .header__covers--big__wrapper {
    width: 85%;
  }

  .hero-header .header__covers--small__wrpaper {
    gap: 0 40px;
  }

  .how-to-make__section {
    padding: 70px 0 200px !important;
  }

  .how-to-make__text {
    text-align: center;
  }

  .how-to-make__row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .how-to-make__row:nth-of-type(2),
  .how-to-make__row:nth-of-type(3) {
    flex-direction: column-reverse;
  }

  .how-to-make__row:nth-of-type(3) > .how-to-make__col:first-of-type {
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 40px;
  }

  .how-to-make__col {
    width: 100%;
    margin-bottom: 80px;
  }

  .how-to-make__title {
    text-align: center;
  }

  .separator--line-white {
    margin-left: auto;
    margin-right: auto;
  }

  .how-to-make__card-wrapper {
    width: calc(100% - 40px);
    margin-top: 0;
  }

  .how-to-make__card__line {
    width: 100%;
  }
  
  .hero-header__offset {
    margin-right: 2.8rem;
  }
  
  .hero-header .button-green {
      font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .hero-header :is(.hero-title, .hero-text) {
    color: #fff;
  }

  .hero-header .header__covers--small__wrpaper {
    display: none;
  }
  
  .hero-header__offset {
      margin-right: 0;
  }

  .hero-header .header__covers--big__wrapper {
    width: 400px;
    margin-top: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }

  .hero-header .header__covers--big__text span {
    color: #273f5d;
  }

  .hero-header .header__covers--big__text img {
    content: url('../gif/check_up_black-2.gif');
  }

  .hero-header {
    padding-bottom: 150px;
    margin-bottom: 300px;
    position: relative;
    background-position-x: -200px;
  }
  
  .hero-header .button-green {
      font-size: 16px;
  }
}

@media screen and (max-width: 600px) { 
  .hero-header .header__covers--big__wrapper {
    width: 300px;
    margin-top: 20px;
  }

  .hero-header {
    margin-bottom: 300px;
    background-position-x: -230px;
  }

  .how-to-make__section {
    padding: 2rem 0 160px !important;
  }

  .how-to-make__section .how-to-make__title {
    font-size: 2.25rem !important;
    line-height: 3rem !important;
    margin-bottom: 0;
  }

  .how-to-make__card__body {
    padding: 0 30px 30px 30px;
  }

  .how-to-make__card-wrapper {
    width: calc(100% - 23px);
  }

  .how-to-make__card-wrapper-3, .how-to-make__card-wrapper-2 {
    margin-left: 23px;
  }

  .how-to-make__card-number {
    width: 60px;
    height: 60px;
    top: -25px;
    left: -25px;
  }

  .how-to-make__card-number span {
    width: 57px;
    height: 57px;
    font-size: 24px;
  }

  .how-to-make__col {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) { 
  .how-to-make__section .how-to-make__title {
    font-size: 1.813rem !important;
    line-height: 2.375rem !important;
  }

  .hero-header .header__covers--big__text img {
    right: -20px;
  }

  .hero-header .header__covers--big__wrapper {
    width: 250px;
  }

  .hero-header {
    margin-bottom: 240px;
  }
}

@media screen and (max-width: 400px) {
    .hero-header .button-green {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    .hero-header .button-green {
        font-size: 12px;
    }
}