.content-c{
    display: flex;
    justify-content: space-around;
}

.personal , .references{
min-height: 30vh;
width: 88.3%;
background-color: brown;
box-shadow: -14px 10px 20px 4px #00000078;
}
.references{
    background-color: teal;
}

.references hr{
    display: none;
}
.content-c h3{
    /* padding-left: 10px; */
    margin-block-start: 0.5rem;
    margin-block-end: 0.5rem;
}
.row-c{
    display: flex;
    margin-top: 3%;
    margin-bottom: 3%;
    /* justify-content: space-around; */
}
.colc-1{
    overflow-wrap: break-word;
    /* margin-top: 10px; */
    min-width: 30%;
    margin: 1.66%;
    text-align: center;
}

.colc-2{
    overflow-wrap: break-word;
    min-width: 45%;
    text-align: center;
}
.row-c i{
    font-size: 1.8rem;
    justify-content: space-around;
}