.resume .left .langs span {
    color: #0c1b2f;
    font-family: 'Century Gothic';
    font-weight: 600;
}

.resume .left .langs .container {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 7px;
}

.resume .left .langs .container .circular-progress {
    position: relative;
    width: 70%;
    background: #8d697ab1;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: conic-gradient(#8d697ab1 3.6deg, #E3E8ED 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.resume .left .langs .container .circular-progress::before {
    content: "";
    position: absolute;
    width: 80%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #E3E8ED;
}

.resume .left .langs .container .circular-progress .progress-value {
    position: relative;
    color: #8D697A;
    letter-spacing: -1px;
}