.text-highlight {
    color: #CE50A6;
    font-weight: bold;
}
h3 {
    margin-top: 40px;
    color: #FFFFFF;
}

.skill-icon-wrapper {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px auto; /* center + space bottom */
}

.skill-logo {
    width: 70px;
    height: 70px;
}


.skill-box {
    text-align: center;
    margin-bottom: 30px;
    border-color: #CE50A6;
}

p {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

h1{
    font-size:29px;
}

.page-title{
    color: #FFFFFF;
}

h2{
    margin-bottom: 55px;
}

