.home-module.latestnews{ list-style: none; padding: 0; flex-direction: row }
.home-module.latestnews li{ margin-bottom: 20px }
.home-module-block { height: 260px; border: 1px solid #ddd; overflow: hidden; position: relative; transition: 0.4s;border-radius: 4px }
.home-module-latest-text { position: absolute; bottom: 0; background-color: #4b5c78; padding: 10px; transition: 0.4s; left: 0; right: 0; height: 30%; text-align: center}
.home-module-latest-text, .home-module-latest-button-intro {display: flex;color: #fff;flex-direction: column;justify-content: center}
.latest-img-home-module{height: 100%;overflow: hidden}
.latest-img-home-module img{object-fit: cover;width: 100%;height: 100%}
.home-module-block:hover .home-module-latest-text {bottom: 70%;transition-property: all;transition-duration: .5s;transition-delay: .5s;cursor: pointer}
.home-module-latest-button-intro, .home-module-latest-text-intro {position: absolute;background: #ddd;top: 100%;left: 0;right: 0;height: 20%;overflow: hidden;transition: 0.4s}
.home-module-block:hover .home-module-latest-button-intro {top: 80%;transition-property: all;transition-duration: .5s;transition-delay: .5s;}
.home-module-latest-text-intro {color: #3e3e3e;padding: 15px;height: 50%;}
.home-module-block:hover .home-module-latest-text-intro {top: 30%;transition-property: all;transition-duration: .5s;transition-delay: .5s;}
.home-module-latest-text-intro ul {list-style: circle;margin-left: 30px}
.home-module-latest-text-intro ul li {margin-bottom: 10px}
.home-module-latest-text-intro ul li:first-child {color: red;}
.home-module-title {text-transform: uppercase;font-weight: 400;font-size: 1.125rem;text-align: center;margin: 0;line-height: 1.5rem;color: #fff}
.readmore-home-module-btn {text-align: center;padding: 5px;}
.readmore-home-module {display: inline-block;color: #fff;background-color: #059fcf;padding: 5px 20px;font-weight: 400;transition: 0.4s;}
.readmore-home-module:hover {opacity: 0.8}
@media (max-width:1174px) {
.home-module-title {font-size: 16px}
.home-module-latest-text-intro {font-size: 14px}
.home-module-latest-text-intro ul li {margin-bottom: 4px}
}
@media (max-width: 991.98px) {
.home-module-title {font-size: 14px}
.home-module-latest-text-intro {font-size: 12px}
}
@media (max-width: 767.98px) {
.home-module-title {font-size: 20px}
.home-module-block {margin-bottom: 30px}
.home-module-latest-text-intro {font-size: 16px}
}
@media (max-width:575.98px) {
.home-module-title {font-size: 22px}
.home-module-latest-text-intro {font-size: 1rem}
}