* {
    padding: 0;
    margin: 0;
}

img {
    vertical-align: bottom;
}

.imgz {
    width: 100%;
}

.container-m {
    max-width: 750px;
    margin: 0 auto;
}

.btn-yellow {
    position: relative;
    display: flex;
    justify-content: center;
}

.btn-bg {
    width: 80%;
}

.kpc {
    max-width: 400px;
}

.btn-text {
    width: 80%;
    max-width: 300px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.container-m>p {
    margin: 12px 0;
    text-align: center;
}

.zd img {
    width: 88%;
}

.zd {
    display: flex;
    justify-content: center;
    width: 90%;
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    top: 48%;
}

.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    outline: none;
    background-color: none;
}