@font-face {
  font-family: "bodoni_bk_btbook_italic";
  src: url("fonts/new-fonts/bodonini-webfont.woff2") format("woff2"),
    url("fonts/new-fonts/bodonini-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bodoni_btitalic";
  src: url("fonts/new-fonts/bodonii-webfont.woff2") format("woff2"),
    url("fonts/new-fonts/bodonii-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "helveticaneuebold";
  src: url("fonts/new-fonts/helvetica_neu_bold-webfont.woff2") format("woff2"),
    url("fonts/new-fonts/helvetica_neu_bold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneuelight";
  src: url("fonts/new-fonts/helveticaneuelt-webfont.woff2") format("woff2"),
    url("fonts/new-fonts/helveticaneuelt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "helveticaneuelight", sans-serif;
}

#hero {
  background-attachment: fixed;
  background-image: url("https://x8metal.com/jeremiah2911.ph/assets/img/Jeremiah-2911-Group-Picture.jpg?v=1");
  background-repeat: no-repeat;
}

#hero {
  width: 100%;
  height: 100vh;
  margin-top: 70px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "helveticaneuebold", sans-serif !important;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.navbar a,
.navbar a:focus {
  font-size: 2rem;
  font-weight: 500;
}

a {
  color: #000000;
  text-decoration: none;
}

#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
  /* background: #fff; */
  background-image: url("../img/white-block-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.no-job-openings-box {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background-color: #EFEFF0;
    font-style: italic;
    font-size: large;
}

.malasakit-bg {
  margin: 100px 0;
  height: 900px;
  background-image: url("../img/core_values/core-value-flow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.malasakit-bg .box-content {
  padding: 30px;
  /* position: relative; */
}

.malasakit-bg .box-content img {
  max-width: 200px;
}

.box-malasakit {
  position: absolute;
  left: 23%;
  top: -11%;
}

.box-collaboration {
  position: absolute;
  right: 17%;
  top: 5%;
}

.box-agility {
  position: absolute;
  left: 20%;
  top: 35%;
}

.box-integrity {
  position: absolute;
  right: 13%;
  top: 45%;
}

.box-accountability {
  position: absolute;
  right: 68%;
  top: 70%;
}

.box-excellence {
  position: absolute;
  left: 50%;
  top: 73%;
}

.ideology-bg {
  margin: 100px 0;
  height: 900px;
  background-image: url("../img/core_ideology/core-ideology-flow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.ideology-bg .box-content {
  padding: 30px;
  /* position: relative; */
}

.ideology-bg .box-content img {
  max-width: 260px;
}

.box-innovation {
  position: absolute;
  left: 20%;
  top: -6%;
}

.box-customer {
  position: absolute;
  right: 12%;
  top: 5%;
}

.box-sustainability {
  position: absolute;
  left: 12%;
  top: 57%;
}

.box-quality {
  position: absolute;
  right: 15%;
  top: 45%;
}

.text-right {
  text-align: right;
}

.float-left {
  float: left;
}

#header .logo img {
  padding: 0 0 80px 0;
  margin: 0;
  max-height: 300px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 85px;
  color: white;
}

.navbar a,
.navbar a:focus {
  padding: 20px 60px;
  letter-spacing: 5px;
}

.section-title h2 {
  text-align: left;
}

.section-title h2 span {
  color: #699369;
}

.section-title h2::before,
.section-title h2::after {
  content: "";
  width: unset;
  height: unset;
  background: unset;
  display: unset;
}

.section-title h2::before {
  margin: unset;
}

.banner-msg h2 {
  font-size: 6rem;
  font-weight: 600;
  color: #000000;
}

.banner-msg h2 span {
  font-family: "bodoni_btitalic";
  font-style: italic;
  font-size: 7rem;
  font-weight: 400;
  letter-spacing: -10px;
}

@media only screen and (max-width: 974px) {
  .section-title h2::before,
  .section-title h2::after {
    content: "";
    width: 0px;
    height: 2px;
    background: transparent;
    display: inline-block;
  }
}

.pt-0 {
  padding-top: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-225 {
  padding-left: 225px;
}

@media only screen and (max-width: 974px) {
  .pl-225 {
    padding-left: 0px;
  }
  .pl-150m {
    padding-left: 75px;
  }
  .pl-150 {
    padding-left: 75px;
  }
}

.plr-70 {
  padding: 0 70px;
}

.pad-400 {
  padding: 228px 0;
}

.mt--300 {
  margin-top: -300px;
}

.mb--50 {
  margin-bottom: -50px;
}

h2.rotate {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 0;
  width: 508px;
  height: 818px;
  position: absolute;
  font-size: 125px;
}

@media only screen and (max-width: 974px) {
  h2.rotate {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 0;
    width: 508px;
    height: 818px;
    position: absolute;
    font-size: 110px !important;
  }
}

h2.shepherd {
  font-size: 55px;
  font-weight: 700;
  color: black;
  letter-spacing: 1px;
  padding-top: 50px;
  padding-right: 50px;
}

h3.vision {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 3.5rem;
}

h3.h3 {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 700;
}

h3.h3:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -75px;
  bottom: 0;
  width: 150px;
  border-bottom: 5px solid #8e9f3d;
  border-radius: 10px;
}

p.prosper {
  font-size: 30px;
  padding-top: 25px;
  padding-left: 200px;
  padding-right: 200px;
  line-height: 35px;
}

@media only screen and (max-width: 974px) {
  p.prosper {
    font-size: 30px;
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 35px;
  }
}

.bg-grey {
  background: #ebebeb;
}

p.inspire {
  font-size: 30px;
  color: black;
  letter-spacing: 2px;
  padding-top: 30px;
  text-align: left;
  padding-left: 11%;
}

p.vision {
  color: #1a1a1a;
  font-size: 35px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 38px;
}

.about .content h4 {
  font-weight: 400;
  font-size: 36px;
}

.col-form-label {
  font-size: 2rem;
}

.form-control {
  font-size: 2rem;
  background-color: #e9e9e9;
  border: 1px solid #f9f9f9;
}

.custum-file-upload {
  height: 40px;
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  background-color: #e9e9e9;
  padding: 0.5rem;
  border-radius: 30px;
}

.custum-file-upload .text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custum-file-upload span {
  font-weight: 600;
  color: #000000;
  font-size: 1.5rem;
}

.custum-file-upload input {
  display: none;
}

.ml-80 {
  margin-left: 248px;
}

.mr-160 {
  margin-left: -370px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.accordion-main-category {
  color: black;
}

.accordion-sub-category {
  color: black;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  /* padding: 2rem 1.25rem; */
  font-size: 3rem;
  font-weight: 600;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

.accordion-body {
  padding: 0.25rem 0rem 0.25rem 3rem;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 0%);
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0 0 0 / 0%);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}

@media only screen and (max-width: 767px) {
  p.inspire {
    font-size: 30px;
    line-height: 37px;
  }
}

.back-to-top {
  background: transparent;
  font-size: 1.75rem;
  font-weight: 600;
  right: 50px;
  bottom: 50px;
}

.back-to-top:hover {
  background: transparent;
  color: #699369;
}

.section-title h3 {
  font-size: 85px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  color: #000000;
  text-align: center;
  padding-top: 20px;
}

.section-title h4 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  color: #000000;
  text-align: center;
  padding-top: 20px;
  letter-spacing: 10px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.btn-primary {
  color: #000;
  background-color: #8ea03e00;
  border-color: #4c4d4700;
  letter-spacing: 1px;
  border-radius: 0;
  font-weight: 500;
  font-size: 40px;
}

.btn-primary:hover {
  color: #699369;
  background-color: #69936900;
  border-color: #69936900;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #8ea03e;
}

h2.community {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 40px;
  color: black;
  margin-bottom: 0;
  padding-top: 20px;
}

p.community {
  padding-right: 50px;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 32px;
  padding-top: 10px;
}

.section-title2 h2 {
  text-align: center;
  font-size: 85px;
  font-weight: 700;
  color: #000;
}

.section-title2 h2::before,
.section-title2 h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: transparent;
  display: inline-block;
}

.section-title2 h2::before {
  margin: 0 15px 10px 0;
}

.section-title2 h2::before,
.section-title2 h2::after {
  content: "";
  width: 350px;
  height: 20px;
  border-radius: 10px;
  background: #8ea03e;
  display: inline-block;
}

.section-title2 h2::after {
  margin: 0 0 10px 15px;
}

@media only screen and (max-width: 1182px) {
  .section-title2 h2::before,
  .section-title2 h2::after {
    width: 260px;
  }
}

h3.careers {
  text-align: center;
  text-transform: initial;
  color: #8ea03e;
  font-size: 32px;
}

p.careers {
  text-align: left;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 32px;
  padding-top: 10px;
}

h2.hiring {
  background: #8ea03e;
  border: solid 5px #fff;
  border-radius: 15px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  box-shadow: 6px 5px 7px rgb(0 0 0 / 50%);
  margin: 0px 45px 25px 45px;
}

.testimonials .testimonial-item h3 {
  color: #8ea03e;
  font-weight: 500;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 30px;
  margin: 30px 15px;
  height: 465px;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 25%);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-wrap {
  padding-left: 25px;
  padding-right: 25px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: unset;
  right: 5%;
  margin-top: -15px;
}

@media only screen and (max-width: 1182px) {
  .testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 30px;
    margin: 30px 15px;
    height: 400px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 25%);
    position: relative;
    background: #fff;
  }
  .testimonials .testimonial-item .testimonial-img {
    margin-top: -20px;
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: #fff;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  color: #fff;
}

h3.email {
  text-transform: unset;
  background: #8ea03e;
  border-radius: 50px;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin: 0px 150px 0px 150px;
  padding: 15px 0px 15px 0px;
}

@media only screen and (max-width: 1024px) {
  h3.email {
    text-transform: unset;
    background: #8ea03e;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
  }
}

#footer .footer-links a {
  color: #222222;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1366px) {
  #footer .footer-links a {
    color: #222222;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    font-weight: 600;
  }
}

