.carrybot {
    width: 100%;
    overflow: hidden;
    color: #000;
}

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

.text-color {
    font-size: poppins;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFF 20.74%, #727272 60.45%, #9E9E9E 78.85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.three-contaner-b-left-img,
.four-contaner-b-left-img {
    position: relative;
    cursor: pointer;
}

.three-contaner-b-left-img img:nth-child(1),
.four-contaner-b-left-img img:nth-child(1) {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.application-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: 800px;
}

.zh-CN .banner .banner-container {
    align-items: flex-start;
}

.banner .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -100px;
}

.zh-CN .banner .left {
    margin-top: 210px;
}


.banner .left .title {
    color: #FFF;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 76.8px */
    letter-spacing: 0.747px;
}

.zh-CN .banner .left .title span{
    font-weight: normal;
}

.banner .left .title-desc {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    line-height: 36px;
    margin-top: 12px;
    max-width: 700px;
}

.zh-CN .banner .left .title-desc {
    margin: 24px 0;
}

.banner .left .zh-btn {
    display: none;
}

.zh-CN .banner .left .zh-btn {
    display: block;
    width: 150px;
    padding: 10px 0;
    border-radius: 30px;
    background-color: #fff;
    color:#222;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
}

.zh-CN .banner .left .zh-btn:hover {
    transform: scale(1.07);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner .left .btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-top: 53px;
}

.banner .left .btns .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding:10px 24px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.70);
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.747px;
    text-transform: uppercase;
}

.banner .left .btns .btn:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-right: 36px;
}

.banner .left .btns .btn:last-child {
    background: #FFF;
    color: #373A3E;
}

.banner .left .btns .btn .btn-icon {
    width: 60px;
    height: 60px;
    margin-left: -5px;
}

.banner .left .btns .btn .btn-text {
    flex: 1;
}

.two-contaner {
    background: #E0E1D5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 160px;
    /* border-radius: 0 0 1000px 0px; */
}

.two-contaner-con {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 160px;
}

.two-contaner-con-top {
    font-size: 68px;
    font-weight: 600;
    line-height: 120%;
    color: #222;
}

.two-contaner-con-top p:nth-child(1) {
    font-weight: normal;
}

.two-contaner-con-top span {
    color: #EC4C4E;
}

.two-contaner-con-top>p:last-child {
    font-size: 48px;
    font-weight: 400;
    line-height: 150%;
}

.two-contaner-con-top>p:nth-child(2) {
    margin: 24px 0;
}

.two-contaner-con-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding: 120px 0;
}


.two-contaner-con-center-item {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 24px;
}

.two-contaner-con-center-item img {
    border-radius: 24px 24px 0 0;
}

.two-contaner-con-center-item-title {
    color: rgba(34, 34, 34, 0.70);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    margin-top: 24px;
}

.two-con-title>span {
    display: block;
}

.two-con-title span:nth-child(1) {
    margin-top: 24px;
    font-size: 14px;
}

.two-con-title span:nth-child(2) {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
}

.two-con {
    padding-bottom: 32px;
}

.two-con-list {
    text-align: left;
    padding: 0 24px;
}

.two-con-item {
    margin-bottom: 12px;
    position: relative;
    padding-left: 12px;
}

