main {
  display: block;
  width: 100%;
  margin-top: 99px;
}
.search-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px;
}
.search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 617px;
  width: 618px;
  margin: 26px auto 20px;

  transform: translateX(13px);
}
.search-input {
  box-sizing: border-box;
  width: 559px;
  height: 62px;
  margin-right: 20px;
  padding-left: 28px;

  font-size: 25px;
  color: black;

  border: 1px solid #c4c4c4;
  border-radius: 10px;
  outline: none;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.search-img {
  width: 20px;
  height: 20px;

  background-image: url("../assets/imgs/magnifier.png");
}
.search-button {
  margin-top: 10px;

  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.hashtags {
  margin-left: -53px;

  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.hashtags-popular {
  color: #636363;
}
.hashtags a {
  color: #000000;
  text-decoration: none;
}

.info-cards {
  margin-left: 130px;
}
.cards-title {
  margin: 0 auto 30px -80px;

  font-weight: 500;
  font-size: 24px;
  color: #da1e1e;
}
.info-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  width: 1004px;
  height: 157px;
  margin-bottom: 30px;

  font-size: 20px;

  border: 1px solid #c4c4c4;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.info-card-main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 887px;
  margin: 25px auto 10px 25px;
}
.info-mentor {
  width: 572px;
}
.info-mentor-name-job {
  margin-bottom: 20px;
}
.info-name {
  font-size: 25px;
}
.info-position {
  font-size: 18px;
}
.info-photo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;

  background: #c4c4c4;
  border-radius: 50%;
}
.info-extra {
  height: 100%;
}
.info-attachments {
  margin-bottom: 18px;
}
.info-attachments button {
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.info-chain-img {
  width: 40px;
  height: 40px;
}
.info-tags a {
  color: #000000;
  text-decoration: none;
}
.info-card-date {
  margin-left: 20px;

  font-weight: 300;
  font-size: 18px;
}
.mentor-info::after {
  content: "";
  position: absolute;
  bottom: -8px;

  width: 100%;
  height: 1px;

  background-color: #dbd8d8;
}

@media screen and (max-width: 1180px) {
  .cards-title {
    margin: 20px auto 30px;
  }
  .info-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}

@media screen and (max-width: 925px) {
  .info-card {
    width: 90%;
    height: auto;

    font-size: 15px;
  }
  .info-card-main {
    width: 95%;
    margin: 0;
    padding: 10px;
  }
  .info-photo {
    width: 60px;
    height: 60px;
  }
  .info-mentor {
    width: auto;
  }
  .info-name {
    font-size: 20px;
  }
}

@media screen and (max-width: 760px) {
  .search {
    width: 450px;

    transform: translateX(13px);
  }
  .search-input {
    width: 400px;
  }
  .hashtags {
    margin-left: 0;
  }

  .info-attachments img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 700px) {
  .info-card-main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .info-photo {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .info-mentor {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .info-descr {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .search {
    width: 300px;
  }
  .search-input {
    width: 250px;
  }
}
