.card h1 {
    margin-bottom: 20px;
}

h3 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
}

.gallery .pic {
    text-align: center
}

.gallery .pic img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.gallery-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    /*display: none;*/
    opacity: 0;
}

.gallery-background .close-gallery {
    position: absolute;
    right: 30px;
    top: 10px;
    color: white;
    font-size: 53px;
    cursor: pointer;
    z-index: 199;
}

.swiper-container {
    width: 100%;
    height: 100%;
    background: none;
    margin-top: 0;
}

.swiper-slide {
    overflow: hidden;
    background: none;
}

.swiper-button-prev {
    left: 100px;
    height: 100px;
    /*background: none;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    top: 0;
    margin: auto;
    bottom: 0;
    position: absolute;*/
}

.swiper-button-next {
    right: 100px;
    height: 100px;
    /*background: none;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    top: 0;
    margin: auto;
    bottom: 0;
    position: absolute;*/
}

@media screen and (max-width: 414px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -10px !important;
    }
    .swiper-button-next {
        right: -35px !important;
    }
}

@media screen and (min-width: 1024px) {
    .video-container {
        padding-left: 150px;
        padding-right: 150px;
    }
}