
.singleicon {
    flex:0 1 25%;
    max-width:25%;
    padding:0;
    margin:25px 0;
    border-right:1px solid var(--bs-secondary);
    border-color:rgba(0, 0, 0, 0.36);
    position:relative;
    text-align:center;
}

.singleicon:last-of-type {
    border-right:0;
}

.singleicon picture {
    width:100%;
    max-height:66px;
    margin:0 auto;
    position:relative;
}
.singleicon svg {
    width:auto;
    height:100%;
    max-height:66px;
}

.singleicon a {
    color:var(--bs-secondary);
    text-decoration:none;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:1.5px;
}
.singleicon a span {
    display:block;
    margin-top:10px;
}

.icontitle:after {
    content: "";
    width: 0;
    height: 5px;
    background: #DF3341;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7.5px;
    transition: all 0.4s;
}

.singleicon:hover a .icontitle:after {
    width: 60px;
}

#page-footer .singleicon a svg,
#page-footer .singleicon a svg path {
    color: #3C3C3B;
    fill: #3C3C3B;
}

@media screen and (max-width: 960px) {
    .section-icons {
        margin-top:0;
    }
}
