footer .copyright .pc{
	 display: block;
}
footer .copyright .mobile{
	  display: none;
}
.brand .article iframe{display: block;margin: 0 auto;}
.dropdown-menu{width: 100%;}
.brand ol{font-size: 20px;margin:0}

.brand h2{
	padding-top: 1rem!important;
    padding-bottom: 1rem!important;
	font-size: 36px;
	    color: #78D0D9;
}


@media (max-width: 768px) {
	footer .imgs .img i{
		margin: 1.1rem auto !important;
	}
  footer .copyright .pc{
    display: none;
  }
    footer .copyright .mobile{
      display: block;
  }
  footer .copyright span{
	     margin-top: 1vh;
  }
  footer .imgs .img i img{
	  height:auto !important;
  }
  .brand .article iframe{width: 100% !important;height: 200px;}
   
}
@media (max-width: 775.98px){
  .brand ol{font-size: 16px;}
}

