footer.block-footer {
    background-image: url(https://piyakaruna.com/themes/9999/_images/bg-f-piy.jpg);
    background-size: cover;
    background-color: var(--main-footer-color);
}

img.logo-footer {
    display: block;
}

/* Set the size of the div element that contains the map */
#map {
    height: 200px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

p.text-footer {
    padding-top: 20px;
}

ul.suop--icon {
    margin-bottom: 0;
}

.suop--button_image {
    display: block;
}

@media (max-width: 480px){

p.text-footer {
    padding-top: 20px;
    text-align: center;
}
p.text-footer span {
    font-size: 24px !important;
}
img.logo-footer {
    display: block;
    width: 100%;
}


}
