#phone-button {
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 9999;
}

@media(max-width:767px){
    
    #phone-button {
    position: fixed;
    bottom: 70px;
    left: 10px;
    z-index: 9999;
}
}

#phone-button-body {
    background: #fef3d9;
    box-shadow: rgba(22, 23, 24, 0.3) 0px 2px 16px;
    border: none;
    border-radius: 50px;
    padding: 10px 10px 3px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#phone-icon svg {
    transition: opacity 0.3s ease;
}
