.swiper-container {
    height: 550px;
    overflow: hidden;
    position: relative;
    visibility: inherit;
    margin-bottom: 18px;
    background-color: #fff;
}

.content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 680px;
    align-items: center;
    background-image: linear-gradient(#E6F4FC, #fff);
    /* background-color: yellow; */
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.point {
    color: darkgreen;
    font-size: 40px;
}

.swiper-slide .title {
    margin-top: 70px;
    color: #30409F;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
}

.swiper-slide .lower {
    margin-top: 50px;
    width: 800px;
    height: 50%;
    /* background-color: lime; */
    display: flex;
    align-items: center;
}

.swiper-slide .img_container {
    width: 50%;
    display: flex;
    justify-content: center;
}

.swiper-slide .img_container img {
    width: 80%;
    object-fit: contain;
}

.swiper-slide p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.swiper-slide .description {
    margin-top: 10px;
    width: 50%;
}

.description p {
    /* height: 30px; */
    line-height: 1.4;
    text-wrap: wrap;
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-size: 15px;
    color: black !important;
    /* background-color: red; */
}

.description p::before {
    content: '◆';
    font-size: 25px;
    position: absolute;
    margin-left: -30px;
    /* margin-top: -5px; */
    color: red;
}