.about-heading{
    text-align: center;
    padding: 35px 10px;
    font-size: 1.3em;
    color: #bc9d5b;
}

.about-wrapper{
    display: grid;
    grid-template-columns: 2fr 0fr;
    padding:10px 50px; 
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    margin-bottom: 50px;
}

.about-wrapper >  .about-content{
  padding: 0px 20px 0px 50px;
  line-height: 1.7em;
  color: #666;
  font-size: 1.22em;
  font-weight: 100;
  line-height: 2.3em;
}


.about-image{
    text-align: center;
    color: #666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.about-image img{
    width: 100%;
    max-width: 1300px;
    text-align: center;
}

.about-wrapper >  .about-content p{
    padding: 10px 0px;
  }

/* .about-wrapper > .about-extra{
    text-align: center;
    color: #666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.about-wrapper > .about-extra > .about-quote{
    text-align: center;
    color: #666;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.7em;
    max-width: 430px;
    min-width: 380px;
    background-color:  rgb(245, 245, 245);
    color: #2e2e2e;
    line-height: 2.5em;
    font-size: 0.9em;   
}


.about-wrapper > .about-extra > .about-quote h2{
    font-weight: 100;
}


.about-wrapper > .about-extra > .other-p p{
    padding: 10px 10px 25px 10px;
}

.about-wrapper > .about-extra > .btn-wrapper a button{
    padding: 15px;
    background-color: darkslategray;
    color: white;
    font-size: 1.2em;
    border: none;
} */

 .about-extra{
    text-align: center;
    color: #666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom:50px;


}

 .about-extra > .about-quote{
    /* text-align: center;
    color: #666;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.7em;
    max-width: 430px;
    min-width: 380px;
    background-color:  rgb(245, 245, 245);
    color: #2e2e2e;
    line-height: 2.5em;
    font-size: 0.9em;    */

    text-align: center;
    color: #666;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.7em;
    max-width: 650px;
    min-width: 380px;
    border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    
    line-height: 2.5em;
    font-size: 1em;   
}


 .about-extra > .about-quote h2{
    font-weight: 100;
    color: #414141;
}


 .about-extra > .other-p p{
    padding: 10px 10px 25px 10px;
}

 .about-extra > .btn-wrapper a button{
    padding: 15px;
    background-color: darkslategray;
    color: white;
    font-size: 1.2em;
    border: none;
}

@media all and (max-width: 980px){
    .about-wrapper{
        display: flex;
        flex-direction: column;
        padding:5px 20px;
    }

    .about-wrapper> .about-content{
        margin-bottom: 40px;
    }
}

@media all and (max-width: 600px){
    .about-wrapper{
        padding:0px 5px;
    }
    .about-wrapper > .about-content{
        line-height: 1.5em;
        padding: 0px 10px;
        margin: 0px;
        font-size: 1.3em;
    }

    .about-quote h2{
        font-weight: 100;
        font-size: 1.1em;
    }
}
