.timeline-container  {
  display: flex;
  flex-flow: column;
  color: white;
  max-width: 1350px;
  padding-bottom: 80px;
  border: 0.5px solid white;
  border-top: none;
}

.siig-timeline-hero {
  background-color: #040e18;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.siig-timeline-container  {
  display: flex;
  flex-flow: column;
  color: black;
  max-width: 1350px;
  border: 0.5px solid black;
  border-top: none;
  padding-bottom: 4rem;
}

.timeline-item {
  padding: 0 80px;
  display: flex;
  flex-flow: column;
}

.top-margin {
  margin-top: 80px;
}

.line-wrap {
  display: flex;
  padding: 80px;
}

.line-separator {
  width: 100%;
  height: 1px;
  display: flex;
  opacity: 0.7;
  background-color: white;
}

.line-separator-black {
  width: 100%;
  height: 1px;
  display: flex;
  opacity: 0.7;
  background-color: black;
}

.timeline-item .description {
  display: flex;
  flex-flow: column;
  gap: 10px;
  width: 40%;
}

.timeline-item .content {
  display: flex;
  flex-flow: row;
  gap: 60px;
}

.timeline-item .content > * {
  width: 50%;
}

.timeline-item .content .text {
  display: flex;
  font-weight: 500;
  line-height: 1.4;
}

.timeline-item .description .year {
  font-size: 1.5em;
  font-weight: 400;
  text-transform: none;
  font-style: italic;
}

.timeline-item .description .caption {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
}

.timeline-item .content .visual {
  position: relative;
  max-width: 450px;
  max-height: 300px;
  overflow: hidden;
}

.timeline-item .content .visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-item .year,
.timeline-item .caption,
.timeline-item .visual,
.timeline-item .text {
  opacity: 0;
  transform: translateY(0);
  transition: all 0.3s ease-out;
}

.timeline-item .year,
.timeline-item .caption {
  transform: translateX(-10px);
}

.timeline-item .text {
  transform: translateY(20px);
}

.timeline-item.animate .year {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s;
}

.timeline-item.animate .caption {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}

.timeline-item.animate .visual {
  opacity: 1;
  transition-delay: 0.4s;
}

.timeline-item.animate .text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.textbox .big-text, .textbox .normal-text, .textbox .btn-effect-v3, .textbox .btn-effect-v1 {
  opacity: 0;
  transform: translateY(0);
  transition: all 0.3s ease-out;
}

.textbox .big-text {
  transform: translateX(-10px);
}

.textbox .big-text.animate {
  opacity: 1;
  transform: translateX(0);
}

.textbox .normal-text {
  transform: translateX(-10px);
}

.textbox .normal-text.animate {
  opacity: 1;
  transform: translateX(0);
}

.textbox .btn-effect-v3.animate {
  opacity: 1;
}

.textbox .btn-effect-v1.animate {
  opacity: 1;
}

.siig-timeline-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/siig-timeline.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  max-height: 960px;
}

.timeline-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/group-photo.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  max-height: 960px;
}


.siig-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 136px;
  font-weight: 400;
  display: flex;
  width:50%;
}

.siig-title-wrap .paragraph{
  color:#fdfdfd;
}

.siig-title-wrap .heading{
  color:#fdfdfd;
  font-size: 2.75em;
  line-height: 1.25em;
}

.div-block-189 {
  margin-left: 80px;
  margin-right: 80px;
}

.siig-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fdfdfd;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.4;
  align-items: flex-start;
  text-align: left;
  display: flex;
  padding-top: 0;
}

.header-sides-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.header-sides-2.bottom-h {
  z-index: 5;
  top: auto;
  bottom: 4vh;
  left: 0;
  right: 0;
}

.body-text-two {
  color: #fdfdfd;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.nav-item-4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding-top: 20px;
}

.nav-item-4.bottom {
    color: rgba(255, 255, 255, .75);
    border-bottom: 2px solid rgba(255, 255, 255, .35);
    padding-bottom: 6px;
    transition: border-color .166s cubic-bezier(.47, 0, .745, .715), color .166s cubic-bezier(.47, 0, .745, .715);
}

