.colorsteel__side_box {
    background: #0F151D;
    padding: 30px;
    color: #778184;
    text-align: center;
}

.colorsteel__side_box  h2 {
    color: white;
    font-size: 1.3em;
}

.colorsteel__side_box  a {
    transition: all 0.25s ease;
    color: white;
    background: #369ED6;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}

.colorsteel__side_box  a:hover {
    text-decoration: none;
    background: #5db0dc;
    cursor: pointer;
}

.colorsteel__products {
    margin-top: 50px;
}

.colorsteel__product .info {
    background: rgb(155,152,154);
    background: -moz-linear-gradient(45deg, rgba(155,152,154,1) 0%, rgba(209,207,208,1) 60%, rgba(155,152,154,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(155,152,154,1) 0%,rgba(209,207,208,1) 60%,rgba(155,152,154,1) 100%);
    background: linear-gradient(45deg, rgba(155,152,154,1) 0%,rgba(209,207,208,1) 60%,rgba(155,152,154,1) 100%);
    width: 100%;
    padding: 25px;
    text-align: center;
    height: 320px;
}

.colorsteel__product .info img {
    width: 100%;
    display: inline-block;
}

.colorsteel__product .info .breaker_line {
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #546468 20%, #546468 80%, rgba(125, 185, 232, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #546468 20%, #546468 80%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #546468 20%, #546468 80%, rgba(125, 185, 232, 0) 100%);
    margin: 20px 0;
}

.colorsteel__product .info p {
    font-size: 0.9em;
    margin-bottom: 0;
}

.colorsteel__product .image {
    width: 100%;
    height: 50px;
    background-size: cover;
    height: 150px;
}

.colorsteel__product .link {
    transition: all 0.25s ease;
    background: #369ED6;
    display: inline-block;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.colorsteel__product .link:hover {
    text-decoration: none;
    background: #5db0dc;
    cursor: pointer;
}

/* TABLET LANDSCAPE */
@media only screen and (max-width: 1025px) {
    .colorsteel__product .info {
        height: 340px;
    }
}


/* TABLET LANDSCAPE */
@media only screen and (max-width: 769px) {
    .colorsteel__product .info {
        height: 490px;
    }

    .colorsteel__product .info p {
        font-size: 1.5em;
    }
}
