.about-our-path {
  max-width: 1660px;
  margin-right: auto;
  margin-left: 0;
  margin-top: 120px;
  margin-bottom: 70px;
}
.about-our-path .full-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-our-path .full-content .left-section {
  width: 58%;
}
.about-our-path .full-content .right-section {
  width: 42%;
  padding: 0 0 0 120px;
}
.about-our-path .full-content .right-section h3 {
  font-size: 45px;
  line-height: 59px;
  font-weight: 400;
  font-family: Didot;
  margin: 0 0 15px;
  padding: 0;
  color: #000;
}
.about-our-path .full-content .right-section h6{
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  margin: 0 0 20px;
  letter-spacing: 0.02px;
}
.about-our-path .full-content .right-section p {
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 20px;
  letter-spacing: 0.02px;
}
.about-our-path .full-content .right-section .bottom-text {
  position: relative;
  padding: 0 0 0 30px;
  border-left: 2px solid #000;
  margin: 30px 0 0;
}
.about-our-path .full-content .right-section .bottom-text p{
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  margin: 0 0 20px;
  letter-spacing: 0.02px;
}
.about-our-path .full-content .right-section p:last-of-type,
.about-our-path .full-content .right-section .bottom-text p:last-of-type{
margin: 0
}
a.primary-btn.about-btn {
    margin: 120px auto 150px;
    display: block;
    max-width: 230px;
    width: 100%;
}
