@media(max-width:768px) {
  .quetion-box {
    font-size: 2.3vw;
  }

  .profileimg {
    margin-left: -10px;
    margin-top: -30px;
  }

  .author {
    text-align: center;
    margin-left: -10px;
    margin-top: -2px;
  }

  .que-box {
    font-size: 2.3vw;
    padding-right: 2vw;
  }

  .quetion a {
    padding: 7px 0 7px 13px;
  }

  .third-box {
    font-size: 2.3vw;
    margin-left: -2vw;
    margin-top: 10px;
    display: none;
  }

  .third-box.left {
    display: block;
  }

  .domains-drop.hidden {
    font-size: 2.8vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 5px;
    border-width: 1.5px;
  }

  .title-text {
    margin: 8px 0;
    font-size: 3vw;
  }

  .title-description {
    font-size: 3vw;
    padding: 5px;
  }

  .submit {
    margin: 10px auto;
    font-size: 2.5vw;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .dropdown-menu {
    font-size: 3vw;
  }

  .add-img {
    margin-top: 20px;
    max-height: 7vw;
    font-size: 7px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}