@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap');

body {
	font-family: 'Quicksand', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
}

.intro {
    overflow: hidden;
    padding: 25px;
}

p.mhomecontent {
    padding-top: 0;
}

.font-big {
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: 500;
    color: #ffffff;
}

.font-big-2 {
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: 500;
}

.font-small {
    font-size: 15px;
    line-height: 25px;
    /*width: 75%;*/
    margin: 0 auto;
}

.new_product_col1 {
    margin: 0 auto !important;
}

.btn-square.white {
    border: 2.5px solid rgba(255, 255, 255, 0);
    border-bottom: 2.5px solid #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-square.white:hover {
    background-color: inherit;
    border: 2.5px solid #ffffff;
    color: #ffffff;
}
