 .footer {
            text-align: center;
            background-color: #222;
            color: white;
            padding: 20px;
            margin-top: 20px;
        }
        .footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: auto;
    text-align: left;
}

.footer-left, .footer-right {
    width: 45%;
}

.footer p {
    margin: 5px 0;
}
        .footer h4{
            margin-bottom: 25px;
            margin-top: 20px;
        font-weight: 600;}
      
        .fa-heart-o{
            color: #f44366;
        }
        .icons i {
            color: #f44366;
            margin:  10px;
            cursor: pointer;
        }