section.expanding-the-oz-sec { 
    padding: 120px 20px;
    background: #f1fdff;
}
section.expanding-the-oz-sec .sec-container {
    padding-left: 45px;
    max-width: 1600px;
    margin: 0 auto;
}
section.expanding-the-oz-sec  .heading-bar{
  position:relative;
  margin-bottom: 45px;
}
section.expanding-the-oz-sec  .heading-bar::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #64C6D5;
} 

section.expanding-the-oz-sec  .heading-bar .sec-tag {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    color: #64C6D5;
}

section.expanding-the-oz-sec  .heading-bar .sec-heading {
    font-weight: 600;
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

section.expanding-the-oz-sec  .heading-bar .sub-ttile {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: #000000;
}
section.expanding-the-oz-sec .content {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    margin: 60px 0;
}
section.expanding-the-oz-sec .buttons{
  text-align: center
}
section.expanding-the-oz-sec a.learn-more {
    display: inline-flex;
    font-size: 18px;
    color: #000;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    margin-top: 20px;
}
section.expanding-the-oz-sec .item .icon {
    display: inline-flex;
    background: #64c6d5;
    padding: 20px;
    border-radius: 6px;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
}
