.swiper{
        height: 300px;
        width: 600px;
        border-radius: 20px;
        background-color: black; 
        }
.swiper-wrapper{
    background-color: #333;
}
.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.latest-update{
    height: 300px;
    width: 400px;
    border-radius: 20px;
    background-color: rgb(165, 165, 165); 
    margin-left: 10px;
    overflow-x: scroll;
}
.latest-update h3{
    color: rgb(0, 0, 0);
}

.swipernews{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    padding-bottom: 10px;
}
#page1{
    background-color: rgb(245, 245, 245);
}
#page2{
    background-color: rgb(245, 245, 245);
}

@media (max-width: 768px) {
    .swiper{
        height: 150px;
        width: 300px;
        border-radius: 20px;
        background-color: black; 
        }
.swiper-wrapper{
    background-color: #333;
}
.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.latest-update{
    height: 400px;
    width: 300px;
    border-radius: 20px;
    background-color: rgb(165, 165, 165); 
    margin-top: 10px;
    overflow-x: scroll;
}
.latest-update h3{
    color: rgb(0, 0, 0);
}

.swipernews{
    overflow: hidden;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    padding-bottom: 10px;
}
    table{
        font-size: 14px;
    }
    h3{
        font-size: 20px;
    }
    .table table-bordered{
        width: 120px;
        height: 175px;
    }
}