.hardware__item {
    width: 50%;
    margin-bottom: 50px;
}

.hardware__img {
        min-width: 215px;
    text-align: right;
}

.hardware__info {
    padding-left: 3em;
    padding-right: 4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.hardware__info > h4 {
    font-size: 2.4em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #0cb7f7;
}

.hardware__info > p {
    line-height: 1.2;
    font-size: 1.8em;
    color: #141414;
    margin-bottom: 2em;
}
@media (max-width: 790px) {
    .hardware__item{
        width: 100%;
    }
}
@media (max-width: 480px) {
    .hardware__item{
        display: block !important;
        text-align: center;
    }
    .hardware__img{
        text-align: center;
        margin-bottom: 2em;
    }
}