@import url('reset.css');
@import url('head.css');
body {
  background-color: #E9F2FA;
}
#content {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
  box-sizing: border-box;
  min-height: calc(100vh - 180px);
}
#content .ct_content {
  width: 100%;
  margin-top: 20px;
  padding: 12px 20px;
  box-sizing: border-box;
  background-color: #fff;
}
#content .ct_content h2 {
  text-align: center;
}
#content .ct_content .ct_title {
  font-size: 16px;
  font-family: Gujarati MT-Bold;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
#content .ct_content .ct_text {
  font-size: 14px;
  font-family: Gujarati MT-Regular;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
