  *{
            padding: 0;
            margin: 0;
        }
        .dnd-section{
          padding:60px 0px;!important
        }
        .footer-container-pc{
            width: 100vw;
            height: 0px;
            background: #A6A6A6;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
        }
        .footer-container-pc .footer-container{
            margin: 10px auto;
            width: 30%;
            height: inherit;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }
        .footer-container-pc .footer-container .top{
            display: flex;
            white-space: nowrap;
            color: #5e5c5d;
        }
        .footer-container-pc .footer-container .top span{
            margin: 0 10px;
        }
        .footer-container-pc .footer-container .top p{
            margin: 0;
        }
        .footer-container-pc .footer-container .bottom{
            font-weight: bolder;
            margin-bottom: 20px;
        }


        .footer-container-mobile{
            display: none;
            /* background: rgba(196, 191, 191, 0.77);*/
            padding: 1rem 1.5rem;
        }
        .footer-container-mobile .top p{
            white-space: nowrap;
            font-size: 4vw;
            margin: 1rem 0;
        }
        .footer-container-mobile .bottom{
            font-size: 3vw;
            text-align: center;
            padding: 1rem 0 2rem 0;
        }