body {
    background: #f8f8f8;
}

.distributor {
    margin: 5rem auto !important;
    background-color: #ffffff;
}


.distributor .distributor-head {
    padding: 24px 60px;
    background-color: #143a94;

}

.distributor .distributor-head div {
    width: 60%;
    font-family: Arial, Arial;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}

.distributor .distributor-head div::first-letter {
    font-weight: bold;
    font-size: 28px;
}

.distributor .distributor-con {
    padding: 40px 60px;

}

.distributor .distributor-con .tit {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 24px;
    color: #121418;
    margin-bottom: 24px;
}


.distributor .distributor-con .distributor-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;

}

.distributor .distributor-con .distributor-box .box_content {
    width: 15%;
    /* margin-left: 7%; */
    margin-bottom: 24px;
    flex-shrink: 0;
    text-align: center !important;

}

.distributor .distributor-con .distributor-box .titP {
    text-align: center;
    height: auto;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #313543;
    /* line-height: 42px; */
    text-align: center;
    font-style: normal;
    text-transform: none;
    font-size: 26px;
    /* border: 1px solid #000; */

    /* line-height:150%; */
    margin-bottom: 20px;
    margin-top: 20px;


}


.iconTop {
    width: 100%;
    /* height:60%; */
    flex-shrink: 0;
    /* margin-bottom: 30px; */
}

.box_content .imgBox {
    width: 100%;
    /* height: 90%; */
}

.context {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 24px;
    color: #313543;

    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.contentP,
.contentP p {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 24px;
    color: #313543;
    /*line-height: 50px;*/
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}


.distributor .distributor-con {
    padding: 4rem 8rem;
}
















@media (max-width: 1680px) {
    .distributor .distributor-head div {
        width: 70%;
    }

    .distributor .distributor-con .distributor-box .titP {
        text-align: center;
        font-family: Arial, Arial;
        font-weight: bold;
        color: #313543;
        /* line-height: 42px; */
        text-align: center;
        font-style: normal;
        text-transform: none;
        /* border: 1px solid #000; */
        font-size: 20px;

        /* line-height:150%; */
    }

    .context {
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 18px;
        color: #313543;

        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 30px;
    }

}

@media (max-width: 1460px) {
    .distributor .distributor-head {
        padding: 20px 40px;
    }

    /* .distributor .distributor-con {
        padding: 30px 40px;
    } */

    .distributor .distributor-con .distributor-box .titP {
        text-align: center;

        font-family: Arial, Arial;
        font-weight: bold;
        color: #313543;
        /* line-height: 42px; */
        text-align: center;
        font-style: normal;
        text-transform: none;
        /* border: 1px solid #000; */
        font-size: 16px;

        /* line-height:150%; */

    }

    .context {
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 14px;
        color: #313543;

        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 30px;
    }

    .distributor .distributor-head div {

        font-size: 14px;

    }

}

@media (max-width: 900px) {
    .distributor .distributor-head {
        padding: 20px;
    }

    .distributor .distributor-con .distributor-box .titP {
        text-align: center;

        font-family: Arial, Arial;
        font-weight: bold;
        color: #313543;
        /* line-height: 42px; */
        text-align: center;
        font-style: normal;
        text-transform: none;
        /* border: 1px solid #000; */
        font-size: 13px;

        /* line-height:150%; */


    }

    .context {
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 13px;
        color: #313543;

        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 30px;
    }

    .distributor .distributor-head div {
        width: 100%;
        font-size: 12px;
        line-height: 24px;
    }



    .distributor .distributor-con .tit {
        font-size: 20px;
    }

}

@media (max-width: 750px) {

    /* .distributor .distributor-con .distributor-box div {
		width: 30%;
		margin-left:0;
		margin-bottom: 24px;
	} */



    .distributor .distributor-con .distributor-box .titP {
        text-align: center;

        font-family: Arial, Arial;
        font-weight: bold;
        color: #313543;
        /* line-height: 42px; */
        text-align: center;
        font-style: normal;
        text-transform: none;
        /* border: 1px solid #000; */
        font-size: 12px;

        /* line-height:150%; */


    }

    .context {
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 11px;
        color: #313543;

        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 30px;
    }

    .iconTop {
        width: 100%;
        /* height: 100%; */
        flex-shrink: 0;
        /* margin-bottom: 10px; */
    }


}

@media (max-width: 500px) {
    .product .product-list .product-item .top {
        padding: 10px;
    }


}