.first_txt p {
    padding-left:1em;
}
.first_txt ol {
    margin-top:0.8em;
    padding-left:1em;
}

.first_txt li {
    margin-bottom:0.8em;
}

.phone {
    color:royalblue;
    font-weight:bold;
    transition:all 1s;  
}

.phone:hover {
    color:crimson;
    transition:all 1s;
}