footer{
    width: 100%;
    height: 80px;
    background-color: #c1b6a4;
}
.cont3{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
footer img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.foot p{
    margin-top: 10px;
    font-size: 10px;
    /* border: 3px solid red; */
}
@media(max-width: 760px){
    footer{
        height: auto;
    }
    .cont3{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .foot{
        padding-bottom: 10px;
    }
    .foot p{
        margin-top: 0;
    }
}
