﻿.bossgoo-index-certify28{
    padding-top: 100px;
    background-color: #f4f4f4;
}

.bossgoo-index-certify28 .title{
    /* font-family: Lato; */
	font-size: 40px;
	font-weight: bold;
	color: var(--themeColor);
    text-align: center;
}

/* .bossgoo-index-certify28 .title::after{
    content:"";
    display: block;   
    margin: 0 auto;
    top: 0;
    width: 60px;
    height: 2px;
	background-color: var(--themeColor);
} */

.bossgoo-index-certify28 .main .certifySwiper .imgbox{
    display: flex;
    justify-content: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 20px;
}

.bossgoo-index-certify28 .main .certifySwiper{
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 100px;
}

@media only screen and (max-width:1040px) {
    .bossgoo-index-certify28 .title{
        line-height: 1.5;
    }

 
    .bossgoo-index-certify28 .main .certifySwiper{
        padding-bottom: 50px;
    }
}


@media only screen and (max-width:767px) {
    .bossgoo-index-certify28 .title{
        font-size: 22px;
        line-height: 2;
    }

    .bossgoo-index-certify28{
        padding: 60px 10px 0;
    }
      
    .bossgoo-index-certify28 .title::after{
        width: 30px;
    }

}