/*
Theme Name: Olivin Child
Description: Child theme for Olivin. You can now safely customize it and not risk losing your customizations.
Author: Shentaweb
Author URI: https://shentaweb.com
Template: olivin
Version: 1.0
*/
.oli-single-post-sidebar-item .horoscope-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 1rem;
}

.footer-3 > .left > .col img {
    width: 100%;
    max-width: 300px;
    height: auto;
	display: block;
    margin: 0 auto;
}