.sat-subpage-header{background-color:#103153;height:70vh;display:flex;justify-content:center;align-items:center;color:#fff}.sat-subpage-header .sat-title{font-family:"Inria Serif",Sans-serif;font-size:65px;color:#fff;line-height:1.4em;font-weight:400;position:relative;width:fit-content;margin:0 auto 60px auto;z-index:1}.sat-subpage-header .sat-title:after{content:"";left:50%;top:100%;height:1px;width:50%;min-width:100px;position:absolute;background-color:#fff;margin-top:30px;transform:translateX(-50%)}.sat-subpage-header p{color:#FFF;font-family:"Inria Serif",Sans-serif;font-size:18px;font-style:italic}.sat-breadcrumbs{padding:20px 0;text-align:center;border-bottom:1px solid #d8d8d8;z-index:1;position:relative}.posts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:30px;row-gap:30px;margin-top:30px}.posts .post{background-color:#FFF;border-radius:15px 15px 15px 15px;box-shadow:0 7px 20px 0 rgb(0 0 0 / .16);transition:0.3s all ease-out}.posts .post a{text-decoration:none;color:var(--text-color);height:100%;display:flex;flex-direction:column}.posts .post h2{text-align:center}.posts .post .post-content{padding:20px;height:calc(100% - 40px);display:flex;flex-direction:column;justify-content:space-between}.posts .post .post-meta{font-size:14px;display:flex;column-gap:10px;justify-content:center;text-align:center}.posts .post img{border-top-left-radius:15px;border-top-right-radius:15px;width:100%;height:auto;object-fit:cover;aspect-ratio:16 / 9}.posts .post .post-categories{display:flex;column-gap:5px;align-items:center}.posts .post .post-excerpt{text-align:justify}.posts .post .post-button{background-color:var(--button-background-color);font-family:"Open Sans",Sans-serif;font-size:20px;font-weight:400;color:var(--button-text-color);border-radius:0 0 0 0;padding:15px 30px;line-height:1em;text-transform:uppercase;letter-spacing:2px;text-align:center;transition:0.3s all ease-out;cursor:pointer;display:block;transition:0.3s all ease-out}.posts .post .post-button:hover{transform:scale(1.05)}.pagination{margin:40px 0;display:flex;justify-content:center;column-gap:5px}.pagination .page-numbers{text-decoration:none;color:var(--text-color);font-weight:600;font-size:15px;width:30px;height:40px;display:flex;justify-content:center;align-items:center;border:1px solid #fff;border-radius:10px}.pagination .page-numbers:hover{border:1px solid var(--button-text-color)}.pagination .page-numbers.current{border:1px solid var(--button-text-color);background-color:var(--button-text-color);color:#fff}.sat-subpage-header{position:relative}.sat-subpage-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#103153e3;z-index:1}.sat-subpage-header img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.sat-subpage-header .sat-subpage-header-content{z-index:1;padding:0 20px}.sat-subpage-header .sat-breadcrumbs{text-align:center;border-bottom:none}.sat-subpage-header a{color:var(--link-color);text-decoration:none;font-weight:600}.sat-post-content{display:flex;column-gap:40px}.social-media{width:60px;min-width:60px;padding-top:40px}.social-media .social-icons{row-gap:15px;display:flex;flex-direction:column;align-items:center}.social-media .social{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background-color:var(--button-background-color);color:#fff;border-radius:5px}.social-media .social a{color:#fff;font-size:25px}.post-content{box-shadow:0 0 5px #838383;padding:0 40px 40px 40px;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.sat-section-related{margin-top:40px;margin-bottom:40px}.inline-related-posts-title{margin-bottom:80px}.inline-related-posts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:40px}.inline-related-post{text-decoration:none;color:var(--text-color);height:100%;display:flex;flex-direction:column}.inline-related-post img{width:100%;height:200px;object-fit:cover;transition:0.3s all ease-out}.inline-related-post:hover img{transform:scale(1.05)}.inline-related-post .inline-related-post-description{font-size:14px}.inline-related-post-meta{display:flex;flex-direction:column;justify-content:space-between;height:100%}.inline-related-post-read-more{background-color:var(--button-background-color);font-family:"Open Sans",Sans-serif;font-size:15px;font-weight:400;color:var(--button-text-color);border-radius:0 0 0 0;padding:15px 30px;line-height:1em;text-transform:uppercase;letter-spacing:2px;text-align:center;transition:0.3s all ease-out;cursor:pointer;display:block;transition:0.3s all ease-out}.inline-related-post-read-more:hover{transform:scale(1.05)}@media screen and (max-width:768px){.posts{grid-template-columns:1fr}.posts .post .post-meta{flex-direction:column;align-items:flex-start;row-gap:5px}.sat-subpage-header .sat-title{font-size:30px}.sat-post-content{flex-direction:column-reverse}.social-media{width:100%}.social-media .social-icons{flex-direction:row;column-gap:10px;justify-content:center}.inline-related-posts{grid-template-columns:1fr;row-gap:40px}}