html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit
}

body {
  font-size: 18px;
  line-height: 26px;
    font-family: "Inter",
    sans-serif;
  font-weight: 400;
  color: #000;
  overflow-x: clip;
  background: #FBF3FF;
}
.index-main {
  margin: 50px 0;
}
.company-logo {
  padding: 30px;
  background: #FFFEFF;
  border-radius: 15px;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #9D1D27;
}
.company-logo a:nth-child(1) {
  border-right: 1px solid #9D1D27;
  padding-right: 30px;
  margin-right: 30px;
}
.company-logo a img {
	max-width: 100px;
	height: 50px;
	object-fit: fill;
}
.index-main .row{
  row-gap: 30px;
}
.index-main .row .col-lg-6{
  display: inherit;
}
.index-box {
  width: 100%;
  box-shadow: 8.05051px 24px 89.5px -11.5px rgba(22, 52, 80, 0.1);
  background: var(--deep-red, linear-gradient(77deg, #5F0D16 0%, #B43140 98.1%));
  border-radius: 10px;
}
.index-box a {
  padding: 30px;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 120px;
}
.listing-box h4 {
	font-size: 22px;
  font-family: "Inter",
    sans-serif;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 10px;
  background: var(--deep-red, linear-gradient(77deg, #A22936 0%, #B43140 98.1%));
  -webkit-background-clip: text;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
}
.page_list li {
	padding: 4px;
	font-size: 16px;
  font-family: "Inter",
    sans-serif;
	color: #333;
	margin-left: 55px;
	line-height: 26px;
  font-weight: 500;
}
.page_list{
  padding: 0;
}
h3 {
  margin-bottom: 20px;
}
.page_list li ul {
  margin: 5px 0 0 15px;
}
.page_list li a {
  color: #333;
}
.inner-main .container {
  width: 600px;
  margin: 30px auto;
}
hr {
  margin: 40px 0;
  border-top: 1px solid #9D1D27;
}
sup {
	color: #9D1D27 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	left: 3px !important;
}
.title h1{
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 18px;
  border-bottom: 1px solid #9D1D27;
  background: var(--deep-red, linear-gradient(77deg, #A22936 0%, #B43140 98.1%));
  -webkit-background-clip: text;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  margin-bottom: 50px;
}
.inner-main .company-logo {
	margin-bottom: 50px;
}
.listing-box ul > li {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0px;
	color: #a32a37;
  font-weight: 600;
}
.listing-box ul > li strong{
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .inner-main .container {
    width: 100%;
    margin: 30px auto;
  }
  .title h1 {
    font-size: 21px;
    line-height: 28px;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .listing-box h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .page_list li {
    font-size: 14px;
    margin-left: 45px;
    line-height: 20px;
  }
  hr {
    margin: 30px 0;
  }
  sup {
    font-size: 9px !important;
  }
  .listing-box ul{
    padding-left: 0;
  }
  .listing-box ul > li {
    font-size: 16px;
    line-height: 26px;
  }
  .listing-box br{
    display: none;
  }
}