.heroContent {
    align-items: center;
    background-position: center !important;
    color: #fafafa;
    display: flex;
    font-size: 2.5rem;
    height: 550px;
    justify-content: center;
    width: 100%;
}

.blueText {
    color: #133d57;
}

.blueTitle {
    color: #133d57;
    font-size: 3rem;
    font-weight: 400;
}

.blogSection {
    padding: 75px;
}

.sectionDetails p {
    font-size: 1.125rem;
}

.comingSoon {
    background-color: #133d57;
    border-radius: 20px;
    color: #fafafa;
    padding: 40px;
}

.card {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.aside {
    height: 100% !important;
    margin-top: -60px !important;
    margin-bottom: 65px;
    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;
}