.our-story .section.fixed-width {
  max-width: 1230px;
  padding: 90px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.our-story .section.fixed-width:first-child{
    padding:0 0 90px;
}
.our-story .section.fixed-width .left-side {
  width: calc(50% - 40px);
  margin:0 20px;
  background: #ffffff;
}
.our-story .section.fixed-width .right-side {
  width: calc(50% - 40px);
  margin:0 20px;
  background: #ffffff;
}

.our-story .section.fixed-width:first-child .left-side,
.our-story .section.fixed-width:first-child .right-side {
  background: transparent;
}
.our-story .section.fixed-width:first-child .left-side p {
  padding: 0;
}
.our-story .section.fixed-width:first-child .left-side h2 {
  font-family: Helvetica Neue;
  font-size: 35px;
  font-weight: 500;
  line-height: 57px;
  letter-spacing: 0em;
  margin: 30px auto 15px;
}
.our-story .section.fixed-width p {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 29px;
    color: #000000;
    padding:20px 30px;
} 
.our-story .section.fixed-width:first-child .left-side {
box-shadow:unset;
}

.our-story .section.fixed-width:first-child .image-wrapper {
    margin-bottom: 0;
    background: #ffffff;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
}
.our-story .section.fixed-width .text-wrapper {
  margin-top: 30px;
  padding: 0 20px;
}
.our-story .section.fixed-width .text-wrapper p {
  background: transparent;
  padding: 0;
}
.our-story .section.full-width .image-wrapper {
  background: url('/template/ddc4743c/images/our-story-bg-one.jpg') no-repeat center/cover;
  padding: 120px 20px;
  text-align: center;
  background-attachment: fixed;
  background-position: 50% 69px;
  background-color: rgb(67, 79, 91);
}
.our-story .section.full-width:last-child .image-wrapper {
  background: url('/template/ddc4743c/images/our-story-bg-two.jpg') no-repeat center/cover;
  padding: 120px 20px;
  text-align: center;
  background-attachment: fixed;
  background-position: 50% 69px;
  background-color: rgb(67, 79, 91);
}
.our-story .section.full-width .image-wrapper .text-box, .our-story .section.full-width .image-wrapper .text-box p {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  font-family: Helvetica Neue;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.our-story .section.full-width .image-wrapper .text-box .text-top {
    max-width: 850px;
    margin: 0 auto;
}

.our-story .section.full-width .image-wrapper .text-box .text-bottom {
    max-width: 1150px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px){
 .our-story .section.fixed-width {
  padding: 70px 0;
}
.our-story .section.fixed-width:first-child {
  padding: 0 0 70px;
}
.our-story .section.full-width:last-child .image-wrapper,
.our-story .section.full-width .image-wrapper {
  padding: 100px 20px;
}
}

@media screen and (max-width: 991px){
.our-story .section.fixed-width {
   padding: 50px 0;
}
.our-story .section.fixed-width:first-child {
  padding: 0 0 50px;
}
.our-story .section.fixed-width:first-child .left-side h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 0;
}
.our-story .section.full-width:last-child .image-wrapper,
.our-story .section.full-width .image-wrapper {
  padding: 70px 20px;
  background-attachment: initial;
  background-position: initial;
}
.our-story .section.full-width .image-wrapper .text-box, .our-story .section.full-width .image-wrapper .text-box p {
  font-size: 24px;
}
.our-story .section.fixed-width p {
  padding: 0 25px 20px;
} 
}

@media screen and (max-width: 767px){
.our-story .section.full-width:last-child .image-wrapper,
.our-story .section.full-width .image-wrapper {
  padding: 40px 20px;
}
.our-story .section.full-width .image-wrapper .text-box, .our-story .section.full-width .image-wrapper .text-box p {
  font-size: 18px;
}
.our-story .section.fixed-width .left-side, .our-story .section.fixed-width .right-side {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.our-story .section.fixed-width:first-child .left-side h2 {
  font-size: 22px;
  line-height: 32px;
}
.our-story .section.fixed-width {
  padding: 30px 0;
}
.our-story .section.fixed-width:first-child {
  padding: 0 0 30px;
} 
.our-story .section.fixed-width .image-wrapper {
  margin:  0;
}
.our-story .section.fixed-width .text-wrapper {
  margin-top: 10px;
  padding: 0 15px;
} 
.our-story .section.fixed-width:first-child .image-wrapper {
  margin-bottom: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.our-story .section.fixed-width p {
  padding: 0 20px 10px;
}
.our-story .section.fixed-width p {
  font-size: 16px;
}
}
