p,a{
 white-space: nowrap;
}
.section-store{
	/*background-color: #ecf5fd;*/
}
.fix-flex.store-flex {
    width: 50%;
    margin: 0px auto;
   margin-top: 30px;
    padding-bottom:  80px;
    justify-content: space-between;
}
.fix-flex.store-flex a{
    width: 45%;
    padding: 20px 0;
    border-radius: 20px;
    font-size: 20px;
    white-space: nowrap;
}
.fix-flex.store-flex a i{
	margin-right: 15px;
}
section.section-mv {
    margin-top: 75px;
}
@media screen and (max-width: 850px){
	
	.fix-flex.store-flex {
	    width: 80%;
	}
}
@media screen and (max-width: 500px){
	.fix-flex.store-flex {
	    width: 90%;
	    flex-direction: column;
	}
	.fix-flex.store-flex a {
	    width: 100%;
	    margin-bottom: 35px;
	}
	.fix-flex.store-flex a:last-child{
		margin-bottom: 0;
	}
	.ribbon {
	    width: 95%;
	      font-size: 22px;
	}
	.fix-flex.store-flex a{
		font-size: 18px;
	}
}