.container-docs{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;position:relative}.container-docs:before{content:"";width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;z-index:-1;position:absolute}.container-docs .content-docs{width:92.5%;max-width:var(--max-width);height:max-content;min-height:calc(100dvh - 50px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 0}.container-docs .content-docs img{width:95%;max-width:250px;height:auto;margin:0 0 30px}.container-docs .content-docs .docs{width:95%;max-width:750px;height:auto;display:flex;flex-direction:column;align-items:center}.container-docs .content-docs .docs .head{width:95%;max-width:600px;height:auto;display:flex;flex-direction:column;align-items:center;padding:50px 0;text-align:center}.container-docs .content-docs .docs .head h1{font-size:34px;font-weight:600;margin:0 0 10px}.container-docs .content-docs .docs .head p{font-size:18px;font-weight:400;margin:0 0 10px}.container-docs .content-docs .docs .content{width:95%;height:auto;display:flex;flex-direction:column}.container-docs .content-docs .docs .content h1{font-size:28px;font-weight:600;margin:20px 0}.container-docs .content-docs .docs .content p{font-size:16px;font-weight:400;margin:0 0 10px}