@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);.footer{background-color:#262524;display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:10vh;padding-top:1rem;padding-bottom:1rem}.footer .logo_img{min-width:5vw;height:auto;width:15vw}@media(max-width:767.98px){.footer .logo_img{width:40vw}}.footer .footer-wrap{display:flex;flex-direction:column}.footer .footer-wrap a{color:#fff;font-family:"Open Sans",sans-serif;font-weight:normal;font-size:1rem;text-decoration:none;text-align:center;margin-top:1.5rem;transition:all .3s ease-in-out}.footer .footer-wrap a:hover{color:#faa61a}