.logo_image {
    width: 350px;
    height: 90px;
    margin-top: 5px;
}

.background-header .logo_image {
    width: 310px;
    height: 70px;
    margin-top: 5px;
}
.shadow_box{
	border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
	background-color: white;
}

.section.whybecome_member {
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 100px;
}