/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
/* */
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay {
  width: 100%;
  height: 100%;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 73.75rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content:not(.full) {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner {
    padding: 15px;
    border-radius: 10px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
  color: #3a1f02;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  position: relative;
  transform: translateY(-20px);
  transition: all 0.8s ease;
  visibility: hidden;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 56px;
    line-height: 66px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 76px;
    line-height: 86px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-title br {
    display: none;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  color: #000000;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  transition: all 0.8s ease;
  visibility: hidden;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
  margin-bottom: 1.25rem;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc strong {
  font-weight: 700;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc p {
  line-height: 26px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc p {
    line-height: 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner .html-desc {
    margin-bottom: 5px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button {
  display: inline-flex;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.8s ease;
  transition-delay: 1000ms;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link {
  white-space: nowrap;
  background: #3a1f02;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.4s;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link {
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link::after {
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link::after {
    margin-left: 5px;
    font-size: 12px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._button .button-link:hover {
  transform: translateY(-5px);
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button {
  display: inline-flex;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.8s ease;
  transition-delay: 1000ms;
  justify-content: center;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button {
    width: 80%;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item {
  white-space: nowrap;
  transition: 0.4s;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item {
    margin-right: 5px;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item:last-child {
  margin-right: 0;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item a {
  font-weight: 500;
  padding: 15px 20px;
  line-height: 1;
  border-radius: 35px;
  background: #3a1f02;
  color: #ffffff;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item a i {
  margin-left: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 47.99875rem) {
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item a {
    font-size: 10px;
    padding: 10px 15px;
  }
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item a i {
    display: none;
  }
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item .overlay-content .inner ._list_button ._item:hover {
  transform: translateY(-5px);
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-title {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 400ms;
  visibility: visible;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content .html-desc {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 400ms;
  visibility: visible;
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content ._button {
  transform: scale(1);
}
.section.hb_banner_home .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item .overlay-content ._list_button {
  transform: scale(1);
}
.section.hb_banner_home .swiper-button {
  border: 1px solid #C8C8C8 !important;
  background: #ffffff !important;
}
@media only screen and (max-width: 63.99875rem) {
  .section.hb_banner_home .swiper-button {
    display: none !important;
  }
}
.section.hb_banner_home .swiper-button::before {
  opacity: 1;
  line-height: 20px;
  color: #3D3D3D;
  font-weight: 700;
}
.section.hb_banner_home .swiper-button::before {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.hb_banner_home .swiper-button::before {
    font-size: 1.25rem;
  }
}
.section.hb_banner_home .swiper-button:hover {
  border: 1px solid #3a1f02 !important;
}
.section.hb_banner_home .swiper-button:hover::before {
  color: #ffffff;
}
.section.hb_banner_home .swiper-button.swiper-button-prev {
  left: 5.5% !important;
}
.section.hb_banner_home .swiper-button.swiper-button-next {
  right: 5.5% !important;
}
.section.hb_banner_home .swiper-controls {
  height: 0;
}
.section.hb_banner_home .swiper-pagination {
  bottom: 30px;
  margin-top: 0;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  box-shadow: 0 0 0 0.5px #ffffff;
  opacity: 1;
  width: 15px !important;
  height: 2px !important;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-next,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-next-next,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-prev,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active-main,
.section.hb_banner_home .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3a1f02 !important;
  box-shadow: 0 0 0 1.5px #3a1f02 !important;
  width: 20px !important;
  height: 2px !important;
}

/* */
/* */
.hb_about_home {
  padding-top: 1px;
  margin-top: 1px;
  border-top: 2px solid #3a1f02;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_about_home {
    padding-top: 30px;
  }
}
.hb_about_home .container {
  max-width: 100% !important;
}
@media only screen and (min-width: 64rem) {
  .hb_about_home .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_about_home .flex-info {
    align-items: center;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_about_home .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.hb_about_home .flex-info .cell .heading-title {
  display: inline-flex;
}
.hb_about_home .flex-info .cell ._desc {
  text-align: justify;
  color: #044a01;
}
.hb_about_home .flex-info .cell ._desc p {
  line-height: 36px;
}
.hb_about_home .flex-info .cell-left {
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  .hb_about_home .flex-info .cell-left {
    width: 45%;
    padding: 30px 60px;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_about_home .flex-info .cell-right {
    width: 55%;
    order: -1;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_about_home .flex-info .cell-right {
    order: -1;
  }
}
.hb_about_home .flex-info .cell-right ._iamges {
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
}
.hb_about_home .flex-info .cell-right ._iamges img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* */
.hb_cavendish_home {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .hb_cavendish_home {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_cavendish_home {
    padding-top: 5rem;
  }
}
.hb_cavendish_home {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .hb_cavendish_home {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_cavendish_home {
    padding-bottom: 5rem;
  }
}
.hb_cavendish_home .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.hb_cavendish_home .flex-info .cell {
  width: 100%;
}
.hb_cavendish_home .flex-info .cell ._desc {
  color: #044a01;
}
.hb_cavendish_home .flex-info .cell-left {
  text-align: center;
}
.hb_cavendish_home .flex-info .cell-left .heading-title {
  display: inline-flex;
  text-transform: uppercase;
}
.hb_cavendish_home .flex-info .cell-left ._desc {
  font-weight: 700;
}
@media only screen and (min-width: 48rem) {
  .hb_cavendish_home .flex-info .cell-left ._desc {
    width: 60%;
    margin: 0 auto;
  }
}
.hb_cavendish_home .flex-info .cell-left ._desc p {
  line-height: 26px;
}
.hb_cavendish_home .flex-info .cell-right {
  position: relative;
}
.hb_cavendish_home .flex-info .cell-right::before {
  display: inline-block;
  content: "";
  background: url(../img/icon-chuoi.png) no-repeat left center;
  background-size: contain;
  margin: -105px 0px 0px 0px;
  width: 30%;
  height: 220px;
  transition: 0.4s;
  z-index: 1;
}
.hb_cavendish_home .flex-info .cell-right::before:hover {
  transform: translateY(-10px);
}
@media only screen and (max-width: 47.99875rem) {
  .hb_cavendish_home .flex-info .cell-right::before {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  .hb_cavendish_home .flex-info .cell-right ._list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_cavendish_home .flex-info .cell-right ._list {
    display: flex;
    flex-flow: row wrap;
  }
}
.hb_cavendish_home .flex-info .cell-right ._list {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.hb_cavendish_home .flex-info .cell-right ._list ._item ._content ._title {
  display: flex;
  min-height: 300px;
  justify-content: center;
  align-items: center;
  background-image: url("../img/icon-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (min-width: 48rem) {
  .hb_cavendish_home .flex-info .cell-right ._list ._item:nth-child(2), .hb_cavendish_home .flex-info .cell-right ._list ._item:nth-child(4) {
    margin-top: -125px;
  }
}

/* */
.hb_text_home {
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .hb_text_home {
    padding-top: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_text_home {
    padding-top: 6.25rem;
  }
}
.hb_text_home {
  padding-bottom: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .hb_text_home {
    padding-bottom: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_text_home {
    padding-bottom: 6.25rem;
  }
}
.hb_text_home .flex-info {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.hb_text_home .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_text_home .flex-info {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.hb_text_home .flex-info .cell ._subtitle {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (min-width: 48rem) {
  .hb_text_home .flex-info .cell ._subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_text_home .flex-info .cell ._subtitle {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_text_home .flex-info .cell ._subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.hb_text_home .flex-info .cell-right {
  display: none;
}
.hb_text_home .flex-info .cell-bottom ._image {
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb_text_home .flex-info .cell-bottom ._image {
  width: 5.625rem;
  height: 5.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .hb_text_home .flex-info .cell-bottom ._image {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.hb_text_home .flex-info .cell-bottom ._image img {
  width: 65%;
  height: 65%;
  object-fit: contain;
}

/* */
.hb_specifications_home {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .hb_specifications_home {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_specifications_home {
    padding-top: 3.75rem;
  }
}
.hb_specifications_home {
  padding-bottom: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .hb_specifications_home {
    padding-bottom: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .hb_specifications_home {
    padding-bottom: 0.9375rem;
  }
}
.hb_specifications_home .flex-info .cell {
  width: 100%;
}
.hb_specifications_home .flex-info .cell-right ._list {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .hb_specifications_home .flex-info .cell-right ._list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.hb_specifications_home .flex-info .cell-right ._list ._item {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.hb_specifications_home .flex-info .cell-right ._list ._item ._number {
  order: 3;
  color: #044a01;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .hb_specifications_home .flex-info .cell-right ._list ._item ._number {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_specifications_home .flex-info .cell-right ._list ._item ._number {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_specifications_home .flex-info .cell-right ._list ._item ._number {
    font-size: 18px;
    line-height: 24px;
  }
}
.hb_specifications_home .flex-info .cell-right ._list ._item ._image {
  order: 2;
  margin: 0 auto 15px;
}
.hb_specifications_home .flex-info .cell-right ._list ._item ._image {
  width: 15rem;
  height: 15rem;
}
@media only screen and (max-width: 63.99875rem) {
  .hb_specifications_home .flex-info .cell-right ._list ._item ._image {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.hb_specifications_home .flex-info .cell-right ._list ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hb_specifications_home .flex-info .cell-right ._list ._item ._title_number {
  order: 1;
  color: #044a01;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48rem) {
  .hb_specifications_home .flex-info .cell-right ._list ._item ._title_number {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_specifications_home .flex-info .cell-right ._list ._item ._title_number {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .hb_specifications_home .flex-info .cell-right ._list ._item ._title_number {
    font-size: 18px;
    line-height: 24px;
  }
}
.hb_specifications_home .flex-info .cell-right ._list ._item:nth-child(3) ._number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.hb_specifications_home .flex-info .cell-right ._list ._item:nth-child(3) ._number {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
/* */
/* */
section.home-pdf-images {
  padding-top: 0;
}
@media only screen and (min-width: 48rem) {
  section.home-pdf-images {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.home-pdf-images {
    padding-top: 3.75rem;
  }
}
section.home-pdf-images {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.home-pdf-images {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.home-pdf-images {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.home-pdf-images .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
section.home-pdf-images .flex-info .cell .heading-title {
  padding: 10px;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
}
section.home-pdf-images .flex-info .cell .heading-title::after {
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  section.home-pdf-images .flex-info .cell {
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  section.home-pdf-images .flex-info .cell-left {
    width: 40%;
  }
}
section.home-pdf-images .flex-info .cell-left .heading-title {
  background: #AF1300;
}
@media only screen and (min-width: 48rem) {
  section.home-pdf-images .flex-info .cell-right {
    width: 60%;
  }
}
section.home-pdf-images .flex-info .cell-right .heading-title {
  background: #269945;
}
section.home-pdf-images .flex-info .cell-right ._images {
  margin-bottom: 0;
}
section.home-pdf-images .flex-info .cell-right ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.home-pdf-images .cell-bottom {
  text-align: center;
  padding-top: 30px;
}
section.home-pdf-images .cell-bottom ._desc {
  color: #044a01;
}
@media only screen and (min-width: 64rem) {
  section.home-pdf-images .cell-bottom {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 63.99875rem) {
  section.home-pdf-images .cell-bottom {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

/* */
/* */