.musicComps{
    padding: 10px;
    padding-top:20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items:center;
    
}

.bodyBlockMusic2{
    width: 100%;
    height: 100%;   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items:center;
    
    
}
.musicTitle{
    font-size: 20px;
    font-family: "Quattrocento_Sans", Medium;
}


.homeBody{
    display: grid;
    grid-template-columns: 300px 300px;
    grid-template-rows: 20px;
    grid-auto-rows: 100px;
    grid-gap: 10px;
}

.topBlank{
    margin-bottom: 10px;
  }

.homeBody{
        display: block;
        background-color: white;
        padding: 15px;
        font-size: 15px;
        line-height: 150%;
        /* letter-spacing: 0.5; */
  }

  .comp{
    font-size: 18px;
    line-height: 180%;
  }

  .comp2{
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 14px;
    color: #666;    
  }

/* ---------------------------------------- SPAN 3 */
/*
@media screen and (min-width: 1250px) {
    .homeBody{
        grid-template-columns: 300px 300px 300px;
        grid-auto-rows: 100px;
    }
}
*/
/* ---------------------------------------- SPAN 4 */
/*
@media screen and (min-width: 1700px) {
    .homeBody{
        grid-template-columns: 300px 300px 300px 300px;
        grid-auto-rows: 100px;
    }
}
*/
/* ---------------------------------------- MOBILE */
/* 
@media(max-width:700px) {
    .homeBody{
        width: 100px;
        grid-column: 3/4;
        grid-row: 2/3;
        display: grid;
        grid-template-columns: 48vw 48vw;
        grid-template-rows: 50px;
        grid-auto-rows: 48vw;
        grid-gap: 1vw;
        
      }
      .musicTitle{
        font-size: 10px;
        font-family: "Quattrocento_Sans", Medium;
    }
    } */