.linkCards {
    padding: 50px 0 0;
}
.linkCards .header {
    margin-bottom: 50px;
}
.linkCards .header h2 {
    color: #862A75;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 20px;
}
.linkCards .header p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.linkCards .wrap img {
    height: 314px;
    width: 100%;
    object-fit: cover;
}
.linkCards .wrap .content {
    padding: 50px 20px;
}
.linkCards .wrap .content h3 {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}
.linkCards .wrap .content p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    min-height: 69px;
}
.linkCards .wrap .content .click .btn {
    width: fit-content;
}
.linkCards .block:nth-of-type(5n+2) .content {
    background: #0F3F49;
}
.linkCards .block:nth-of-type(5n+3) .content {
    background: #9B2E76;
}
.linkCards .block:nth-of-type(5n+3) .content .btn {
    background: #FEA500;
    color: #000;
    border: 1px solid #FEA500;
}
.linkCards .block:nth-of-type(5n+3) .content .btn:hover {
    background: #fff;
}
.linkCards .block:nth-of-type(5n+4) .content {
    background: #F9623F;
}
.linkCards .block:nth-of-type(5n+4) .content .btn {
    background: #ACCBED;
    color: #000;
    border: 1px solid #ACCBED;
}
.linkCards .block:nth-of-type(5n+4) .content .btn:hover {
    background: #fff;
}
.linkCards .block:nth-of-type(5n+5) .content {
    background: #A9D4F3;
}
.linkCards .block:nth-of-type(5n+5) .content h3,
.linkCards .block:nth-of-type(5n+5) .content p {
    color: #000;
}
.linkCards .block:nth-of-type(5n+5) .content .btn {
    background: #862A75;
    color: #fff;
    border: 1px solid #862A75;
}
.linkCards .block:nth-of-type(5n+5) .content .btn:hover {
    background: #fff;
    color: #862A75;
}
.linkCards .block:nth-of-type(5n+6) .content {
    background: #FEA500;
}
.linkCards .block:nth-of-type(5n+6) .content h3,
.linkCards .block:nth-of-type(5n+6) .content p {
    color: #000;
}
.linkCards .block:nth-of-type(5n+6) .content .btn {
    background: #0F3F49;
    color: #fff;
    border: 1px solid #0F3F49;
}
.linkCards .block:nth-of-type(5n+6) .content .btn:hover {
    background: #fff;
    color: #0F3F49;
}
