section.service-sec {
    max-width: 1600px;
    margin: 0 auto;
    padding: 120px 20px;
}
section.service-sec .inner-container{
  padding-left: 45px;
}
section.service-sec .content {
    display: flex;
    gap: 60px;
}
 section.service-sec .heading-bar{
  position:relative;
  margin-bottom: 45px;
}
 section.service-sec .heading-bar::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #64C6D5;
} 

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

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

section.service-sec .heading-bar .sub-ttile {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: #000000;
}
 

section.service-sec .content .service-item img {
    width: 100%;
    height: 335px;
    object-fit: cover;
}

section.service-sec .content .service-item h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
}

section.service-sec .content .service-item p {
    font-size: 18px;
    line-height: 29px;
    color: #000;
}

section.service-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;
}
