h1 {
    padding: 0 0 24px;
    margin-bottom: 36px;
    font-weight: normal;
    color: #0A5489;
    border-bottom: 6px solid #0A5489;
}
h2 {

    margin-bottom: 16px;
    font-weight: normal;
    color: #0A5489;
  
}
body {
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.container{
    margin-bottom:3%;
}

.imgCol {
    margin-bottom: 3%;
}

/*Apply padding-right on the first column and padding-left on second column*/
.firstCol {
    padding-right: 25px;
}
.secondCol {
    padding-left: 25px;
}
.productContainer .media-heading {
        margin-top: 2%;
}

/*Apply default padding on collapse*/
@media (max-width: 991px) {
    .firstCol, .secondCol {
        padding:15px;
    }

}

