#news-sect {
    margin-top: 20px;
}

#news-sect-title{
    font-size: 36px;
    margin-left: 40px; 
}

.news-card {
    width: 400px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 20px;
}

.news-card-body {
    padding: 20px;
}

.news-card-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.news-card-text {
    font-size: 16px;
    margin-bottom: 20px;
}

.news-card-btn {
    display: inline-block;
    background-color: #ff5555;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news-card-btn:hover {
    background-color: #ff0000;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
