ul{
  list-style:none;
display:block;
width:100%;
}
ol,ul,p{font-size: 16px !important;}
.article_timestamp{
	text-align:left;
}
.text-dark{color:#262626; font-weight:bold}
.text-red{color:#ed3124; font-weight:bold}
.nav_main_section .nm_main p{margin-bottom:0.5em}
.article_contents{
	text-align: left !important;
	padding:0 5%;
	height: auto;
}

.productslist,
.main_wrapper > div,
img{
    width: 100%;
}
.article_timestamp,
.article_contents.picture-wrapper,
.nav_main_section .nm_main .padding_box{
padding:0;
}
.nav_main_section .nm_main .contents_txt{
padding:0 5% 5% 5%;
}
 .article_title {
	font-size: 40px;
	color: #ee3124;
	text-align:left;
	font-weight: bold;
	letter-spacing:0;
	position: relative;
	padding-bottom: 0;
	margin-top: 80px;
	margin-bottom: 36px;

}
.productslist,
.main_wrapper > div,
img{
    width: 100%;
}
.blog_title {
	font-size: 40px;
	color: #ee3124;
	text-align:left;
	font-weight: bold;
	letter-spacing:0;
	position: relative;
	padding-bottom: 0;
	margin-top: 80px;
	margin-bottom: 36px;
}

.productslist-hero {
    position: relative;
    margin-bottom: 2rem;
padding:8%;
}
.productslist-num{
  font-size: 40px;
    position: absolute;
    top: -.5em;
    left: 0;
    z-index: 1;
}
.bullet-num {
    width: 1.125em;
    height: 1.125em;
    line-height: 1.125em;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: white;
    background-color: #333333;
    border-radius: 1em;
    margin-right: .5rem;
}
.productslist{  
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 2rem;
  justify-content: center; /* horizontal center */
  align-items: stretch;     /* vertical center */
}
.productslist-item{
  flex: 0 0 calc(33.333% - 11px); /* 3 columns */
  max-width: calc(33.333% - 11px);
    border: 5px solid #ee3124;
    padding: 0 2rem;
    border-radius: 12px;}

.common_btn{margin-bottom:2rem;}

.faq-table th,
.faq-table td,
.faq-table{
  border: none;
  font-size:16px;
  padding: 5px;
  text-align: left;
  vertical-align: top;
  line-height: 1.6rem;
}
.faq-table {
  border-collapse: collapse;
}

/* Add extra space above every even row */
.faq-table tr:nth-child(odd) td {
  padding-top: 12px;
}
.nav_main_section .nm_main span{
  font-size: 16px !important;
}

@media screen and (max-width: 965px) {
  .nav_main_section .nm_main ol, .nav_main_section .nm_main ul {
     width: calc(100% - 18px) !important;
  }
  .nav_main_section .nm_main ul.productslist{
    margin-left: 0 !important;
  }
    .productslist-item {
      flex: 0 0 calc(50% - 11px); /* 3 columns */
      max-width: calc(50% - 11px);
  }

}

@media screen and (max-width: 767px) {
  .productslist-item {
      flex: 0 0 calc(100% - 11px); /* 3 columns */
  max-width: calc(100% - 11px);
  }
}