.about {
    margin-top: 30px;
    font-family: 'Arial', sans-serif;
}

.about h2 {
    text-align: center;
    color: rgb(172, 115, 57);
    font-size: calc(14px + 1vw);
    font-weight: bold;
    margin-bottom: 30px;
    scroll-margin-top: 2em;
}

.about .face-lock {
    max-width: 780px;
    align-items: center;
    margin: auto;
    justify-content: space-around;
    display: flex;
}

.about .face-lock .img {
    padding: 8px;
}

.about .face-lock .img img {
    max-width: 100%;
    height: auto;
    object-fit: scale-down;
}

.about p {
    max-width: 620px;
    text-align: center;
    font-size: calc(6px + 1vw);
    font-weight: 300;
    color: grey;
    margin: 40px auto;
}

.about p strong {
    font-weight: 700;
    color: dimgrey;
}

.about img {
    border-radius: 50%;
    opacity: 0.9;
}

.about img:hover {
    opacity: 1;
}

.about .skill-lockup {
    max-width: 540px;
    margin: 50px auto 60px;
    text-align: center;
    color: black;
}

.about .skill-lockup::after {
    content: "";
    clear: both;
    display: table;
}

.about .skill-lockup .skill-unit {
    width: 270px;
    float: left;
}

.about .skill-lockup .skill-unit .skill-label {
    font-weight: 400;
    text-transform: capitalize;
    font-size: calc(4px + 1vw);
}

.about .skill-lockup .skill-unit .skill-icons {
    font-size: 0;
    margin: 2px 0 30px;
}

.about .skill-lockup .skill-unit .skill-icons span {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-color: saddlebrown;
    border-radius: 50%;
    margin-right: 5pt;
}

.about .skill-lockup .skill-unit .skill-icons span::after {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    background: white;
    border-radius: 50%;
    margin: 2px;
}

.about .skill-lockup .skill-unit .skill-icons.skill-0 span:nth-child(n+0) {
    background-color: grey;
}

.about .skill-lockup .skill-unit .skill-icons.skill-1 span:nth-child(n+2) {
    background-color: grey;
}

.about .skill-lockup .skill-unit .skill-icons.skill-2 span:nth-child(n+3) {
    background-color: grey;
}

.about .skill-lockup .skill-unit .skill-icons.skill-3 span:nth-child(n+4) {
    background-color: grey;
}

.about .skill-lockup .skill-unit .skill-icons.skill-4 span:nth-child(n+5) {
    background-color: grey;
}

.about .skill-lockup .skill-unit .skill-icons.skill-5 span:nth-child(n+6) {
    background-color: grey;
}

.about .skill-lockup .skill-unit .skill-icons.skill-6 span:nth-child(n+7) {
    background-color: grey;
}

.about .skill-lockup .skill-unit .skill-icons.skill-7 span:nth-child(n+8) {
    background-color: grey;
}

.about .skill-lockup .skill-unit .skill-icons.skill-8 span:nth-child(n+9) {
    background-color: grey;
}

@media screen and (max-width: 600px){
    .about .skill-lockup .skill-unit {
        float: none;
        display: inline-block;
    }
}
