.phoneContent {
    position: fixed;
    bottom: 10px;
    display: none;
    right: 0;
    z-index: 1000;
}
@media screen and (max-width: 480px){
.phoneContent {
    display: block;
}
}
.phoneCircle {
    width: 70px;
    height: 70px;
    background-color: rgba(141,197,30,1);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 1;
    right: 10px;
}
.phoneImg {
    width: 25px;
}
.page-id-3550 #cms-page-title{
    display:none;
}