.about-wrapper {
    padding: 150px 80px 80px 80px;
    text-align: center;
    background-size: cover;
    margin: auto;
    width: 100%;
    position: relative;
    top: 0;
    border: 32px solid rgba(11, 10, 10, .8);
    border-bottom-right-radius: 300px;
    border-bottom-left-radius: 300px;
    border-top-left-radius: 300px;
    transition: all .7s ease;
    margin-bottom: -150px;
}

.about-title h1 {
    font-size: 50px;
    font-family: 'Teko', sans-serif;
    color: #474343;
    margin-bottom: 30px;
}

.about-content p {
    color: #474343;
font-family: 'Hind', sans-serif;
    font-size: 20px;
    text-indent:50px
}

@media screen and (max-width:700px) {
    .about-wrapper {
        padding: 150px 15px 90px 15px;
    }
}