/*
.page-id-4451 .main-content-text .columns {
  width: 470px;
}*/

.page-id-4451 .service-navigation {
  margin-bottom: 40px;
}

.page-id-4451 .service-content {
  background-color: white;
  background-image: url('/wp-content/uploads/2023/04/about-our-ethos.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100%;
}

.about-content {
    background-color: #fff;
    opacity: 0.8;
    padding: 20px 20px 20px 20px;
    color: #000;
    margin-top: 90px;
    margin-bottom: 200px;
}

.page-id-4451 .main-content-text > h1 {
  display: none;
}

.page-id-4451 .line {
    width: 60px;
    height: 1px;
    background-color: #000;
    float: right;
    margin-bottom: 60px;
}

.page-id-4451 #ethos h2 {
    font-size: 3em;
    font-family: adobe-caslon-pro, serif;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: left;
}

.page-id-4451 #ethos p {
  font-size: 1em;
}

@media (max-width: 468px) {
  .page-id-2012 .main-content-text .columns {
    width: 100%;
  }
 .page-id-4451 #ethos h2 {
    font-size: 2em !important;
  }
}

@media screen and (min-height: 1300px) and (max-height: 1399px) {
    .page-id-4451 .service-content {
      background-position: center 150%;
    }
}


@media screen and (min-height: 1400px) {
    .page-id-4451 .service-content {
      background-position: 0px 70%;
      height: calc(100vh - 147.9px);
    }
    
}

  @media print, screen and (min-width: 640px) and (max-width: 1600px) {
    .large-pull-8 {
        position: relative;
        left: -8.33333%;
        
    }
}