*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
.innerr{
    padding-top: 20px;

}
.headerr{
    margin-top: 120px;
    text-align: center;
    padding: 1rem;
position: relative;
}
.headerr ::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 1000px;
    background-color: #2ecc71;
}
.containerr {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    grid-gap: 1rem;
    padding: 1rem 80px;
    font-size: 1.2rem;
}
.skill-boxx {
    padding: 0.3rem;
    color: #ddd;
    cursor: pointer;

}
.skill-titlee{
    display: flex;
    flex-direction: column;
align-items: center;
padding: 0.5rem;
margin-bottom: 0.5rem;
position: relative;

}
.skill-titlee::after{
    content:'';
    position: absolute;
}
.img{
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 45px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}
.img::after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 90%;
    border-radius: 45px 0 0 45px;
}
.skill-iconn{
    width: 50px;
    z-index: 2;
}
.skill-iconn{
    width: 50px;
}
.skill-titlee h3{
    color: #fff;
margin: 0.5rem;

}
