.is-jbl h1, .is-jbl h2, .is-jbl p{
    text-align: center;
}

.is-jbl .is-image{
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
}

.is-jbl .is-button{
    background: #df2722;
    color: #ffffff;
    border-radius: 8px;
    display: block;
    padding: 15px;
    text-align: center;
}

.is-product{
    max-width: 25%;
    border-radius: 8px;
    padding: 10px;
}

.is-product:hover{
    box-shadow: 0px 0px 5px -3px rgba(66, 68, 90, 1);
}

.is-jbl .is-product img{
    mix-blend-mode: multiply;
}

.is-jbl h2{
    text-transform: uppercase;
}

.is-jbl img{
    border-radius: 8px;
    width: 100%;
}

.is-row {
    display: flex;
    flex-wrap: wrap; 
    gap: 1rem; 
  }
  
  .is-col {
    flex: 1 1 0; 
    min-width: 200px; 
  }

.is-h-100{
    height: 100%;
}

.is-d-flex{
    display: flex;
}

.is-j-end{
    justify-content: end;
}

.is-j-start{
    justify-content: start;
}

.is-j-center{
    justify-content: center;
}

.is-a-center{
    align-items: center;
}

.is-text-right{
    text-align: end;
}
  
.is-yamaha h1, .is-yamaha h2, .is-yamaha p{
    text-align: left;
    margin-left: 10px;
}

.is-yamaha a{
    color: rgba(75, 30, 120, 1);
    font-weight: 700;
    text-decoration: none;
    padding: 10px;
}

.is-yamaha a:hover{
    background-color: rgba(75, 30, 120, 0.08);
}
