 
[mn="5000"] { 
    .taste {
        margin: 21px 0 0;
    } 
    .btn{
        --btnborderclr: var(--clr01)
    }
    .follow-us{
        text-align: center;
        margin: 30px 0 0;

        .mediabx{
            &>*{
                justify-content: center;
            }
        }
    }

    .noticebx{
        font-size: 90%;
    }

    .contactinfobx {
        line-height: 1.1;
        .ttldecor- {
            display: none!important;
        }
        ._ittl {
            margin: 0 0 9px;
        }
        .title {
            font-size: 120%;
            font-family: var(--ft-t1);
            margin: 3px 0 9px
        }

        @media (width <= 767px) {
            text-align: center;

            .iconbx {
                ._imgobj {
                    margin: 0;
                }
                .bimgw {
                    max-width: 60px;
                }
                .icon-{
                    flex: 0 0 100%;
                    max-width: 100%;
                }
            }
        }
    }
} 
