.box {
    margin-top: 50px;
    padding: 20px;
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 9%), 0 1px 20px 0 rgb(0 0 0 / 8%), 0px 1px 11px 0px rgb(0 0 0 / 6%);
    border-radius: 6px;
}


h2 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #3b3f5c;
    margin: 6px 0px 0 0;
}

h2::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 55px;
    background: #1b55e2;
    border-radius: 50%;
    bottom: -5px;
    left: 15px;
    box-sizing: border-box;
}

.img_profile {
    border-radius: 9px;
    width: 200px;
    height: 200px;
    margin-top: 25px;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
    object-fit: cover;
}

ul {
    list-style: none;
}

ul li svg {
    margin-right: 8px;
}

.education h2{
    margin-bottom: 15px;
}

.education ul li {
    margin: 5px 0px 5px 0px;
}

.education svg {
    width: 12px;
    height: 12px;
}

.tech{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 35px;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px;
}