.customer_page{
    margin: 2rem 0px 10rem;
}
.customer_page h1{
	text-transform: uppercase;
	text-align: center;
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}
.customer_page .contents{
	margin-bottom: 1rem;
}
.customer_page .box{
	margin-bottom: 2rem;
}
.customer_page .box h2{
	font-size: 1.2rem;
	color: #0046A1;
}
.customer_page .box .item{
	border: 1px solid #ededed;
    -webkit-box-shadow: 1px 1px 2px 1px rgb(51 51 51 / 10%);
    -moz-box-shadow: 1px 1px 2px 1px rgba(51,51,51,0.1);
    box-shadow: 1px 1px 2px 1px rgb(51 51 51 / 10%);
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 10px 0px 1.5rem;
}
.customer_page .box .item img{
	width: 100%;
}
/*======================== for resposive screen ========================*/
/* Small devices (landscape phones, 667px and up)*/
@media screen and (max-width: 668px) {
    .customer_page h1 {
        font-size: 1.6rem;
    }
}