.footer-page{color:#fff;box-sizing:border-box;background-color:red;padding:30px 50px}.footer-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.phone-wrapper{align-items:center;gap:8px;display:flex}.phone-number{color:#fff;font-size:18px;font-weight:700}.icon-circle{color:#bd1d1d;text-align:center;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:60px;height:60px;font-size:18px;font-weight:600;text-decoration:none;transition:transform .3s,background-color .3s;display:flex}.icon-circle:hover{background-color:#f0f0f0;transform:scale(1.1)}.footer-left,.footer-right{align-items:center;gap:20px;display:flex}.footer-bottom{text-align:center;margin-top:25px}.footer-bottom p{margin:4px 0;font-size:16px}@media (max-width:768px){.footer-container{flex-direction:column;gap:20px}.footer-left,.footer-right{justify-content:center}}
