#firstpartfooter{
    margin-inline: 5%;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;

}

#firstpartfooter p{
    margin-left: 4px;
    cursor: pointer;
}

#f1{
    display: flex;
    align-items: center;
}

#f1 img{
    width: 100px;
}

#firstpartfooter div{
    padding: 10px;
}

#firstpartfooter>div>div{
    display: flex;
    margin-top: 10px;
}

.iconfooter{
    width: 20px;
    height: 20px;
}

#secondpartfooter{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #108BF9;
    padding: 20px;
    gap: 20px;
}

.iconsocial{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
}

#secondpartfooter p{
    font-weight: 300;
}

#footeryear{
    font-weight: 600;
    font-size: 18px;
}

@media only screen and (max-width: 503px){
    #firstpartfooter{
        justify-content: flex-start;
    }
}