
body #section-listen-repeat {
  background-color: #F2F2F2;
  padding: 83px 112px 55px;

  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-template-columns: repeat(2, 1fr);

  align-items: center;
}

body #section-listen-repeat h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 64px;
  
  color: #FE673E;

  margin: 0 0 18px;
}


body #section-listen-repeat p{
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #696984;
  margin-top: 30px;
}

body #section-listen-repeat .listen-repeat-image img{
  height: 408.89px;
}

@media (max-width: 1350px) {
  body #section-listen-repeat {  
    display: flex;
    flex-direction: column;
  }

  body #section-listen-repeat h2 {
    text-align: center;
  }
}

@media (max-width: 1350px) {
  body #section-listen-repeat .listen-repeat-image img{
    height: 50vw;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  body #section-listen-repeat {
    padding: 22px 20px 40px;
  }

  body #section-listen-repeat h2 {
    font-size: 20px;
    line-height: 32px;
  }
  
  
  body #section-listen-repeat p{
    font-size: 13.43px;
    line-height: 20.14px;
    margin-top: 16px;
  }

  body #section-listen-repeat .listen-repeat-image img{
    height: 217.68px;
  }
}