﻿.importantInformation {   
    border-bottom: 1px solid #e3e1e0;
    padding-top: 10px;
}

.importantDivider {
    margin: 5px 0 5px 0;
    border: 0;
    height: 1px;
    border: 1px solid #E3E3E3
}

.importantInfoDescription {
    font-family: Solido_Bold;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 18px;
}

@media screen and (max-width: 580px) {
    .importantInformation {
        padding: 10px 20px 0 20px;
    }
}