@media screen and (max-width: 440px) {
  .top_grid_container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0 30px;
  }

  .linkOne,
  .linkTwo,
  .linkThree,
  .linkFour {
    display: none;
  }

  ul[class] {
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
  }

  select {
    padding: 0;
  }

  .text_index {
    display: none;
  }

  #tittle {
    font-size: 42px;
  }

  .my_photo,
  .photo_portfolio {
    height: 30vh;
  }

  .my_photo:hover a,
  .photo_portfolio:hover a {
    background-color: initial;
  }

  .my_photo::before,
  .photo_portfolio::before {
    display: none;
  }

  .mid_grid_container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0 30px;
  }

  #tittle_two {
    font-size: 42px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .block_cont_about_me {
    padding-left: 0;
    padding-bottom: 20px;
    margin-top: 0;
    padding-right: 30px;
  }

  .block_cont_about_me::before {
    display: none;
  }

  .block_cont_what_I_do {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }

  .btns_container {
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .btns_container button {
    font-size: 42px;
  }

  .active:nth-child(4)::after {
    width: 100%;
  }

  .text_descript_my_skill {
    padding: 0 30px 0 0;
    font-size: 18px;
  }

  .text_descript_my_skill::before {
    display: none;
  }

  .photo_portfolio a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .filter_portfolio_cont {
    padding: 20px 30px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }

  #tittle_three {
    width: 100%;
    font-size: 42px;
  }

  .listNav_two {
    width: 100%;
  }

  #work_descript {
    width: 100%;
  }

  .btn_next {
    width: 330px;
    height: 60px;
    border: 1px solid #1f1f1f;
    border-radius: 30px;
    background: none;
    padding: 0;
  }

  .key_skill_container {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 30px;
    grid-row-gap: 30px;
  }

  hr.last {
    display: none;
  }

  hr {
    transform: translateY(-10px);
  }

  .skills_descript_cont {
    grid-row-gap: 10px;
  }

  .skills_descript_cont::before {
    display: none;
  }

  .tittle_four {
    font-size: 42px;
  }

  #final_phrase {
    grid-column: 3;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 10px 0;
  }

  .footer_block {
    padding: 20px 30px 60px 30px;
  }

  .footer_tittle_cont {
    grid-row-gap: 10px;
  }
  .icons_cont {
    margin-top: 10px;
  }
  .icons_cont > h3 {
    margin-left: 0;
  }

  .icons_cont h2 {
    font-size: 42px;
    transform: translateY(8px);
  }

  #my_email {
    font-size: 26px;
    width: 98%;
  }

  #my_email::after {
    height: 2px;
  }

  .menu:last-child {
    display: none;
  }
}
