body {
    background-color: #f5f5f5;
}

.around {
    display: flex;
    justify-content: center;
    margin-top: 3em;
}

/* .around > h1 {
    font-weight: bold;
    font-size: 22px;
    color: #000;
} */

.about {
    display: flex;
    margin-top: 2em;
    background-color: #111111;
    border-radius: 9px 9px 0 0;
    color: #fff;
    height: 3em;
    align-items: center;
    cursor: pointer;
}

.about > span {
    display: flex;
    justify-content: end;
    position: relative;
    font-size: 18px;
    left: 30px
}

.cover-about {
    display: grid;
    justify-content: center;
}

.botton-about {
    margin-right: 18px;
}

.actives-about {
    width: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #181818;
    border-radius: 8px 8px 0 0;
}

.about-txt {
    background-color: #fff;
    width: 100%;
    line-height: 1.9;
    color: #181818;
    font-size: 17px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
}