.lid {
  background-color: black;
  color: white;
  overflow: hidden;
}

.lid_wrap {
  position:relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 
}

.lid_wrap::before {
  content: '';
  position: absolute;
  background: url('https://fs.gcfiles.net/fileservice/file/download/a/27537/sc/136/h/36d2d3306b546481a75bcb4ff13c762a.webp') right bottom / contain no-repeat;
bottom: -50px;
    right: 40px;
    width: 39%;
    height: 100%;
}

.lid_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    font-size:24px;
}

.lid_title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  max-width: 750px;
}

.lid_subtitle {
  margin-bottom: 70px;
  max-width: 570px;
}

.lid_btn {
  box-shadow: 0px 0px 50px #ffd503ba;
  position: relative;
  overflow: hidden;
  width: 600px;
  max-width: 100%;
  background-color: #FFD503;
  border-radius: 50px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 20px;
  color: black !important;
}

.lid_img {
  position: relative;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       display:none;
}

.lid_img img {
  position: relative;
  width: 95%;
  z-index: 0;
  top: 20px;
}
/*
.lid_img::before {
  content: '';
  position: absolute;
  background: #ffe802;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe802), color-stop(35%, #fcbc2a));
  background: linear-gradient(180deg, #ffe802 0%, #fcbc2a 35%);
  border-radius: 50%;
  top: -10px;
  left: -20px;
  width: 115%;
  height: 115%;
  z-index: 0;
}
*/
@media (max-width: 1700px) {
}

@media (max-width: 1140px) {
.lid_wrap::before {
  content: none;
}
}

@media (max-width: 992px) {
  .lid_title {
    font-size: 30px;
    margin-bottom: 40px;
      order:1;
  }
  .lid_subtitle {
    margin-bottom: 10px;
      order:2;
  }
  .lid_text {
    width: 100%;
  }
  .lid_img {
    width: 100%;
    max-width: 300px;
      display:flex;
      justify-content:center;
      order:3;
      margin: 0 auto 30px;
  }
  .lid_wrap {
    padding: 50px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lid_btn {
    margin: 0 auto 30px;
      order:4;
  }
      .lid_text {
    font-size:18px;
}
}

@media (max-width: 500px) {
  .lid_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .lid_subtitle {
    margin-bottom: 10px;
  }
  .lid_btn {
    margin: 0 auto 30px;
    height: 70px;
  }
  .lid_text {
    font-size:16px;
}
     .lid_wrap {
    padding: 40px 20px 20px;
  }
}