.home{flex-direction:column;gap:88px;width:100%;padding:0;display:flex;overflow:hidden}@media screen and (max-width:1024px){.home{gap:80px}}@media screen and (min-width:2560px){.home{gap:200px}}
.blogs{flex-direction:column;justify-content:center;place-items:center;gap:50px;width:100%;display:grid}.blogs-header{flex-direction:column;align-self:stretch;align-items:center;gap:22px;display:flex}.tab{background:linear-gradient(#fafafa0d 0%,#fafafa26 50%,#fafafa0d 100%);border:1px solid #487dae8f;border-radius:8px;align-items:center;gap:20px;width:fit-content;padding:5px;display:flex}.tab .not-active{color:#fff;background-color:#0000;padding:6px 12px;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:120%}.tab .active{color:#19374b;padding:6px 12px;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:120%}.blogs-cards{align-items:center;display:flex}.blogs-cards-res{display:none}.footer-links{justify-content:space-between;display:flex}@media screen and (max-width:1200px){.blogs-header .large-title{max-width:300px}.blogs-cards-res{display:block}.blogs-cards{display:none}}@media screen and (max-width:375px){.not-active,.tab button{font-size:12px}.tab{gap:10px}}
