:root{--e-global-color-primary:#DF0200;--e-global-color-secondary:#A10000;--e-global-color-text:#292929;--e-global-color-accent:#F9FAFB;--e-global-color-d455ad8:#FFFFFF;--e-global-color-1df77a6:#777777;--e-global-color-27a8e3d:#AFAFAF}.soltech-blog__banner{padding:210px 0 120px;background-color:var(--e-global-color-accent);text-align:center;background-size:cover;background-repeat:no-repeat;background-position:bottom center;font-size:22px}@media only screen and (max-width:1024px){.soltech-blog__banner{padding:190px 0 100px}}@media only screen and (max-width:767px){.soltech-blog__banner{padding:150px 0 80px}}.soltech-blog__body{padding:130px 0}@media screen and (max-width:1024px){.soltech-blog__body{padding:100px 0}}@media screen and (max-width:991px){.soltech-blog__body{padding:80px 0}}.soltech-blog__posts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}@media screen and (max-width:1024px){.soltech-blog__posts{gap:20px}}@media screen and (max-width:991px){.soltech-blog__posts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}}.soltech-blog__pagination{width:100%;text-align:center;margin-top:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.soltech-blog__pagination .page-numbers{width:35px;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;border:1px solid var(--e-global-color-27a8e3d)}.soltech-blog__pagination .page-numbers.current{background-color:var(--e-global-color-primary);border-color:var(--e-global-color-primary);color:var(--e-global-color-d455ad8)}.soltech-blog__pagination .page-numbers svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.soltech-blog__pagination .page-numbers:hover svg path{fill:var(--e-global-color-primary)}.soltech-post-card{background:#fff;-webkit-box-shadow:8px 5px 35px -2px rgb(41 41 41 / .15);box-shadow:8px 5px 35px -2px rgb(41 41 41 / .15);border-radius:10px;padding:30px}@media screen and (max-width:1024px){.soltech-post-card{padding:20px}}@media screen and (max-width:991px){.soltech-post-card{width:calc(50% - 10px)}}@media screen and (max-width:767px){.soltech-post-card{width:100%}}.soltech-post-card__image{position:relative;padding-bottom:68%;border-radius:10px;overflow:hidden;display:block}.soltech-post-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.soltech-post-card__title{margin-top:15px}.soltech-post-card__info{margin-top:10px;padding-top:15px;border-top:1px solid #d9d9d9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:var(--e-global-color-1df77a6)}.soltech-post-card__info a{color:var(--e-global-color-primary)}.soltech-post-card__info a:hover{color:var(--e-global-color-secondary)}