/* Start Variables */
:root {
    --main-color: #d11e38;
    --white-color: white;
    --secender-color: #161616;
    --text-color: #444444;
}
/* End Variables */
.mag-device .row .col img {
    max-width: 100%;
    margin-bottom: 20px;
}

.mag-device .row .col ul li {
    padding-left: 50px;
    font-size: 18px;
    line-height: 30px;
    list-style: none;
}

.mag-device .row .col ul li span {
    font-size: 20px;
    font-weight: 500;
}

.mag-device .row .col p {
    line-height: 30px;
}

.mag-device .row .col p a {
    color: var(--main-color);
    font-size: 20px;
    transition: 0.4s;
}

.mag-device .row .col p a:hover {
    color: var(--text-color);
}