div.howtoline {
float: left;
width: 100%;
font-size: 18px !important;
padding: 0 0 25px 0;
}
div.howtoline a.linkk {
color: #67bd2e !important; text-decoration: underline;
}
div.howtoline a.linkk:hover {
color: #222 !important;
}
span.howtocircle {
background: #67bd2e; color: #fff; font-weight: bold; text-align: center; width: 30px; height: 30px; padding: 2px 0 0 0; border-radius: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left;
}
span.howtotext {
padding: 3px 0 0 14px; display: inline;
}
div.howtocolumn {
width: calc(33.3333% - 20px); float: left; margin: 0 30px 0 0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
div.howtocolumn p {
font-size: 17px !important;
line-height: 28px;
}
div.howtocolumn img {
float: left; max-width: 100%; margin-bottom: 20px;
}
div.howtocolumn:last-of-type {
margin: 0;
}
div.howtobutton {
text-align: center; width: 100%; float: left;
}
@media (max-width: 700px) {
div.howtoline {
font-size: 16px !important;
}
div.howtocolumn p {
font-size: 15px !important;
line-height: 24px;
}
div.howtocolumn {
width: 100%;
margin: 0 0 20px 0;
}
}