.leaflet-bottom.leaflet-right {
    display: none;
}

.page p, .page ul {
    margin-bottom: 1rem;
}

.page h2 {
    margin-bottom: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
}

.page a {
    color: #dc300c;
}

.cn-image-col img {
    border-radius: 4px;
}

.cn-footer-column-rs-item a{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #dc300c;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    transition: all ease-in-out .2s;
}