.impact-card h4{
	margin: 0px;
	margin-bottom:10px;
}
.impact-flag{
	height: 120px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-width:300px;
	min-width:300px;
	width: 100%;
}
.impact-flag img{
	width: 100%;
}
.impact-card {
    display: flex;
    gap: 20px;
    background: #fff;
    margin-bottom: 20px;
	box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
	padding: 30px 20px;
	min-height: 275px;
}

.impact-pagination button {
    margin: 3px;
    padding: 6px 12px;
}

.impact-pagination .active {
    background: #0073aa;
    color: #fff;
}
input#ip-title {
    font-family: "Inter", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 26px;
    background-color: #FFFFFF;
    border-style: solid;
    border: 1px solid #020101;
    padding: 8px 20px 8px 20px;
}
select#ip-country,
select#ip-year {
    font-family: "Inter", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    background-color: #FFFFFF;
    border-style: solid;
    border: 1px solid #020101;
    padding: 8px 20px 8px 20px;
    height: 44px;
}