@media (max-width: 1024px) {
  .navbar a,
  .navbar a:focus {
    padding: 10px 0 10px 50px;
    letter-spacing: 1.5px;
  }

  .section-title2 h2 {
    font-size: 55px;
  }

  .section-title2 h2::before,
  .section-title2 h2::after {
    width: 150px;
  }

  #footer .footer-links a {
    color: #222222;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  p.prosper {
    font-size: 30px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 35px;
  }

  p.vision {
    padding-right: 0px;
    color: #1a1a1a;
    font-size: 17px;
  }

  .pl-225 {
    padding-left: 0px;
  }

  .section-title2 h2 {
    font-size: 55px;
  }

  .section-title2 h2::before,
  .section-title2 h2::after {
    width: 150px;
  }

  h3.careers {
    text-align: center;
    text-transform: initial;
    color: #8ea03e;
    font-size: 28px;
  }

  h3.email {
    text-transform: unset;
    background: #8ea03e;
    border-radius: 50px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0px 25px 0px 25px;
    padding: 15px 0px 15px 0px;
  }

  .testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 30px;
    margin: 30px 15px;
    height: 60vh;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 25%);
    position: relative;
    background: #fff;
  }

  .contact-about {
    padding: 15px 0px 15px 0px;
  }

  #footer .footer-links a {
    color: #222222;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 768px) {
  .hidden-md {
    display: none;
  }
  .mt--300 {
    margin-top: unset;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar a,
  .navbar a:focus {
    padding: 10px 0 10px 45px;
    letter-spacing: 1.5px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1050px) {
  .navbar a,
  .navbar a:focus {
    padding: 10px 0 10px 30px;
    letter-spacing: 1.5px;
  }
}

ul.hiring {
  font-size: 11px;
  list-style: decimal;
}

li.hiring {
  padding-bottom: 5px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
  font-size: 11px;
}

.fs-15 {
  font-size: 15px;
  line-height: 25px;
}

.btn2 {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn2 {
  background: white;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-family: "palatinoregular";
  font-size: 10px !important;
  letter-spacing: 1px;
  padding: 0px 5px;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
  height: 940px;
}

@media only screen and (max-width: 1500px) {
  iframe {
    height: 725px;
  }
}

@media only screen and (max-width: 768px) {
  iframe {
    height: 735px !important;
  }

  .banner-msg h2 {
    font-size: 3rem;
  }

  .banner-msg h2 span {
    font-size: 3rem;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 375px) {
  iframe {
    height: 668px !important;
  }
}

@media only screen and (max-width: 360px) {
  iframe {
    height: 638px !important;
  }
}

@media only screen and (max-width: 320px) {
  iframe {
    height: 570px !important;
  }
}

/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.timeline-wave {
  background-image: url(".././img/wavy-7143011_1280_v2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 200px 0 300px 0;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  /* font-family: "Roboto", sans-serif; */
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  background: #ffffff;
  padding: 15px 23px;
  color: #000;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #699369;
  z-index: 0;
}

#conference-timeline .conference-center-line:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  color: #fff;
  border-radius: 100%;
  background: #699369;
}

#conference-timeline .conference-center-line:after {
  content: "";
  position: absolute;
  bottom: 2.3%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  color: #fff;
  border-radius: 100%;
  background: #699369;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}

.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  padding: 27px 25px;
}

.timeline-article p {
  margin: 0 0 0 0px;
  font-weight: 800;
  color: #242424;
  font-size: 30px;
  line-height: 30px;
  position: relative;
}

.timeline-article p span.article-number-left {
  position: absolute;
  font-weight: 900;
  font-size: 8rem;
  top: 10px;
  left: -105px;
  color: #ffffff;
  -webkit-text-stroke: 3px #000;
}

.content-left-p {
  left: 180px;
  font-size: 8rem !important;
  padding: 60px 0px 30px 0px;
}

.timeline-article p span.article-number-right {
  position: absolute;
  font-weight: 900;
  font-size: 8rem;
  top: 10px;
  left: 135px;
  color: #ffffff;
  -webkit-text-stroke: 3px #000;
}

.content-right-p {
  left: 5px;
  font-size: 8rem !important;
  padding: 60px 0px 30px 0px;
}

.timeline-article .f-600 {
  font-weight: 600;
}

.timeline-article .z-1 {
  z-index: -1;
}

.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}

.timeline-article .meta-date {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  color: #fff;
  border-radius: 100%;
  background: #699369;
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
}
/*===== // Resonsive Vertical Timeline =====*/