.nav-item-4.bottom:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.siig-timeline-section {
    z-index: 5;
    background-color: #F3F4F6;
    position: relative;
}

.siig-end-timeline {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 1080'%3E%3Cg transform='rotate(0 960 540) translate(-0 -0) scale(1)'%3E%3Crect width='1920' height='1080' fill='rgb(251, 189, 20)'/%3E%3Cg transform='translate(0, 0)'%3E%3Cpath fill='rgb(221, 167, 19)' fill-opacity='1' d='M0,132.354L45.714,131.278C91.429,130.203,182.857,128.051,274.286,127.718C365.714,127.385,457.143,128.869,548.571,129.036C640,129.202,731.429,128.052,822.857,113.694C914.286,99.335,1005.714,71.769,1097.143,69.441C1188.571,67.112,1280,90.023,1371.429,83.001C1462.857,75.979,1554.286,39.026,1645.714,36.93C1737.143,34.834,1828.571,67.597,1874.286,83.978L1920,100.359L1920,1080L1874.286,1080C1828.571,1080,1737.143,1080,1645.714,1080C1554.286,1080,1462.857,1080,1371.429,1080C1280,1080,1188.571,1080,1097.143,1080C1005.714,1080,914.286,1080,822.857,1080C731.429,1080,640,1080,548.571,1080C457.143,1080,365.714,1080,274.286,1080C182.857,1080,91.429,1080,45.714,1080L0,1080Z'/%3E%3C/g%3E%3Cg transform='translate(0, 135)'%3E%3Cpath fill='rgb(191, 144, 18)' fill-opacity='1' d='M0,51.035L45.714,44.038C91.429,37.04,182.857,23.046,274.286,30.27C365.714,37.493,457.143,65.936,548.571,71.064C640,76.193,731.429,58.008,822.857,48.905C914.286,39.803,1005.714,39.784,1097.143,52.978C1188.571,66.172,1280,92.579,1371.429,106.761C1462.857,120.944,1554.286,122.902,1645.714,106.753C1737.143,90.604,1828.571,56.349,1874.286,39.221L1920,22.093L1920,945L1874.286,945C1828.571,945,1737.143,945,1645.714,945C1554.286,945,1462.857,945,1371.429,945C1280,945,1188.571,945,1097.143,945C1005.714,945,914.286,945,822.857,945C731.429,945,640,945,548.571,945C457.143,945,365.714,945,274.286,945C182.857,945,91.429,945,45.714,945L0,945Z'/%3E%3C/g%3E%3Cg transform='translate(0, 270)'%3E%3Cpath fill='rgb(161, 122, 16)' fill-opacity='1' d='M0,40.17L45.714,50.365C91.429,60.56,182.857,80.95,274.286,95.374C365.714,109.798,457.143,118.256,548.571,112.693C640,107.13,731.429,87.544,822.857,67.617C914.286,47.69,1005.714,27.421,1097.143,16.262C1188.571,5.102,1280,3.053,1371.429,15.405C1462.857,27.756,1554.286,54.509,1645.714,62.918C1737.143,71.327,1828.571,61.393,1874.286,56.425L1920,51.458L1920,810L1874.286,810C1828.571,810,1737.143,810,1645.714,810C1554.286,810,1462.857,810,1371.429,810C1280,810,1188.571,810,1097.143,810C1005.714,810,914.286,810,822.857,810C731.429,810,640,810,548.571,810C457.143,810,365.714,810,274.286,810C182.857,810,91.429,810,45.714,810L0,810Z'/%3E%3C/g%3E%3Cg transform='translate(0, 405)'%3E%3Cpath fill='rgb(131, 100, 15)' fill-opacity='1' d='M0,19.306L45.714,21.737C91.429,24.168,182.857,29.03,274.286,32.478C365.714,35.927,457.143,37.962,548.571,49.896C640,61.83,731.429,83.663,822.857,98.531C914.286,113.4,1005.714,121.303,1097.143,126.044C1188.571,130.785,1280,132.363,1371.429,123.234C1462.857,114.105,1554.286,94.268,1645.714,78.485C1737.143,62.703,1828.571,50.975,1874.286,45.111L1920,39.247L1920,675L1874.286,675C1828.571,675,1737.143,675,1645.714,675C1554.286,675,1462.857,675,1371.429,675C1280,675,1188.571,675,1097.143,675C1005.714,675,914.286,675,822.857,675C731.429,675,640,675,548.571,675C457.143,675,365.714,675,274.286,675C182.857,675,91.429,675,45.714,675L0,675Z'/%3E%3C/g%3E%3Cg transform='translate(0, 540)'%3E%3Cpath fill='rgb(100, 77, 14)' fill-opacity='1' d='M0,13.014L45.714,30.305C91.429,47.597,182.857,82.179,274.286,102.063C365.714,121.946,457.143,127.13,548.571,129.906C640,132.681,731.429,133.049,822.857,125.355C914.286,117.662,1005.714,101.907,1097.143,92.069C1188.571,82.231,1280,78.309,1371.429,70.297C1462.857,62.285,1554.286,50.181,1645.714,59.741C1737.143,69.301,1828.571,100.524,1874.286,116.136L1920,131.748L1920,540L1874.286,540C1828.571,540,1737.143,540,1645.714,540C1554.286,540,1462.857,540,1371.429,540C1280,540,1188.571,540,1097.143,540C1005.714,540,914.286,540,822.857,540C731.429,540,640,540,548.571,540C457.143,540,365.714,540,274.286,540C182.857,540,91.429,540,45.714,540L0,540Z'/%3E%3C/g%3E%3Cg transform='translate(0, 675)'%3E%3Cpath fill='rgb(70, 55, 13)' fill-opacity='1' d='M0,116.202L45.714,117.32C91.429,118.438,182.857,120.674,274.286,118.08C365.714,115.486,457.143,108.064,548.571,89.546C640,71.028,731.429,41.416,822.857,44.962C914.286,48.508,1005.714,85.213,1097.143,93.552C1188.571,101.891,1280,81.865,1371.429,64.836C1462.857,47.807,1554.286,33.776,1645.714,33.487C1737.143,33.197,1828.571,46.65,1874.286,53.377L1920,60.104L1920,405L1874.286,405C1828.571,405,1737.143,405,1645.714,405C1554.286,405,1462.857,405,1371.429,405C1280,405,1188.571,405,1097.143,405C1005.714,405,914.286,405,822.857,405C731.429,405,640,405,548.571,405C457.143,405,365.714,405,274.286,405C182.857,405,91.429,405,45.714,405L0,405Z'/%3E%3C/g%3E%3Cg transform='translate(0, 810)'%3E%3Cpath fill='rgb(40, 32, 11)' fill-opacity='1' d='M0,132.226L45.714,121.648C91.429,111.069,182.857,89.912,274.286,77.445C365.714,64.978,457.143,61.2,548.571,51.161C640,41.123,731.429,24.823,822.857,16.479C914.286,8.136,1005.714,7.75,1097.143,15.089C1188.571,22.428,1280,37.492,1371.429,57.909C1462.857,78.325,1554.286,104.094,1645.714,112.832C1737.143,121.569,1828.571,113.276,1874.286,109.129L1920,104.982L1920,270L1874.286,270C1828.571,270,1737.143,270,1645.714,270C1554.286,270,1462.857,270,1371.429,270C1280,270,1188.571,270,1097.143,270C1005.714,270,914.286,270,822.857,270C731.429,270,640,270,548.571,270C457.143,270,365.714,270,274.286,270C182.857,270,91.429,270,45.714,270L0,270Z'/%3E%3C/g%3E%3Cg transform='translate(0, 945)'%3E%3Cpath fill='rgb(10, 10, 10)' fill-opacity='1' d='M0,18.445L45.714,36.417C91.429,54.39,182.857,90.334,274.286,95.948C365.714,101.563,457.143,76.848,548.571,71.056C640,65.264,731.429,78.394,822.857,79.203C914.286,80.012,1005.714,68.499,1097.143,69.852C1188.571,71.204,1280,85.421,1371.429,92.336C1462.857,99.252,1554.286,98.866,1645.714,92.233C1737.143,85.6,1828.571,72.72,1874.286,66.28L1920,59.84L1920,135L1874.286,135C1828.571,135,1737.143,135,1645.714,135C1554.286,135,1462.857,135,1371.429,135C1280,135,1188.571,135,1097.143,135C1005.714,135,914.286,135,822.857,135C731.429,135,640,135,548.571,135C457.143,135,365.714,135,274.286,135C182.857,135,91.429,135,45.714,135L0,135Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  min-height: 675px;
  margin-top: 80px;
  padding: 2rem;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.ciilock-end-timeline {
  background-color: #0D4C89;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 1080'><g transform='rotate(0 960 540) translate(-0 -0) scale(1)'><rect width='1920' height='1080' fill='rgb(9, 162, 221)'/><g transform='translate(0, 0)'><path fill='rgb(10, 151, 211)' fill-opacity='1' d='M0,132.354L45.714,131.278C91.429,130.203,182.857,128.051,274.286,127.718C365.714,127.385,457.143,128.869,548.571,129.036C640,129.202,731.429,128.052,822.857,113.694C914.286,99.335,1005.714,71.769,1097.143,69.441C1188.571,67.112,1280,90.023,1371.429,83.001C1462.857,75.979,1554.286,39.026,1645.714,36.93C1737.143,34.834,1828.571,67.597,1874.286,83.978L1920,100.359L1920,1080L1874.286,1080C1828.571,1080,1737.143,1080,1645.714,1080C1554.286,1080,1462.857,1080,1371.429,1080C1280,1080,1188.571,1080,1097.143,1080C1005.714,1080,914.286,1080,822.857,1080C731.429,1080,640,1080,548.571,1080C457.143,1080,365.714,1080,274.286,1080C182.857,1080,91.429,1080,45.714,1080L0,1080Z'/></g><g transform='translate(0, 135)'><path fill='rgb(10, 141, 200)' fill-opacity='1' d='M0,51.035L45.714,44.038C91.429,37.04,182.857,23.046,274.286,30.27C365.714,37.493,457.143,65.936,548.571,71.064C640,76.193,731.429,58.008,822.857,48.905C914.286,39.803,1005.714,39.784,1097.143,52.978C1188.571,66.172,1280,92.579,1371.429,106.761C1462.857,120.944,1554.286,122.902,1645.714,106.753C1737.143,90.604,1828.571,56.349,1874.286,39.221L1920,22.093L1920,945L1874.286,945C1828.571,945,1737.143,945,1645.714,945C1554.286,945,1462.857,945,1371.429,945C1280,945,1188.571,945,1097.143,945C1005.714,945,914.286,945,822.857,945C731.429,945,640,945,548.571,945C457.143,945,365.714,945,274.286,945C182.857,945,91.429,945,45.714,945L0,945Z'/></g><g transform='translate(0, 270)'><path fill='rgb(11, 130, 190)' fill-opacity='1' d='M0,40.17L45.714,50.365C91.429,60.56,182.857,80.95,274.286,95.374C365.714,109.798,457.143,118.256,548.571,112.693C640,107.13,731.429,87.544,822.857,67.617C914.286,47.69,1005.714,27.421,1097.143,16.262C1188.571,5.102,1280,3.053,1371.429,15.405C1462.857,27.756,1554.286,54.509,1645.714,62.918C1737.143,71.327,1828.571,61.393,1874.286,56.425L1920,51.458L1920,810L1874.286,810C1828.571,810,1737.143,810,1645.714,810C1554.286,810,1462.857,810,1371.429,810C1280,810,1188.571,810,1097.143,810C1005.714,810,914.286,810,822.857,810C731.429,810,640,810,548.571,810C457.143,810,365.714,810,274.286,810C182.857,810,91.429,810,45.714,810L0,810Z'/></g><g transform='translate(0, 405)'><path fill='rgb(11, 119, 179)' fill-opacity='1' d='M0,19.306L45.714,21.737C91.429,24.168,182.857,29.03,274.286,32.478C365.714,35.927,457.143,37.962,548.571,49.896C640,61.83,731.429,83.663,822.857,98.531C914.286,113.4,1005.714,121.303,1097.143,126.044C1188.571,130.785,1280,132.363,1371.429,123.234C1462.857,114.105,1554.286,94.268,1645.714,78.485C1737.143,62.703,1828.571,50.975,1874.286,45.111L1920,39.247L1920,675L1874.286,675C1828.571,675,1737.143,675,1645.714,675C1554.286,675,1462.857,675,1371.429,675C1280,675,1188.571,675,1097.143,675C1005.714,675,914.286,675,822.857,675C731.429,675,640,675,548.571,675C457.143,675,365.714,675,274.286,675C182.857,675,91.429,675,45.714,675L0,675Z'/></g><g transform='translate(0, 540)'><path fill='rgb(12, 108, 169)' fill-opacity='1' d='M0,13.014L45.714,30.305C91.429,47.597,182.857,82.179,274.286,102.063C365.714,121.946,457.143,127.13,548.571,129.906C640,132.681,731.429,133.049,822.857,125.355C914.286,117.662,1005.714,101.907,1097.143,92.069C1188.571,82.231,1280,78.309,1371.429,70.297C1462.857,62.285,1554.286,50.181,1645.714,59.741C1737.143,69.301,1828.571,100.524,1874.286,116.136L1920,131.748L1920,540L1874.286,540C1828.571,540,1737.143,540,1645.714,540C1554.286,540,1462.857,540,1371.429,540C1280,540,1188.571,540,1097.143,540C1005.714,540,914.286,540,822.857,540C731.429,540,640,540,548.571,540C457.143,540,365.714,540,274.286,540C182.857,540,91.429,540,45.714,540L0,540Z'/></g><g transform='translate(0, 675)'><path fill='rgb(12, 98, 158)' fill-opacity='1' d='M0,116.202L45.714,117.32C91.429,118.438,182.857,120.674,274.286,118.08C365.714,115.486,457.143,108.064,548.571,89.546C640,71.028,731.429,41.416,822.857,44.962C914.286,48.508,1005.714,85.213,1097.143,93.552C1188.571,101.891,1280,81.865,1371.429,64.836C1462.857,47.807,1554.286,33.776,1645.714,33.487C1737.143,33.197,1828.571,46.65,1874.286,53.377L1920,60.104L1920,405L1874.286,405C1828.571,405,1737.143,405,1645.714,405C1554.286,405,1462.857,405,1371.429,405C1280,405,1188.571,405,1097.143,405C1005.714,405,914.286,405,822.857,405C731.429,405,640,405,548.571,405C457.143,405,365.714,405,274.286,405C182.857,405,91.429,405,45.714,405L0,405Z'/></g><g transform='translate(0, 810)'><path fill='rgb(13, 87, 148)' fill-opacity='1' d='M0,132.226L45.714,121.648C91.429,111.069,182.857,89.912,274.286,77.445C365.714,64.978,457.143,61.2,548.571,51.161C640,41.123,731.429,24.823,822.857,16.479C914.286,8.136,1005.714,7.75,1097.143,15.089C1188.571,22.428,1280,37.492,1371.429,57.909C1462.857,78.325,1554.286,104.094,1645.714,112.832C1737.143,121.569,1828.571,113.276,1874.286,109.129L1920,104.982L1920,270L1874.286,270C1828.571,270,1737.143,270,1645.714,270C1554.286,270,1462.857,270,1371.429,270C1280,270,1188.571,270,1097.143,270C1005.714,270,914.286,270,822.857,270C731.429,270,640,270,548.571,270C457.143,270,365.714,270,274.286,270C182.857,270,91.429,270,45.714,270L0,270Z'/></g><g transform='translate(0, 945)'><path fill='rgb(13, 76, 137)' fill-opacity='1' d='M0,18.445L45.714,36.417C91.429,54.39,182.857,90.334,274.286,95.948C365.714,101.563,457.143,76.848,548.571,71.056C640,65.264,731.429,78.394,822.857,79.203C914.286,80.012,1005.714,68.499,1097.143,69.852C1188.571,71.204,1280,85.421,1371.429,92.336C1462.857,99.252,1554.286,98.866,1645.714,92.233C1737.143,85.6,1828.571,72.72,1874.286,66.28L1920,59.84L1920,135L1874.286,135C1828.571,135,1737.143,135,1645.714,135C1554.286,135,1462.857,135,1371.429,135C1280,135,1188.571,135,1097.143,135C1005.714,135,914.286,135,822.857,135C731.429,135,640,135,548.571,135C457.143,135,365.714,135,274.286,135C182.857,135,91.429,135,45.714,135L0,135Z'/></g></g></svg>");
  height: 800px;
  margin-top: 80px;
  padding: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.end-siig-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1000px; /* 1350 */
}

.siig-end-timeline .textbox {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    max-width: 1350px;
    min-height: 675px;
    height: 100%;
    padding: 4rem;
    border-radius: 2.5rem;
    background: 
        radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.08) 0%, transparent 25%),
        radial-gradient(circle at 100% 100%, rgba(251, 189, 20, 0.05) 0%, transparent 25%),
        rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 4px 24px -1px rgba(0, 0, 0, 0.3),
        0 12px 40px -2px rgba(0, 0, 0, 0.4),
        inset 0 0 2px rgba(255, 255, 255, 0.1);

    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.siig-end-timeline .textbox:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 20px 60px -10px rgba(0, 0, 0, 0.6),
        inset 0 0 10px rgba(255, 255, 255, 0.05);
}

