.about-container {
  margin-top: 158px;
  position: relative;
  min-height: 50vh;
}
/* <!-- Section Header content --> */
.page-navbar-container nav {
  background: #101010;
}
.relative-product-item-header a{
  font-family: Toyota Type;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 115%;
display: flex;
align-items: center;
color: #3A3A3A;

}
.fixed {
  position: fixed;
  width: 100%;
  top: 94px;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.page-container .page-navbar-container nav .nav-container {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  /* background-color: #101010; */
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1240px;
  max-width: 100%;
  margin: auto;
}

.page-container .page-navbar-container nav .nav-container .nav-item {
  display: inline-block;
  cursor: pointer;
  padding: 14px 25px;
  padding-top: 20px;
  margin-bottom: 4px;
}

.page-container .page-navbar-container nav .nav-container .nav-item a {
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
  list-style: none;
  color: #cccccc;
}

.page-container .page-navbar-container nav .nav-container .nav-item.nav-item-active a {
  color: #fff;
}

.nav-item-active {
  border-bottom: 2px solid #eb0a1e;
}
/* <!-- Section Component --> */
.section-component-body {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: calc(94px + 64px + 62px);
}

.section-component-body .component-container {
  display: flex;
  flex-wrap: wrap;
}

.component-container .component-information {
  width: 67%;
}

.component-container .component-related {
  width: calc(100% - (67% + 40px));
  margin-left: 40px;
}

.component-information .title-main-component {
  font-weight: bold;
  font-size: 34px;
  line-height: 115%;
  color: #1A1A1A;
  margin-bottom: 8px;
}

.component-information .description-main-component {
  font-weight: 600;
  font-size: 17px;
  line-height: 147%;
  color: #494949;
  margin-bottom: 0;
  padding: 20px 24px;
  border-bottom: 0.5px solid #B7B7B7;
}

.component-information .social-component {
  padding-bottom: 20px;
  border-bottom: 0.5px solid #B7B7B7;
}

.component-information .social-component .social-box {
  margin: 0;
  margin-right: 24px;
  text-align: right;
}

.component-information .social-component .social-box .social-item {
  margin-left: 10px;
}

.component-information .social-component .social-box .social-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}

.component-information .image-content {}

.component-information .image-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.component-information .image-content .image-description {
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 8px;
  text-align: center;
}

.component-information .background-content {
  background-color: #F5F5F5;
  /* padding: 40px ; */
}

.component-information .background-content .content-item {

}

.component-information .background-content .content-item .content-item-title-large {
  font-weight: 600;
  font-size: 34px;
  line-height: 140%;
  text-align: center;
  color: #D40C18;
  margin-bottom: 0px;
}

.component-information .background-content .content-item .content-item-title-small {
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
  margin-top: 24px;
}

/* .component-information .background-content .content-item .content-item-title-small {
  margin-top: 0;
} */

.component-information .background-content .content-item .content-item-description {
  font-size: 16px;
  line-height: 140%;
  text-align: justify;
  color: #494949;
  margin-bottom: 0;
}

.component-information .background-content .content-item:first-child .content-item-description {
  text-align: center;
}

.component-information .background-content .divide-content {
  max-width: 490px;
  height: 1px;
  background-color: #CCCCCC;
  margin: 0 auto;
  margin-top: 41px;
  margin-bottom: 36px;
}

.component-related .community-relative-product {
  margin: 0;
  padding: 0;
}

.component-related .community-relative-product .relative-product-header {
  margin-bottom: 24px;
  margin-left: 0;
}

.component-related .community-relative-product .relative-product-content {
  display: flex;
  flex-direction: column;
  overflow: unset;
}

.component-related .relative-product-box {
  width: 320px;
  margin-bottom: 64px;
}

.component-related .relative-product-box:last-child {
  margin-bottom: 0;
}

.component-related .relative-product-item {
  padding: 0;
}

.component-related .relative-product-item-img {
  padding-bottom: 16px;
}

.component-related .relative-product-item-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.component-related .relative-product-item-header {
  font-weight: bold;
  font-size: 16px;
  line-height: 115%;
  color: #3A3A3A;
  margin-bottom: 16px;
  padding: 0;
}

.component-related .relative-product-item-see-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #EB0A1E;
}

.component-related .relative-product-item-see-more i {
  margin-left: 8px;
  font-size: 14px;
}

@media screen and (min-width: 1161px) {
  /* <!-- Section Header content --> */
  .hide-on-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1160px) {
  .about-container {
    margin-top: 109px;
  }
  /* <!-- Section Header content --> */
  .fixed {
    top: 60px;
  }
  .page-container .page-navbar-container nav .nav-container {
    flex-direction: column;
    padding: 0;
  }
  .page-container .page-navbar-container nav .nav-container .nav-item {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #1e1e1e;
    margin-bottom: 0;
    padding-top: 14px;
  }
  .nav-item-current {
    display: flex !important;
    justify-content: space-between;
    border: none;
  }
  .page-container .page-navbar-container nav .nav-container .nav-item a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
  }
  .nav-item-current .fa-chevron-down {
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .page-container .page-navbar-container nav .nav-container .nav-item:not(:first-child) {
    display: none;
  }
  .page-container .page-navbar-container nav .nav-container .nav-item {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #1e1e1e;
    margin-bottom: 0;
    padding-top: 14px;
  }
  .hide-on-mobile-tablet {
    display: none !important;
  }
  .page-container .page-navbar-container nav .nav-container {
    flex-direction: column;
    padding: 0;
  }
  /* <!-- Section Component --> */ 
  .section-component-body {
    padding: 0 16px;
  }
  .component-container .component-information {
    width: 100%;
  }
  .component-container .component-related {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
  .section-component-body {
    margin-top: calc(109px + 60px);
  }
  .component-information .title-main-component {
    font-size: 27px;
    margin-bottom: 16px;
  }
  .component-information .social-component .social-box {
    text-align: left;
  }
  .component-information .description-main-component {
    padding: 14px 0;
  }
  .component-related .community-relative-product .relative-product-content {
    display: -webkit-box;
    width: auto;
    overflow: scroll;
  }
  .component-related .relative-product-box {
    margin-bottom: 124px;
    margin-right: 24px;
    width: 288px;
  }
  .component-related .relative-product-box:last-child {
    margin-right: 0;
  }
  .component-related .relative-product-item-img img {
    height: 168px;
  }
  .component-related .community-relative-product .relative-product-header {
    margin-left: 5px;
  }
  .component-information .image-content {
    margin-top: 40px;
    padding-bottom: 14px;
    border-bottom: 0.5px solid #B7B7B7;
  }
  .component-information .background-content {
    background-color: #FFFFFF;
    padding: 0;
    padding-top: 24px;
  }
  .component-information .background-content .content-item .content-item-title-large {
    font-size: 20px;
  }
  .component-information .background-content .content-item .content-item-title-small {
    font-size: 18px;
    margin-top: 16px;
  }
}
@media screen and (max-width : 567px) {
  .component-information .description-main-component{
    text-align: left;
  }
}