@media (max-width: 600px) {

  .main {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
  }

  .about {
    max-width: 100%;
    padding: 16px 12px;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: justify;
  }

  .about p {
    max-width: 100%;
    padding: 16px 12px;
    font-size: 0.9rem;
    text-align: justify;
    line-height: 1.5;
  }

  .ph {
    width: 100%;
    margin-top: 5px;
  }

  .languages {
    background-color: #030303;
    width: 77%;
    height: 40%;
    border-radius: 12%;
    margin-right: 10px;
  }

  .languages img {
    width: 70px;
    height: 70px;
  }
}
