.All_Blogs_Page{ .shortBanMain { background-position: center; background-repeat: no-repeat; background-size: cover; padding: 100px 0px; } .heading { font-size: 65px; font-weight: 700; line-height: 75px; font-family: var(--o1Font); color: var(--headingColorW1); margin-bottom: 10px; } .linksPara { font-size: 15px; color: var(--paragraphColorWhite); } .linksPara span { margin: 0px 10px; } .linksPara a { transition: 0.3s; } .linksPara a:hover { color: var(--themeColor1); } .blogsV2 { padding: 10px; background-color: var(--themeUltraLight); } .navigations { display: flex; width: 40px; height: 40px; background-color: #00000019; border-radius: 5px; align-items: center; justify-content: center; font-size: 14px; text-decoration: none; color: #000000; } .activeNav { background-color: var(--btnColor); color: var(--btnColorText); } .navigationArea { display: flex; align-items: center; justify-content: center; } .allHeading { font-size: 30px; padding: 20px 0 0 0; font-weight: 600; } .allPara { font-size: 14px; padding-bottom: 20px; padding-top: 10px; } }.All_Blogs_Page{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }