.latest-posts-slider {width: 100%;overflow: hidden;position: relative;}.latest-posts-wrapper {display: flex;transition: transform 0.6s ease-in-out;}.latest-slide {flex: 0 0 50%;padding: 10px;box-sizing: border-box;}.latest-post-card {background: #fff;overflow: hidden;position: relative;}.latest-post-image {position: relative;overflow: hidden;}.latest-post-image img {width: 100%;height: auto;display: block;border-radius: 10px !important;}.latest-post-content {padding: 10px 0px;}.latest-post-title {font-family: "Albert Sans", sans-serif;font-size: 20px;font-weight: 500;color: #263a4f;margin: 0 0 10px;}.latest-post-title a {color: inherit;text-decoration: none;}.latest-post-readmore {display: inline-block;font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 400;color: #00bfa6;background: transparent;text-decoration: none;margin-top: 5px;}@media (max-width: 992px) {.latest-slide {flex: 0 0 100%;}}