.buy_sell{
  width: 100%;
  display: flex;
  padding: 0 71px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 212px;
}

.buy_sell > img{
  width: 614px;
  height: 760px;
}

.buy_shield{
  background-color: #FC0;
  border-radius: 25px;
  padding: 8px 17px;
  width: fit-content;
  color: #282828;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 113%;
  letter-spacing: -4%;
  text-transform: uppercase;
  font-family: "e-Ukraine-Bold", sans-serif;
}

.buy_title{
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 12px;
}

.buy_big_title span{
 color: #04050B;
  font-family: "e-Ukraine-Medium", sans-serif;
 font-size: 50px;
 font-style: normal;
 font-weight: 600;
 line-height: 98%;
 width: 600;
}

.buy_title{
  padding: 0 ;
}
.buy_big_title .gr{
  color: #68696D;
  font-family: "e-Ukraine-Medium", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
}

.buy_subtitle{
 display: flex;
 flex-direction: column;
 gap: 8px;
}

.buy_subtitle h4{
  color:  #04050B;
  font-family: "e-Ukraine-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -5%;
}

.buy_subtitle span{
  color: #000000BF;
  font-family: "e-Ukraine-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 150%; 
  letter-spacing: -0.8px;
  max-width: 640px;
}

.prefs{
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 55px;
}

.prefs_list > span{
  color: #000;
  font-family: "e-Ukraine-Medium", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 150%; 
}

.prefs_block{
  display: flex;
  flex-direction: row;
  gap: 27px;
}

.prefs_list div{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 550px;
  gap: 9px;
}

.prefs_list{
  display: flex;
  flex-direction: column;
  gap: 20px;
} 
.prefs_shield{
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  font-family: "e-Ukraine-Medium", sans-serif;
  align-items: center;
  gap: 8px;
  color: #fff;
  border-radius: 10000px;
  background: #ED863E;
  font-size: 14px;
  letter-spacing: -2%;
}

.prefs_shield_green{
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  font-family: "e-Ukraine-Medium", sans-serif;
  align-items: center;
  gap: 8px;
  color: #fff;
  border-radius: 10000px;
  background: #007F11;
  font-size: 14px;
  letter-spacing: -2%;
}

.button_reg_mobile{
    display: none;
  }

.buy_phone_mobile{
  display: none;
}

.buy_phone_image{
  display: block;
}
  .investor-feature-content{
    margin: 0 auto;
  }
.badge_reg{
    margin-bottom: 8px;
    color: #282828;
    line-height: 113%; /* 15.82px */
    letter-spacing: -0.56px;
    font-family: 'e-Ukraine-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
  }

@media screen and (max-width: 900px) {
  .buy_sell > img{
    max-width: 100%;
  }
  .buy_shield{
    font-size: 11px;
    font-family: "e-Ukraine-Bold", sans-serif;
  }
  .buy_sell{
    flex-wrap: wrap;
    padding: 16px;
    margin-top: 133px;
  }
  .buy_phone_mobile{
    display: block;
    width: 342px !important;
    height: 390px !important;
    height: auto;
    margin: 32px auto;
  }
  .buy_phone_image{
    display: none;
  }
  .badge_reg{
    margin-bottom: 8px;
    color: #282828;
    line-height: 113%; /* 15.82px */
    letter-spacing: -0.56px;
    font-family: 'e-Ukraine-Bold', sans-serif;
  }
  .button_reg_mobile{
    display: block;
  }
  .title_reg{
    gap: 0 !important;
  }
  .buy_big_title span{
    font-size: 30px;
  }
  .button_reg{
    display: none;
  }
  .buy_big_title .gr{
    font-size: 30px;

  }

  .text-wrapper-how{
    margin-top: 0;
  }

  .prefs_block svg{
    display: none;
  }

  .buy_subtitle h4{
    font-size: 16px;
  }

  .buy_subtitle span{
    font-size: 16px;
    font-family: 'e-Ukraine-Regular';
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.8px;
  }

  .prefs_list span{
    font-size: 16px;
  }

  .prefs_shield, .prefs_shield_green{
    font-size: 12px !important;
    font-family: 'e-Ukraine-Regular';
    padding: 8px;
  }
}