.about-wrapper {
    /* margin: 40vw auto 15vw; */
    width: 100%;
    display: flex;
    flex-direction: row;
    /* height: 85vh; */
    margin-top: 35vw;
    margin-top:0;
}
.left-wrapper{
    background: url(../assets/aboutLeftBg.png) repeat;
    background-size: cover;
/* background: blue; */
    width: 50%;
    font-family: "adobe-garamond-pro", serif;
}
.right-wrapper{
    background: url(../assets/aboutRightBg.png) repeat;
    background-size: cover;
    /* background: #F7D94F; */
    width: 50%;
    font-family: "adobe-garamond-pro", serif;
}
.about-wrapper p{
    color: #EED6B9;
    font-size: 1.406vw;
    font-family: "bookmania", serif;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    padding: 2vw 5vw 0vw;
   /* line-height: 26px; */

}
.right-wrapper-content p {
    width: 77%;
}
.wrapper-title {
    font-size: 2.734vw;
    color: #BD793A;
    padding: 3vw 0;
    font-family: "bookmania", serif;
    font-weight: 400;
    font-style: italic;
    background: #EED6B9;
    text-transform: uppercase;   
}
/* .titleWrapper {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin-top: 35vw;
} */
.last-button1 a {
    font-family: "eight", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #BD793A;
    background-color: #EED6B9;
    font-size: 1.406vw;
    text-decoration: none;
    border: 2px solid #EED6B9;
    display: inline-block;
    width: 50%;
    height: 2vw;
    height:1.5vw;
    line-height: 0;
    padding: 1.5vw 0px;
    box-sizing: border-box;
    text-transform: capitalize;
    border-radius: unset;
    text-align: center;
    cursor: pointer;
    margin: 5vw auto;
}
.last-button2 a {
    font-family: "eight", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #BD793A;
    background-color: #EED6B9;
    font-size: 1.406vw;
    text-decoration: none;
    border: 2px solid #EED6B9;
    display: inline-block;
    width: 40%;
    height: 2vw;
    line-height: 0;
    padding: 1.5vw 0vw;
    box-sizing: border-box;
    text-transform: capitalize;
    border-radius: unset;
    text-align: center;
    cursor: pointer;
    margin: 0vw auto 4.3vw auto;
}
.last-button1 a:hover{
    opacity: 0.5;
}
.last-button2 a:hover{
    opacity: 0.5;
}

@media only screen and (max-width: 1024px) {
    .about-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.left-wrapper {
    /* background: url(../assets/pricefundmobile.png) repeat; */
    width: 100%;
    /* height: 80vh; */
    margin-top: 50px;
    margin-top:0;
    
}
.right-wrapper{
    /* background: url(../assets/krewepassmobile.png) repeat; */
    width: 100%;
    /* height: 80vh; */
    margin-top: 50vw;
    margin-top:0;
    
}
.wrapper-title {
    font-size: 35px;   
    padding: 40px 0 30px 0;   
    text-transform: uppercase;   
}

.about-wrapper p.heading {
    font-size: 20px;   
    text-align: justify;
    /* padding: 5vw; */
    text-align: center;
}
.about-wrapper p{
    
}
p{
    color: #000;
    font-size: 18px;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    padding: 0vw 20px;

}
.last-button1 a {    
    font-size: 18px;
    text-decoration: none;
    border: 2px solid #EED6B9;
    display: inline-block;
    width: 85%;
    height: 52px;
    /* line-height: 52px; */
    padding: 24px 0px;
    box-sizing: border-box;
    text-transform: capitalize;
    border-radius: unset;
    text-align: center;
    cursor: pointer;
    margin: 50px auto;
}
.last-button2 a {
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    width: 80%;
    height: 60px;
    padding: 25px 0px;
    box-sizing: border-box;
    text-transform: capitalize;
    border-radius: unset;
    text-align: center;
    cursor: pointer;
    margin: 60px auto;
}
}