.blogPage-container{background-color:var(--customColor3);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}.blogPage-content{flex-wrap:wrap;align-items:center;width:100%;padding:20px;display:flex}.blogPage-content:first-child{justify-content:space-evenly}.blogPage-content:nth-child(2){justify-content:space-evenly;padding:3rem}.blogPage-heading>h2{font-size:40px}.blogPage-heading>h2>span{color:var(--customColor)}.blogPage-heading>h6{color:var(--customColor);font-weight:700}.blogPage-heading>a{text-decoration:none}.blogPage-heading>a>button{color:#fff;z-index:2;background-color:#000;border:none;border-radius:5px;justify-content:space-between;align-items:center;gap:20px;padding:10px 20px;font-size:20px;font-weight:500;display:flex;position:relative;overflow:hidden}.blogPage-heading>a>button:after{content:"";background-color:var(--customColor);z-index:-1;width:0;height:100%;transition:all .3s;position:absolute;top:0;left:0}.blogPage-heading>a>button:hover:after{width:100%;height:100%}.blogPage-HeadingIcon{color:#fff}.blogPage-Card{background-color:#fff;border-radius:20px;flex-direction:column;justify-content:space-between;align-items:center;width:420px;height:500px;margin:20px;padding:20px;transition:all .3s;display:flex;box-shadow:0 0 10px #e7e7e7}.blogPage-Card:hover{transform:scale(1.02)}.blogPage-ImgContainer{border-radius:10px;width:100%;height:250px;overflow:hidden}.blogPage-Card:hover .blogPage-ImgContainer>img{transform:scale(1.02)}.blogPage-ImgContainer>img{object-fit:cover;border-radius:10px;width:100%;height:100%;transition:all .3s}.blogPage-wrapper{justify-content:center;align-items:center;width:100%;display:flex}.blogPage-wrapper>h3{text-align:center}.blogPage-Card:hover .blogPage-wrapper>h3{color:var(--customColor)}.blogPage-wrapper>a{color:gray;text-decoration:none}.blogPage-wrapper>a>button{color:gray;background-color:#fff;border:none;border-radius:5px;justify-content:center;align-items:center;gap:10px;padding:5px 10px;display:flex}.blogPage-ReadIcon{color:gray}@media screen and (max-width:768px){.blogPage-container{padding:10px}.blogPage-content{flex-direction:column}.blogPage-heading{flex-direction:column;justify-content:center;align-items:center;display:flex}.blogPage-content{padding:10px}.blogPage-heading>h2{text-align:center;font-size:30px}.blogPage-Card{gap:10px;width:300px;height:100%;margin:10px}.blogPage-content:first-child{justify-content:space-between;gap:10px}.blogPage-content:nth-child(2){justify-content:center;align-items:center;padding:0}}
