.block.three_resources {
    background: var(--medium-blue);
    padding: 40px 0;
}
.block.three_resources .text-center {
    margin-bottom: 30px;
}
.block.three_resources h2 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
}
.block.three_resources p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.block.three_resources .post .inner {
    margin: 10px 0;
    background: #fff;
}
.block.three_resources .post .inner .bottom {
    padding: 20px 14px 70px;
    position: relative;
}
.block.three_resources .post .inner .bottom h4 {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
    margin-top: 0;
}
.block.three_resources .post .inner .bottom h3 {
    margin-top: 0;
}
.block.three_resources .post .inner .bottom p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.block.three_resources .post .inner .bottom .buttons {
    position: absolute;
    bottom: 20px;
}
