@media screen and (min-width: 1200px) {
  main {
    padding-top: 50px;
  }

  .main1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .main1 h1 {
    background-color: #a3d4eb;
    width: 100%;

  }

  .profile {
    width: 200px;
    height: 200px;
  }

  span {
    font-weight: bold;

  }

  .mark {
    background: linear-gradient(transparent 80%, #8ecae6 0%);
  }

  .apps {
    width: 20%;
    border: black 3px solid;
    border-radius: 20px;
  }

  h3 {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sample-apps {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .mobile {
    width: 16%;
    margin-bottom: 10px;
  }

  .middle {
    width: 40%;
    margin-bottom: 20px;
  }

  h4{
    margin: 0px;
    margin-bottom: 40px;
  }

}


@media screen and (max-width: 1220px) {
  main {
    padding-top: 40px;
  }

  .main1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .main1 h1 {
    background-color: #a3d4eb;
    width: 100%;

  }

  .profile {
    width: 200px;
    height: 200px;
  }

  span {
    font-weight: bold;
  }

  .mark {
    background: linear-gradient(transparent 80%, #8ecae6 0%);
  }

  .apps {
    width: 50%;
    border: black 3px solid;
    border-radius: 20px;
  }

  .sample-apps {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .mobile {
    width: 50%;
    margin-bottom: 20px;
  }

  .middle {
    width: 100%;
    margin-bottom: 20px;
  }
}