.two-con-item span {
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 50%;
}
.two-contaner-con-center-item{
    display: block;
}
.two-contaner-con-center-item-m{
    display: none;
}
.two-contaner-con-center-item-desc {
    color: #3377FF;
    font-style: italic;
    font-family: Poppins;
    font-size: 54px;
    font-style: italic;
    font-weight: 600;
    line-height: 86px;
    letter-spacing: -2px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.two-contaner-con-center-item:first-child .two-contaner-con-center-item-desc-x {
    position: absolute;
    font-size: 18px;
    left: 188px;
    top: -16px;
}

.two-contaner-con-center-item:nth-child(2) .two-contaner-con-center-item-desc-pre {
    position: absolute;
    font-size: 18px;
    left: 172px;
    top: 10px;
}

.two-contaner-con-center-item:nth-child(3) .two-contaner-con-center-item-desc-pre {
    position: absolute;
    font-size: 18px;
    left: 210px;
    top: 10px;
}

.two-contaner-con-center-item:nth-child(4) .two-contaner-con-center-item-desc-pre {
    position: absolute;
    font-size: 18px;
    left: 172px;
    top: 10px;
}

.two-contaner-con-center-item:nth-child(4) .two-contaner-con-center-item-desc-add {
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    left: 172px;
    top: -12px;
}

.two-contaner-con-center-item-desc-main {
    margin-left: -22px;
}

.two-contaner-con-bottom {
    position: relative;
}

.two-contaner-con-bottom .image-container {
    position: relative;
    width: 100%;
}

.two-contaner-con-bottom img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.two-contaner-con-bottom img.img-pc {
    display: block;
}

.two-contaner-con-bottom img.img-m {
    display: none;
}

.two-contaner-con-bottom-btn {
    font-size: 16px;
    background: #3377FF;
    border-radius: 3.2vw;
    position: absolute;
    padding: 8px 14px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    min-width: 8vw;
    text-align: center;
}

.two-contaner-con-bottom-btn1 {
    top: 33%;
    left: 10%;
    transform: translate(-50%, -50%);
}

.two-contaner-con-bottom-btn2 {
    top: 33%;
    left: 90%;
    transform: translate(-50%, -50%);
}

.two-contaner-con-bottom-btn3 {
    top: 33%;
    left: 69.999%;
    transform: translate(-50%, -50%);
}

.two-contaner-con-bottom-btn4 {
    top: 33%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.two-contaner-con-bottom-btn5 {
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.two-con .three-contaner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 160px;
}
.three-contaner{
    padding-top: 160px;
}
.three-contaner-top {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.three-contaner-top-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.three-contaner-top-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 80px 0;
    gap: 12px;
}

.three-contaner-top-list-item {
    flex: 1;
    width: calc(20% - 16px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%;
    padding: 16px 24px;
}

.three-contaner-top-list-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.three-contaner-top-list-item img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.three-contaner-top-list-item-title {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
    min-height: 86px;
    width: 100%;
}
.zh-CN .three-contaner-top-list-item-title{
    min-height: 0;
}
.four-contaner-top {    
    width: 100%;
    text-align: center;
}

.four-contaner-top-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.four-contaner-top-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 80px 0;
    gap: 24px;
}

.four-contaner-top-list-item {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    min-height: 100%;
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.four-contaner-top-list-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.four-contaner-top-list-item img {
    width: 236px;
    height: 246px;
    display: block;
    margin: 0 auto;
}

.four-contaner-top-list-item .six-contaner-top-list-item-img {
    width: 80px;
    height: 80px;
    margin: 0;
}

.four-contaner-top-list-item-title {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
    /* min-height: 86px; */
    width: 100%;
    text-align: left;
}

.six-contaner-top-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 80px 0;
    gap: 24px;
}

.six-contaner-top-list-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%;
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.six-contaner-top-list-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.six-contaner-top-list-item img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.six-contaner-top-list-item-title {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    /* min-height: 86px; */
    width: 100%;
    margin-left: 32px;
    margin-bottom: 16px;
}

.six-contaner-top-list-item-desc {
    margin-left: 32px;
}

.six-bottom-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.five-contaner-top-list-item {
    margin: 16px 0;
}

.five-contaner-top-list-item-desc {
    margin-left: 0;
}

.three-title {
    margin: 0 0 16px 0;
}

.five-contaner-top-list-item-title {
    font-size: 18px;
    min-height: 43px;
    /* margin:0 0 2.133vw 0; */
    font-weight: 600;
}

.five-contaner-b-right-b-title {
    margin: 0 0 2.133vw 0;
}

.three-contaner-top-list-item-desc,
.four-contaner-top-list-item-desc,
.six-contaner-top-list-item-desc {
    display: flex;
    align-items: flex-start;
    color: #646464;
}

.three-contaner-top-list-item-desc .desc-content,
.four-contaner-top-list-item-desc .desc-content,
.six-contaner-top-list-item-desc .desc-content {
    text-align: left;
    /* flex: 1; */
    font-size: 14px;
    line-height: 200%;
}

.three-contaner-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
}

.three-contaner-bottom-title,
.four-contaner-bottom-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.three-contaner-bottom-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.three-contaner .three-contaner-top-list-item {
    border-right: 1px solid #EBEBEB;
}

.three-contaner .three-contaner-top-list-item:first-child {
    border-left: 1px solid #EBEBEB;
}

.three-contaner-bottom-list-item,
.four-contaner-bottom-list-item,
.six-contaner-bottom-list {
    padding: 32px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.three-contaner-bottom-list-item img,
.four-contaner-bottom-list-item img,
.six-contaner-bottom-list img {
    width: 100%;
    border-radius: 4px;
    padding: 0 28px;
    margin-bottom: 14px;
}

.three-contaner-bottom-list-item-title,
.four-contaner-bottom-list-item-title,
.six-contaner-bottom-list-item-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.three-contaner-bottom-list-item-desc,
.four-contaner-bottom-list-item-desc,
.six-contaner-bottom-list-item-desc {
    text-align: left;
    color: #646464;
    font-size: 14px;
    line-height: 200%;
}

.three-contaner-b,
.four-contaner-b {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 160px;
    margin-top: 80px;
}

.three-contaner-b-item,
.four-contaner-b-item {
    flex: 1;
}

.three-contaner-b-left,
.four-contaner-b-left {
    margin-right: 60px;
}

.three-contaner-b-left-title,
.four-contaner-b-left-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.three-contaner-b-left-title img,
.four-contaner-b-left-title img {
    width: 14px;
    height: auto;
    display: inline-block;
    margin-right: 6px;
}

.three-contaner-b-left-img .img,
.four-contaner-b-left-img .img {
    width: 100%;
    margin-right: 6px;
}

.three-contaner-b-left-title-text,
.four-contaner-b-left-title-text {
    font-size: 12px;
    color: #646464;
}

.three-contaner-b-right-title,
.four-contaner-b-right-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.three-contaner-b-right-desc,
.four-contaner-b-right-desc {
    color: #646464;
    font-size: 12px;
    line-height: 200%;
}

.three-contaner-b-right-b-title,
.four-contaner-b-right-b-title {
    margin: 16px 0 8px 0;
    font-size: 14px;
    font-weight: 600;
}

.three-contaner-b-right-b-list,
.four-contaner-b-right-b-list {
    padding: 12px 8px;
    background: #FFFED9;
    border: solid 1px #FFE6A5;
    border-radius: 12px;
    margin-bottom: 26px;
}

.three-contaner-b-right-b-list-item,
.four-contaner-b-right-b-list-item {
    display: flex;
    align-items: center;
}

.two-list-item {
    align-items: flex-start;
}

.three-contaner-b-right-b-list-item-icon,
.four-contaner-b-right-b-list-item-icon {
    margin-right: 8px;
}

.three-contaner-b-right-b-list-item-title {
    color: #FC7928;
    font-weight: 600;
    font-size: 12px;
}

.three-contaner-b-right-b-list-item-text {
    min-width: 210px;
}
.ja-JP .three-contaner-b-right-b-list-item-text {
    min-width: 145px;
}
.three-contaner-b-right-b-list-item-text,
.four-contaner-b-right-b-list-item-text {
    font-size: 12px;
    line-height: 200%;
}


.zh-CN .three-contaner-b-right-b-list-item-text span,
.zh-CN .four-contaner-b-right-b-list-item-text  span{
    color: #FC7928;
    font-size: 14px;
    font-weight: 600;
}

.content-m {
    display: none;
}

.three-pc {
    display: block;
}

.three-contaner-b-btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 24px;
    background: #3377FF;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.four-contaner-bottom {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #F7F7F7;
}

.three-contaner-bottom-list,
.four-contaner-bottom-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.four-contaner-bottom-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.three-contaner-bottom-list-item,
.four-contaner-bottom-list-item,
.six-contaner-bottom-list-item {
    padding: 32px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.four-contaner-wrap {
    background-color: #F7F7F7;
    padding: 160px 0;
    padding-bottom: 0px;
}

.four-contaner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.four-contaner .three-contaner-top-list-item {
    border: solid 1px #E5E5E5;
    border-radius: 12px;
}

.four-contaner-b {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
}

.four-contaner-b .four-contaner-b-item {
    flex: 1;
}

.four-contaner-b .four-contaner-b-left {
    margin: 0;
}

.four-contaner-b .four-contaner-b-left-img img {
    margin-right: 0;
}

.four-contaner-b .four-contaner-b-right {
    margin-right: 60px;
}

.four-top-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.six-contaner-bottom-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.six-contaner-top-list-item{
    display: flex;
}
.pc{
    display: block;
}
.m{
    display: none;
}
.products {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    margin-bottom: 120px;
}

.products-title {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 48px;
    padding-top: 160px;
}
.products-swiper {
    width: 100%;
}

.products-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.products-list-item:hover {
    background-color: #F6F8F9;
}
.product-img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}
.products-list-item-title {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.products-list-item-title .hot{
    width: 37px;
    margin-left: 4px;
}
.products-list-item-desc {
    font-size: 16px;
    color: #646464;
}
.products-swiper .swiper-pagination {
    position: relative;
    margin-top: 32px;
}

.products-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    opacity: 1;
}

.products-swiper .swiper-pagination-bullet-active {
    background: #3377FF;
}
/* case */
.TITLE-SINGLE {
    font-size: 52px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    line-height: 78px;
}

.case {
    padding-top: 153px;
    padding-bottom: 160px;
    background: #ffffff;
}

.case-content {
    margin-top: 70px;
    padding-bottom: 70px;
}

.case-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 480px !important;
    cursor: pointer;
}

