footer
{
    background:#3b3b3b;
    color:white;
    padding:50px 5%;
    font-family:Arial;
}
.footer-container
{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
}
.footer-box h3
{
    margin-bottom:20px;
}
.footer-box a
{
	text-decoration:none;
	color:white;
}
.footer-box-link li p
{
	cursor:pointer;
}
.footer-box p,.footer-box li
{
    margin-bottom:10px;
}
.footer-box ul
{
    list-style:none;
}
.footer-box ul a
{
	color:#fff;
	text-decoration:none;
}
.footer-box input
{
    width:100%;
    padding:10px;
    margin-bottom:10px;
    border:none;
    border-radius:5px;
}
.footer-box button
{
    padding:10px 20px;
    border:none;
    border-radius:5px;
    background:#f5a000;
    color:white;
    cursor:pointer;
}
.footer-box button:hover
{
    background:#d88b00;
}
.social
{
    text-align:center;
    margin-top:30px;
}
.social i
{
    font-size:28px;
    margin:0 12px;
    cursor:pointer;
    color:white;
}
.copy
{
    text-align:center;
    margin-top:20px;
    font-size:16px;
}
