* {
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

html {
    width: 100%;
    height: 100%;
}

body {
    background: url("../images/bg1.png") no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.container {
    padding-top: 70px;
}

.wrap {
    margin-top: 60px;
}

h1 {
    text-align: center;
    font-size: 40px;
    line-height: 90px;
    background-image: -webkit-gradient(linear, left 0, right 0, from(#fd1628), to(#f7ad26));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 414px) {
    h1 {
        font-size: 24px;
        line-height: 45px;
    }
    .wrap .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.8;
    }
    .wrap .swiper-pagination-bullet-active {
        opacity: 1;
        background: #007aff;
    }
    .wrap .swiper-slide a {
        display: block;
        width: 68%;
        margin: 0 auto;
    }
    img {
        border-radius: 50%;
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.5);
    }
}