@charset "utf-8";
/* CSS Document */


h5{
	color: #3B88E2;
	font-size:1.5rem;
}


.dims-success p{
	line-height: 1.5rem;
}

.button-bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000000;
    padding: 1.8rem 0 3rem 0;
    background-attachment: fixed;
    position: relative;
  	background-image:url("../images/page/2026/page_banner_project_2025.png");

}

/*media query*/

/*Large devices (desktops, less than 1200px)for筆電*/
@media screen and (max-width: 1600px) {

}


/*Large devices (desktops, less than 1200px)*/
@media screen and (max-width: 1199.98px) {

}


/*Medium devices (tablets, less than 992px)*/

/*.col<576px(Extra small)/ .col-sm-≥576px(Small)/.col-md-≥768px(Medium)/
.col-lg-≥992px(Large)/.col-xl-≥1200px(Extra large)*/
@media screen and (max-width: 991.98px) {

}

/*Small devices (landscape phones, less than 768px)*/
@media screen and (max-width: 767.98px) { 

}

/*Extra small devices (portrait phones, less than 576px)*/

@media screen and (max-width: 575.98px) { 

.dims-success p{
margin: 0 0 5% 0;
font-size:15px;
	}

}