.case-list-item-img {
    width: 100%;
    height: auto;
}

.case-list-item-title {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 29px;
    margin-top: 18px;
}

.case-btn {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 120px;
}

.modal-video {
    width: 100%;
}

.MODAL {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.modal-video-container {
    background-color: white;
    z-index: 11000;
    padding: 96px 0;
}

.modal-video-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
}

.modal-video-container .modal-video-body {
    max-width: 1280px;
    width: 100vw;
    min-width: 320px;
    display: flex;
    cursor: pointer;
}

.modal-video-container .close-btn {
    position: absolute;
    display: flex;
    z-index: 9999;
    overflow: hidden;
    top: 24px;
    left: 24px;
    margin: 0;
    padding: 0;
    font-size: 40px;
    cursor: pointer;
}

.modal-video-container .modal-video-body .modal-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 用于隐藏滚动条,并适用于移动端 */
.has-modal-full-viewport {
    overflow: hidden;
    /* position: fixed;
      height: 100%;
      width: 100%; */
}

/*  */
/* 16:9等比例盒子1 */
/* 必须2部分嵌套，才能满足内容等比例 */
.model-youtube-intrinsic-aspect-ratio-container {
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 56%;
    position: relative;
}

/* 16:9等比例盒子2 */
.model-youtube-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.model-youtube-tips {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.youtube-iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.one-list {
    display: grid;
    gap: 24px;
    margin-top: 32px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas:
        "item1 item1 item1 item2 item2 item2"
        "item3 item3 item4 item4 item5 item5";
}

.one-list-item {
    padding: 32px 24px;
}

.one-list-item:nth-child(1) {
    grid-area: item1;
}

.one-list-item:nth-child(2) {
    grid-area: item2;
}

.one-list-item:nth-child(3) {
    grid-area: item3;
}

.one-list-item:nth-child(4) {
    grid-area: item4;
}

.one-list-item:nth-child(5) {
    grid-area: item5;
}

.one-list-item img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    padding: 0 28px;
}

.one-list-item:nth-child(3) img,
.one-list-item:nth-child(4) img,
.one-list-item:nth-child(5) img {
    padding: 0;
}

.two-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.two-list-item img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    padding: 0 28px;
}

.five-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.five-list-item img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}

.five-list-item {
    padding: 0 28px;
}



.play-icon {
    display: none;
}

@media (max-width: 1600px) {
    /* .two-contaner {
        border-radius: 0 0 700px 0px;
    } */
}