.productinfo img {
    width: 100%;
    height: 300px;
}
img {
    max-width: 100%;
    
}

h2.title {
    color: #00b2a5;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-top: 100px;
    position: relative;
}

h2.title:before {
    content: " ";
    position: absolute;
    background: #f5f5f5;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}
h2.title:after {
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}


h3.title {
    color: #00b2a5;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-top: 200px;
    position: relative;
}

h3.title:before {
    content: " ";
    position: absolute;
    background: #f5f5f5;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}
h3.title:after {
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}

/*---------------*/
