* {
    margin: 0;
}

.gallery-title {
    color: #00305b;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    margin-left: 44%;
    margin-bottom: 2rem;
}

.upsc1 {
    padding-top: 2%;
}

.gallery-sliders {
    margin-top: 50px;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 400px;
    padding-top: 40px
}

.swiper-slide img {
    width: 400px;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.galleryrow {
    margin-top: 2rem;
}

.galleryrowlast {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.swiper {
    background-color: #00305b;
    height: 340px;
}

@media screen and (max-width: 580px) {
    .swiper-slide img {
        width: 90%;
    }
    .gallery-title {
        margin-left: 150px;
        font-size: 1.4rem;
        margin-bottom: 0.9rem;
    }
    .swiper {
        height: 150px;
    }
    .galleryrow {
        margin-top: 0.9rem;
    }
}