.section_button{color:#000;cursor:pointer;background-color:#fff;border:1px solid #000;outline:none;justify-content:center;align-items:center;gap:10px;padding:15px 25px;display:flex;position:relative;overflow:hidden}.section_button svg path{fill:#000}.section_button p,.section_button svg{z-index:2}.section_button:before{content:"";z-index:0;background-color:#000;width:30px;height:30px;transition:all .3s;position:absolute;bottom:-15px;left:-15px}.section_button:hover:before{width:100%;height:100%;bottom:0;left:0}.section_button:hover{color:#fff}.section_button:hover svg path{fill:#fff}
