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

.greenText {
    color: #62c5b6;
}

.blueText {
    color: #133d57;
}

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

.sectionIntro {
    padding-top: 75px;
}

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

.availablePracticeCards {
    padding-bottom: 75px;
}

.practiceCard {
    background-color: #133d57;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    color: #fafafa;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 1.5rem;
    position: relative;
}

.soldText {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.soldStamp {
    align-items: center;
    background-color: #FAFAFA;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 80px;
}

.practiceCard svg {
    width: 60px;
}

.practiceCard a {
    color: #fafafa;
    transition: all .1s ease-in;
}

.practiceCard a:hover {
    color: #e4e4e4;
}

.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;
}