main {
    flex-direction: column;
    min-height: 100vh;
}

#about-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

#about-section> .section-title {
    font-size: 130px !important;
}

.skillsListItem {
    height: 350px;
    max-height: 350px;
}
.skill {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.skill> ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
}
.skill> ul> li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
.skill>:nth-child(4) {
    margin: 0 !important;
    margin-top: auto !important;
}
.skills-icon {
    height: 100%;
    max-height: 45px;
    width: 100%;
    max-width: 45px;
    object-fit: contain;
}