.heading.about {
    width: 100%;
    margin-bottom: 40px;
}

.about-img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-around;
}
.img-wrapper-hidden {
    display: none;
}
.right-hidden-react {
    width: 100%;
    height: 120px;
    display: none;
    border-left: 1px solid var(--gray);
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
}

.right-hidden-react.n-1 {
    margin-top: 220px;
}

.right-hidden-react.n-2 {
    margin-top: 280px;
    height: 80px;
}

.right-dots-img {
    width: 70px;
    margin-top: 512px;
}

.skill-items-wrapper {
    flex-direction: column;
    gap: 30px;
}

.skill-icons-wrapper {
    position: relative;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: 1px solid var(--gray);
}

.skill-icons-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    pointer-events: none;
}

.tech-icons {
    width: 35px;
    height: auto;
    z-index: 1;
}

.skill-lng {
    width: 100%;
    justify-content: start;
}

.skill-lng li:nth-child(4) {
    margin: 0;
}

section.about {
    margin-top: 130px;
}

.h-line.edu {
    width: 360px;
}

.edu-items-wrapper {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.diploma-wrapper {
    width: 45%;
    display: flex;
    justify-content: space-between;
}

.diploma {
    padding: 15px;
    width: 45%;
    height: auto;
    border: 1px solid var(--gray);
}

.edu-shapes {
    position: relative;
    display: none;
}

.btn-edu,
.btn-edu:active {
    color: var(--white);
}

.fact-shapes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fact-shapes-img-down {
    width: 80px;
    margin-left: 60px;
    height: auto;
}

.fun-facts-desc {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-content: start;
    gap: 10px;
    color: var(--gray);
}

.fun-facts-desc p {
    padding: 7px;
    border: 1px solid var(--gray);
}

.cat {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.btn {
    margin-top: 10px;
    font-size: 0.8rem;
}