.landingInfoSection{
    background-color: white;
    position: relative;
    padding-top: 120px;
}
.quote{
    display: flex;
    justify-content: center;
    font-size: 25px;
    font-weight: 900;
}
.quote p{
    margin-right: 70px;
    margin-left: 70px;
    width: 200px;
    text-align: center;
}
#landingswitch{
    margin-top: 100px;
}
#switchwrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    max-width: 800px;
}
#switchwrapper .item{
    height: 210px;
    width: 200px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}
#switchwrapper .item .image{
    height: 150px;
    width: 150px;
    margin: auto;
    transition: 0.1s;
}
#switchwrapper .item .image:hover{
    transform: scale(1.1);
}
#switchwrapper .item .image img{
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    object-fit: cover;
}
#switchwrapper .item .text{
    height: 70px;
    text-align: center;
    background-color: white;;
    margin: 0;
    line-height: 70px;
    font-weight: 600;
    font-size: 23px;
    width: 100%;
}
blockquote{
  font-size: 25px;
display: inline-block;
  color: #181818;
  padding: 30px 2em;
  line-height:1.6;
  position: relative;
  border-radius: 3px;
  text-align: center;
    max-width: 60%;
}

blockquote::before{
  font-family: Century;
  content: "\201D";
  color:#d63d35;
  font-size:3.5em;
  position: absolute;
  left: 0px;
  bottom: -3px;
}
blockquote::after{
  font-family: Century;
  content: "\201C";
  color:#d63d35;
  font-size:3.5em;
  position: absolute;
  right: 0px;
  top:-25px;
}
blockquote span{
  display:block;
  color:#181818;
  font-style: normal;
    font-size: 25px;
  font-weight: bold;
    margin-top: 30px;
text-align: center;
}

.serviceIconsWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    height: 100px;
    margin-top: 120px;
}
.serviceIcon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.serviceIconText{
    padding-top: 20px;
    letter-spacing: 2px;
}
.serviceIconImg{
    height: 45px;
    opacity: 0.8;
}
.text{
    margin: auto;
    margin-top: 50px;
}
h2{
    text-align: left;
    font-size: 35px;
    color: #181818;
    letter-spacing: 0px;
    font-weight: 800;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    line-height: 53px;
}

.placemaker{
    padding-top: 200px;
    background-color: white;
    position: relative;
}
.block{
    width: 90%;
    margin: auto;
    margin-top: 100px;
    display: flex;
}
.textBlock{
    width: 60%;
}
.priceInfo{
    margin-top: 40px;
    color: #181818;
    text-align: right;
    display: flex;
    align-items: center;
    font-weight: 600;
    opacity: 0.8;
    justify-content: flex-end;
    padding-right: 50px;
}
#pricelink{
    text-align: center;
    max-width: 900px;
}
#pricelinkcont{
    width: 100%;
    margin: auto;
    margin-top: -50px;
}
.priceInfo a{
    display: flex;
    align-items: center;
    padding: 5px;
    border: 2px #fff solid;
}
.priceInfo a:hover{
    border: 2px #181818 solid;
}
.priceInfo a img{
    height: 18px;
    margin-left: 5px;
    
}
.coop-wrap{
    width: 100%;
    margin-top: 200px;
    text-align: center;
}
.coop{

    width: 90%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coop div img{
    height: 60px;
    width: 60px;
    padding-bottom: 10px;
}
.coop div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landingStrip{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}