.p-r {
}
.card-post {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.card-post img {
    border-radius: 20px !important;
	width: 100%;
}

.card-post h4 {
	font-size: 18px;
	font-weight: 600;
	color: #22281E;
	line-height: 25px;
}
.link-details a {
    color: #fff;
    font-size: 15px;
    font-family: 'Inter';
    background: #032D47;
	text-transform: initial;
    padding: 10px 20px;
    border-radius: 12px;
}
