body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  width: 80%;
  min-width: 900px;
  max-width: 1200px;
  margin: 0 auto;
}

header {
  background-color: #ffffff;
  padding: 20px 0;
}

header h1 {
  margin: 0;
}

.header-logo {text-align: center;}

nav ul {
  list-style: none;
  display: flex;
  gap: 15px;
}

nav a {
  text-decoration: none;
  color: #333;
}

.hero {
  background-color: #e0e0e0;
  padding: 80px 0;
  text-align: center;
}

.hero h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 36px;
  text-align:center;
  line-height: 1.5;
}

.hero .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #ff6600;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

section {
  padding: 40px 0;
}

footer {
  background-color: #eaeaea;
  color: #333;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
}

footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}


.section-content a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #eb6b56;
}
.col-md-12 {width:100%; overflow:auto;}
.col-md-6 {width:48%; float:left;padding-left:2%;line-height:160%;}

.section-about img {
  max-width: 50%;
}

.section-about-ins {
  text-align: center;
}

.section-about-ins p {
  text-align: left;
}

#introbg {background:#fffcf2;}
.section-intro h2 {
                  font-family: 'Roboto', sans-serif;
                  font-weight: 500;
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 0px;
}

.small-intro {width:50%; margin:0 auto;text-align:center;line-height:160%;}

@media only screen and (max-width: 768px) {
  header {padding: 12px 0 6px 0;}
  .container {
    width: 100%;
    min-width: unset!important;
    max-width: unset!important;
    margin: 0 auto;}
  .small-intro {width:90%!important;}
  .col-md-6 {width:100%!important; float:none!important;padding:0 20px!important;        box-sizing: border-box;}
  .section-intro h2 {font-size: 24px;text-align: center;line-height: 1.2;}
.section-about h2 {margin-top: 0px;font-weight: 500;
  line-height: 1.2em;}
}