.img-product{
    margin-top: 10px;
}
.compare-title{
    text-align: center;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.09375;
    letter-spacing: .05em;
    margin: 20px 0 20px 0;
}
.select-box{
    width:305px ;
    height: 60px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .012em;
    line-height: 1.36844;
    padding-left: 5px;
    background: transparent;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition: border-color 200ms ease;
}
.box-black{
    border: 1px solid #000;
}
.box-light{
    box-shadow: 0 0 3px 3px #c1dffe;
}
.content-normal{
    font-family: "SF Pro SC",sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
}
.col-lg{
    width: 50%;
}
.container{
    min-height: 700px;
}