.blog-card{position: relative;width: 100%;overflow: hidden;}.blog-section-grid {display: flex;padding: 14px 2rem;gap: 50px;justify-content: space-around;}.blog-card-image {width: 100%;object-fit: cover;max-height: 450px;border-radius: 8px;}.description-form{position:absolute;bottom:5%;left:5%;z-index:1;}.description-content p{color:white;}.description-form h3{color:white;font-weight: 700;margin-bottom: .75rem;}.blog-section-header {display: flex;flex-direction: row;justify-content: space-between;}.blog-section-header h3 {font-weight: 600;font-size: 1.75rem }.blogsection-button {display: unset;color: #9E9E9E;width: fit-content;font-size: 1.1rem;padding-left: 749px;padding-bottom: 10px;padding-top: 15px;}@media only screen and (max-width: 999px) {.blog-section-grid {flex-direction: column;align-items: center;gap:20px;}.description-form{position:absolute;top:unset;bottom: 10px;left: 10px;z-index:1;}}