html { scroll-behavior: smooth; }
section { margin:0px; padding:60px 15px; }
section h2 { font-family: 'Montserrat'; font-size:28px; font-weight:600; color:#C2941A;  }
section p, li { font-family: 'Montserrat'; font-size:20px; font-weight:400; }
section li { margin-bottom: 10px; }
#team p { color:#cecece; }
#team label { color:white; font-weight:600; }
.bglight { background:#F3F3F3 }
.bgdark { background:#DFE4DF }
.mb-20 { margin-bottom:20px; }
.mb-50 { margin-bottom:50px; }
#topcontrol {
    transition: all 0.4s ease-in-out;
    background: #C2941A;
    color: #fff;
    text-align: center;
    display: inline-block;
    z-index: 30;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    padding-top: 0.1rem;
    font-weight: 300;
    font-size: 2rem;
}
.ct-btn-scroll { color:#ffa836;
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 500px;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
} 
.ct-btn-scroll:hover { color:white; }

.acctext { font-weight:500; font-size:16px; font-family:inherit; }