.top-logo{
  margin-top: -10px;
}

.top-logo img{
  width: 25%;
}

.heading img{
  width: 14%;
}

.group-movies{
  width: 80%;
  margin: 40px auto 0;
}

.movie{
  width: 100%;
}

@media screen and (max-width: 361px){
  .group-text table {
    width: 96%;
  }
}

@media screen and (min-width: 980px){
  .group-text .column p {
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 1279px){
  .pc-heading img{
    width: 10%;
  }

  .group-text .column p {
    line-height: 3rem;
    width: 80%;
  }

  .movie{
    display: block;
    width: 600px;
    height: 445px;
    margin: 0 auto;
  }
}
