footer{display:grid;place-items:center;width:100%;min-height:341px;background-color:#0f172a;background-repeat:no-repeat;background-position:center;background-size:cover;color:#fff;}footer .wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-block:40px;}footer .logo{height:70px;margin-block:8px;}footer .content{display:flex;justify-content:space-between;width:100%;margin-top:40px;}footer .made-by{display:flex;align-items:center;width:max-content;gap:4px;}@media screen and (max-width:700px){footer .sra{text-align:center;}footer .content{display:grid;grid-auto-flow:row;grid-template-columns:1fr;place-items:center;gap:16px;margin-top:24px;}footer .content p{text-align:center;}footer .content .copyright{grid-row:2/3;}footer .logo{height:40px;}}