.resources-fact-sheets {
    padding: 20px 0;
}

.fact-sheet-card{
    background-color: var(--white-rock);
    text-align: left;
    border-radius: 80px 0;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.fact-sheet-card .card-body {
    padding: 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fact-sheet-card .card-title {
    margin-top: 0px;
}

.fact-sheet-card .card-link {
    width: 100%;
    box-sizing: border-box;
    margin-top: auto;
}

.fact-sheet-card .card-link a.link{
    color: var(--fiord);
}

@media screen and (min-width: 782px) {
    .resources-fact-sheets{
        padding: 40px 0;
    }
}

@media screen and (min-width: 1400px) {
    .resources-fact-sheets {
        padding: 70px 0;
    }
}