.about {
    /* font-family: "Poppins", sans-serif; */
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.about h2.h2 {
    margin-bottom: 2rem;
}

.about p {
    margin-bottom: 1.5rem;
    color: #596867;
    font-size: 110%;
}

.about h2.h2, .about p {
    padding: 0 4rem;
}

p.about-exp {
    font-size: 1.4rem;
    margin-bottom: 3rem;
}

/* buttons */

.about .btn, .btn-sections, .btn-info, #projects-page .btn .btn-sections {
    background: #52546F;
    color: whitesmoke;
    border: 4px solid #52546F;
    font-size: 1.2rem;
    border-radius: 10rem;
    text-transform: capitalize;
}

.about .btn:hover, .btn-sections:hover, .btn-info:hover, #projects-page .btn .btn-sections:hover {
    background: whitesmoke;
    color: #52546F;
    border: 4px solid #52546F;
}

.about .btn {
    /* margin-left: 4rem; */
    text-transform: capitalize;
    font-size: 1.2rem;
}

a.btn-info {
    font-size: 1.2rem;
    padding: 0.2rem;
    text-decoration: none;
}

@media (max-width: 600px) {

    .about {
        text-align: center;
        margin-top: 10rem;
    }

    /* .about button.btn {
        margin-left: inherit;
    } */
}