#wire {
    margin-top: 5% !important;
}
.wire-cable-section {
    color: black;
    font-weight: 400;
    padding: 10px 10px 0 10px;
}
#wire p {
    text-align: justify;
}
#image {
    width: 100%;
    height: auto;
    padding: 4px 0;
    border: 1px solid #333;
    box-shadow: 8px 8px 5px #444;
    background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}
#image img {
    width:100%;
    padding: 8px 12px;
}
#images {
    width: 100%;
    height: auto;
    padding: 4px 0;
    border: 1px solid #333;
    box-shadow: 8px 8px 5px #444;
    background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}
#images img {
    width:100%;
    padding: 8px 12px;
}
.product-section .product-image img {
    width: 100%;
    margin-top: 6%;
}
.carousel-caption h2 {
    color: #285e89;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 49px;
    text-align: left;
    margin: -25rem 0 0 -5rem;
}
.power {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 4px 0px;
}
.power h2 {
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: 2rem;
    padding-bottom: 19px;
    font-family: oswald;
    text-align: center;
}
.power .card-body img {
    width:100%;
    padding: 8px 12px;
}
.card-title {
    text-align: center;
    padding: 5px 0px;
}