.info8_wrapper {
    padding: 120px 0;
}

.info8_title_wrapper {
    margin-bottom: 60px;
}
.info8_title_wrapper > h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 12px;
    color: #ff3c0a;
    font-weight: bold;
}
.info8_title_wrapper > h3 {
    text-align: center;
    font-size: 24px;
    text-align: center;
}

.info8_moudule_item_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}
.info8_content_wrapper > p {
    font-size: 18px;
    color: #595959;
    text-indent: 40px;
    line-height: 38px;
}
.info8_img_wrapper>img{
    width: 100%;
}
.info8_img_wrapper>a > img {
   width: 100%;
    object-fit: cover;
}
.info8_ul_margin {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.max_show {
    display: block;
}
.min_show {
    display: none;
}
.info8-mb-20{
    margin-bottom: 20px;
}
.info8_content_wrapper_btn {
    text-decoration: none;
    padding: 10px 30px;
    background: #007bff;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
}
.info8_text_right {
    text-align: right;
}
.info8_text_left {
    text-align: left;
}
.info8_content_wrapper_btn:hover {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 768px) {
    .info8_max_bg {
        background: none !important;
    }
    .info8_title_wrapper > h2 {
        font-size: 22px;
    }
    .info8_title_wrapper > h3 {
        font-size: 18px;
    }
    .info8_content_wrapper {
        margin-bottom: 40px;
    }
    .info8_content_wrapper > div {
        font-size: 18px;
    }
    .info8_content_wrapper > p {
        font-size: 14px;
    }
    .max_show {
        display: none;
    }
    .min_show {
        display: block;
        margin-bottom: 20px;
    }
    .info8_img_wrapper>a > img {
        width: 100%;
    }
    .info8_img_wrapper>img{
        width: 100%;
    }
    .info8_text_left,
    .info8_text_right {
        text-align: center;
    }
    .info8_ul_margin{
        display: block;
    }
}
