.why_sell_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  justify-content: center;
  align-items: center;
}
.why_sell_title {
  font-size: 30px;
  font-weight: 700;
}
.why_sell_box_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
.why_sell_box {
  width: 400px;
  height: 260px;
  background-color: #222222;
  border-radius: 20px;
  padding: 35px 0px 0px 35px;
  margin-left: 20px;
}
.why_sell_box p {
  max-width: 350px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 19px;
}
.why_sell_img_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.why_sell_img_container p {
  margin-left: 15px;
  font-size: 24px;
  font-weight: 700;
  max-width: 245px;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: normal;
}
@media only screen and (max-width: 991px) {
  .why_sell_container {
    margin-top: 0px;
  }
  .why_sell_box_container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0px;
  }
  .why_sell_box {
    width: 95%;
    max-width: 400px;
    height: 240px;
    border-radius: 10px;
    padding: 30px 0px 0px 30px;
    margin-left: 0px;
    margin-top: 15px;
  }
  .why_sell_title {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .why_sell_img_container img {
    width: 50px;
    height: 50px;
  }
  .why_sell_img_container p {
    margin-left: 10px;
    font-size: 20px;
    max-width: 184px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: normal;
  }
  .why_sell_box p {
    max-width: 320px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0px;
    line-height: 19px;
  }
}
