#content_wrap h1{
    display: none;
}
.contentBuilder{}
.clearfix{
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 60px;
}

.contentBuilder .column{
    width: 26.3%;
}
.contentBuilder .column h2 {
    color: #111;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 38px;
    text-align: left;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 20px;
}
.contentBuilder .column p{
    margin-bottom: 20px;
}
.contentBuilder .column .subtitle {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #00a0e9;
    letter-spacing: .8px;
    padding: 10px 0 0;
}
.contentBuilder .two-third{
    padding-left: 5%;
    width: 66.7%;
}
.contentBuilder .two-third p {
    font-size: 16px;
    line-height: 190%;
    letter-spacing: 0;
    color: #626262;
    margin: 0 0 20px;
    font-weight: 400;
}
.fourthArea .Img {
    position: relative;
}
 .fourthArea .Img .imgFull {
    height: 440px;
}
.fourthArea .Img > img {
    width: 420px;
    height: 300px;
    position: absolute;
    top: 270px;
    right: -254px;
    object-fit: cover;
}
.fourthArea .imgFull img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fourthArea .column.half{width: 50%;}
.fourthArea .column.Txt{padding: 30px 0 0 50px;}
.fourthArea .column.Txt span{
    color: #3c97aa;
    font-size: 18px;
}
#businessitems{
    margin-top: 90px;
}
#businessitems h5{
    color: #111;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 38px;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 20px;
    text-align: center;
    }
.anchorBox {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 14px;
  color: #bdbdbd;
  margin-top: 50px;
}

.anchorBox::after {
  content: "";
  position: absolute;
  left: calc((-100vw + 1340px)/2);
  top: 8px;
  z-index: -1;
  width: 100vw;
  height: 1px;
  background-color: #efefef;
}
.anchorBox li {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 35px;
  text-align: center;
}
.anchorBox ul.infoList{
    margin-top: 30px;
}
.anchorBox li.items {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  font-weight: 400;
  text-align: left;
  font-size: 20px;
}
.anchorBox li.items::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #3c97aa;
}
.anchorBox li span {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  text-align: center;
  font-size: 26px;
  letter-spacing: 2.5px;
  font-weight: 500;
}
.anchorBox li p{
    text-align: center;
    font-size: 20px;
}
.anchorBox li.infotitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #cecece;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.anchorBox li.current, .anchorBox li:hover {
  color: #3c97aa;
}
.anchorBox li.current span, .anchorBox li:hover span {
  transform: scale(1.2);
  transform-origin: center;
}
.anchorBox li.current::before, .anchorBox li:hover::before {
  border-color: #3c97aa;
}


@media (max-width: 1180px) {
  .anchorBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
  }
  .anchorBox li::before{
    left: 0;
    top: 7px;
}
  .anchorBox li{
    padding-top: 0;
    margin: 10px;
    padding-right: 0;
    text-align: left;
}
  .anchorBox::after{
    left: 13px;
    width: 1px;
    height: 55vw;
}
  .anchorBox li span{
    text-align: inherit;
}
.anchorBox li.infotitle::before{
    left: 0;
    top: 12px;
}

    .clearfix{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
    .contentBuilder .column {
    width: auto;
}
    .contentBuilder .two-third {
    padding-left: 0;
    padding-top: 20px;
    width: auto;
}
    .fourthArea .column.Txt {
    padding: 30px 0 0 0px;
}

.fourthArea .column.half {
    width: auto;
}
    .fourthArea .Img > img{
    right: -40px;
    width: 240px;
    height: 300px;
}
    .anchorBox li p{text-align:left}
}

@media (max-width: 480px){.anchorBox::after{
    height: 163vw;
}
}