footer.presto-footer{
    color: #fff;
    padding: 1em 0;
    background: var(--red);
    font-weight: 500;
}

footer.presto-footer a{
    color: white;
}

footer.presto-footer .wrap-01{
    display: flex;
    /*align-items: center;*/
    justify-content: space-around;
}

footer.presto-footer .wrap-01 p,
footer.presto-footer .wrap-01 a {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

footer.presto-footer .wrap-01 .chunk01 .email{
    margin-left: -4px;
    display: flex
}
footer.presto-footer .wrap-01 .chunk01 .email .icon{
    font-size: 30px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    border-radius: 50%;
    background: white;
    align-items: center;
    margin-right: 5px;
    transform: scale(0.7);
}

footer.presto-footer .wrap-01 .chunk01 .email .icon i{
    font-size: 18px;
    color: var(--red);
}

footer.presto-footer .wrap-01 .chunk03 a{
    display: inline-flex;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0 5px;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    align-content: center;
}

footer.presto-footer .wrap-01 .chunk03 a i{
    font-size: 18px;
}

footer.presto-footer .wrap-01 .chunk03 .icon-list01,
footer.presto-footer .wrap-01 .chunk03 .icon-list02{
    margin-left: -10px;
}

footer.presto-footer .wrap-01 .chunk03 .icon-list01{
    margin-top: -5px;
}

footer.presto-footer .wrap-01 .chunk03 .icon-list02 a{
    display: inline-block;
    background: white;
    transform: scale(0.5);
}

footer.presto-footer .wrap-01 .chunk03 .icon-list02 a i{
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--red);
}
footer.presto-footer .wrap-02{
    margin-top: 10px;
    border-top: 1px solid white;
}

footer.presto-footer .wrap-02 p{
    margin-top : 20px;
    font-size: 14px;
    text-align: center;
}


@media screen and (max-width: 800px){
    footer.presto-footer .wrap-01{
        display: grid;
        text-align: center;
    }
    footer.presto-footer .wrap-01 .chunk01{
        display: flex;
        justify-content: start;
        gap: 10px;
    }
    footer.presto-footer .wrap-01 .chunk02{
        display: flex;
        justify-content: start;
        gap: 10px;
    }
    footer.presto-footer .wrap-01 .chunk01{
        order: 2;
        display: block;
    }
    footer.presto-footer .wrap-01 .chunk01 .email{
        display: inline-flex;
        margin: auto;
    }
    footer.presto-footer .wrap-01 .chunk02{
        order: 3;
        display: block;
    }
    footer.presto-footer .wrap-01 .chunk03{
        order: 1;
    }
    footer.presto-footer .wrap-01 .chunk03 .icon-list01,
    footer.presto-footer .wrap-01 .chunk03 .icon-list02{
        margin-left: unset;
    }

}
