.cards-announcements{display:flex;justify-content:center;flex-direction:column;gap:30px;color:#000;position:relative;top:-60px}.card-announcement{border-radius:15px;background-color:#f9f9f9}.card-announcement img{border-radius:15px 15px 0 0}.card-announcement p{margin:25px;line-height:20px}.see-more{margin:25px}.see-more,.see-more .date{display:flex;align-items:center;justify-content:space-between}.see-more a{background-color:#00a7e1;color:#fff;padding:5px 25px;border-radius:50px}.see-more .date p{color:#cdcdcd;margin-right:5px}@media (min-width:600px){.cards-announcements{flex-direction:row}.card-announcement{width:400px}}