.customBlogCard-section{width:1440px;margin-left:auto;margin-right:auto;padding-top:40px;padding-bottom:10px;background-color:#f9f9f9}.customBlogCard-container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}.customBlogCard-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;padding-bottom:20px}.customBlogCard-left-side,.customBlogCard-right-side{width:100%}.customBlogCard-description{margin:0 0 25px;color:#5e6282;font-weight:500}.customBlogCard-view-all{text-align:center;padding:14px 12px;width:160px;height:50px;position:relative;z-index:1;display:inline-block}.customBlogCard-blogs{display:grid;grid-template-columns:repeat(1,1fr);gap:1.25rem;margin-bottom:50px}.customBlogCard-item{display:flex;flex-direction:column;height:100%;background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25)}.customBlogCard-image-container{display:block;width:100%;height:auto;aspect-ratio:417/240}.customBlogCard-image{width:100%;height:100%;object-fit:cover}.customBlogCard-content-wrapper{padding:15px}.customBlogCard-date{color:#5e6282;font-size:14px;font-weight:900;font-family:Gilroy-medium,sans-serif}.customBlogCard-content{display:flex;flex-direction:column;height:100%}.customBlogCard-title{margin-top:15px;margin-bottom:15px;font-size:18px;color:#1e1d4c;font-family:Gilroy-Bold,sans-serif;font-weight:300;max-height:60px;overflow:hidden}.customBlogCard-title a{display:block;width:100%;color:#1e1d4c;text-decoration:none}.customBlogCard-button-container{margin-bottom:15px}.customBlogCard-button{cursor:pointer;min-height:50px;line-height:22.4px;display:flex;align-items:center;justify-content:center;width:100%;border:1px solid #1263c0;padding-top:.75rem;padding-bottom:.75rem;font-size:16px;font-weight:100;font-family:Gilroy-medium,sans-serif}.customBlogCard-button:hover{background-color:#1263c0;color:white}@media (min-width:768px){.customBlogCard-section{padding-top:60px}.customBlogCard-left-side,.customBlogCard-right-side{width:45%}.customBlogCard-blogs{grid-template-columns:repeat(2,1fr)}.customBlogCard-title{font-size:23px}.customBlogCard-button{font-size:20px}}@media (min-width:1024px){.customBlogCard-blogs{grid-template-columns:repeat(3,1fr)}.customBlogCard-title{max-height:55px}}