/* Enter Your Custom CSS Here */
#phoneMenu {
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 100px;
    right: 389px;
    position: Fixed;
    z-index: 9999999999999999999;
    top: 100px;
    color: #267FFF;
}
@media only screen 
and (max-width : 428px) {
#phoneMenu {
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 100px;
    right: 88px;
    position: fixed;
    z-index: 9999999999999999999;
    top: 194px;
    color: #267FFF;
}
}
@media only screen 
and (min-device-width : 430px) 
and (max-device-width : 767px) {
 #phoneMenu {
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 100px;
    right: 0%;
    position: Fixed;
    z-index: 9999999999999999999;
    top: 20%;
    color: #267FFF;
}
}
.feature-item {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}