.section2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    /* margin-bottom: 135px; */
}

.section2 .content {
    width: 1050px;
    font-size: 12px;
}

.section2 .title {
    margin-top: 30px;
}

.content p {
    margin-bottom: 10px;
    font-family: GothamBook;
    font-size: 14px;
    text-align: justify;
    word-spacing: 0.1em;
}

.swiper-item {
    width: 516px;
    height: 345px;
    overflow: hidden;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    top: 60%;
    right: -40px;
    color: #aaa;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    top: 63%;
    left: -40px;
    color: #aaa;
}

.section-notitle::after {
    display: none;
}

.o-title {
    font-size: 23px;
    color: #333;
    margin-bottom: 20px;
    font-family: Gotham-Bold;
}

.section-flex {
    width: 1590px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.section-flex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: grayscale(100%);*/
}

.section-flex img:hover {
    /*filter: grayscale(0);
    transform: scale(1.1);*/
}

.section-flex2 {
    width: 1590px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.section-flex2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: grayscale(100%);*/
}

.section-flex2 img:hover {
    filter: none;
    /*transform: scale(1.1);*/
}