aside {
    height: 100% !important;
    margin-top: -60px !important;
    padding-bottom: 50px;
    position: sticky;
    top: 95px;
}

.sidebarServices {
    background-color: #012638;
    border: 10px solid #fafafa;
    border-radius: 23px;
    color: #fafafa;
    display: flex;
    flex-direction: column;
    letter-spacing: 1.68px;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}

.sidebarServices h2 {
    font-size: 3rem;
    font-weight: normal;
}

.sidebarLink {
    color: #fafafa;
    font-size: .8rem;
    padding: 1rem 0;
    transition: all .1s ease-in;
    width: 100%;
}

.sidebarLink:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.asideBtn {
    background-color: #1a99cc;
    border: 10px solid #fafafa;
    border-radius: 20px;
    color: #fafafa;
    display: inline-block;
    padding: 1rem 2.5rem;
    text-align: center;
    transition: all .1s ease-in;
    width: 100%;
}

.asideBtn:hover {
    background-color: #1ea5da;
    color: #fafafa;
}

@media (min-width: 768px) {
    aside {
        margin-bottom: 80px;
        padding-bottom: 0;
    }
}