.ciilock-end-timeline .textbox {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  border: 1px solid white;
  border-radius: 2rem;
  background-color: rgba(0, 0, 0, 0.05);
  min-height: 675px;
  width: 100%;
}

.top-40 {
  margin-top: 40px;
}

.big-text {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2;
}

.normal-text {
  font-size: 2em;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.2;
}

@media screen and (max-width:1200px) {
    .siig-title-wrap {
    align-items: flex-start;
    width:100%;
  }
    .header-sides-2.bottom-h {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
    position: static;
    bottom: 6.5vh;
    left: -107px;
    right: auto;
  }
    .siig-end-timeline, .ciilock-end-timeline {
    height: auto;
  }
}

@media screen and (max-width:1160px) {
  .timeline-item .content {
    flex-flow: column;
  }
  .timeline-item .content > * {
    width: 100%;
  }
  .timeline-item .content .visual {
    max-height: none;
    max-width: none;
    height: 400px;
  }
  .timeline-item .description {
    width: 100%;
  }
  .top-margin {
    margin-top: 80px;
  }
  .textbox .big-text.animate {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .textbox .normal-text.animate {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:767px) {
    .header-sides-2.bottom-h {
    justify-content: flex-start;
    padding-top: 20px;
  }
  .siig-title-wrap .heading {
    text-align: left;
    font-size: 1.75em;
  }
  .siig-timeline-hero {
    position: static;
  }
  .siig-end-timeline, .ciilock-end-timeline {
    padding: 40px 80px;
  }
  .top-40 {
    margin-top: 20px;
  }
}

@media screen and (max-width:700px) {
  .timeline-item .content .visual {
    height: auto;
  }
  .timeline-item .content .visual img{
    max-height: 400px;
  }
  .textbox .big-text, .textbox .big-text.animate {
    font-size: 2em;
  }
  .textbox .normal-text, .textbox .normal-text.animate {
    font-size: 1.5em;
  }
  .timeline-container {
    padding-bottom: 0;
  }
}

@media screen and (max-width:600px) {
  .timeline-item {
    padding: 0 40px;
  }
  .line-wrap {
    padding: 40px;
  }
  .top-margin {
    margin-top: 40px;
  }
  .siig-end-timeline, .ciilock-end-timeline {
    padding: 40px;
  }
}

@media screen and (max-width:479px) {
  .header-sides-2.bottom-h {
    justify-content: flex-start;
    padding-top: 20px;
  }
  .siig-title-wrap .heading {
    text-align: left;
    align-items: flex-start;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.75em;
  }
  .siig-timeline-hero {
    margin-top: 100px;
  }
  .div-block-189{
    margin-left: 40px;
    margin-right: 40px;
  }
  .siig-timeline-bg{
    height:570px;
  }
  .siig-title-wrap .paragraph {
    display: none;
  }
  .siig-title-wrap {
    margin-top: 0;
  }
  .siig-timeline-bg{
    height:570px;
  }
}
