	.agents-top{
		width: 1920px;
		max-width: 100%;
		height: 665px;
		margin: 0 auto;
		position: relative;
	}

	.agents-top .top-img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.agents-top .h1{
		position: absolute;
		left: 242px;
		top: 291px;
		font-weight: 950;
		font-size: 72px;
		line-height: 80px;
		color: #FFFFFF;
		width: 1092px;
		height: 160px;
		max-width: 100%;
	}

	.agents-filters {
	    width: 1920px;
	    max-width: 100%;
	    height: 536px;
	    background: #D9D9D9;
	    display: flex;
	    align-items: center;
	    margin: 0 auto;
	}

	.agents-filters .inner{
		max-width: 1200px;
		margin: 0 auto;
	}

	.agents-filters .h2{
		font-weight: 800;
		font-size: 36px;
		line-height: 34px;
		text-align: center;
		color: #442C5C;
	}

	.agents-filters p{
		font-weight: 600;
		font-size: 24px;
		line-height: 34px;
		text-align: center;
		color: #442C5C;
	}

	.filters-wrap {
	    display: flex;
	    justify-content: center;
	    gap: 20px;
	    margin: 35px;
	}

	.filter-wrap label{
		font-weight: 600;
		font-size: 12px;
		line-height: 15px;
		color: #707070;
		padding-left: 20px;
	}

	.filter-wrap input,
	.filter-wrap select{
		width: 268px;
		height: 48px;
		background: #FFFFFF;
		border-radius: 24px;
		font-weight: 600;
		font-size: 16px;
		line-height: 24px;
		color: rgba(56, 56, 56, 0.32);
		text-indent: 20px;
	}

	.filter-wrap select.active,
	.filter-wrap select option{
		color: #000;
	}

	.filter-wrap input::placeholder,
	.filter-wrap select::placeholder {
	    color: rgba(56, 56, 56, 0.32); /* Light gray color */
	    opacity: 1; /* Ensures full color opacity */
	}

	/* For better browser support, include the vendor prefixes */
	.filter-wrap input::-webkit-input-placeholder {
	    color: rgba(56, 56, 56, 0.32);
	}

	.filter-wrap input::-moz-placeholder {
	    color: rgba(56, 56, 56, 0.32);
	}

	.filter-wrap input:-ms-input-placeholder {
	    color: rgba(56, 56, 56, 0.32);
	}

	.filter-wrap input::-ms-input-placeholder {
	    color: rgba(56, 56, 56, 0.32);
	}

	.filter-wrap select::-webkit-input-placeholder {
	    color: rgba(56, 56, 56, 0.32);
	}

	.filter-wrap select::-moz-placeholder {
	    color: rgba(56, 56, 56, 0.32);
	}

	.filter-wrap select:-ms-input-placeholder {
	    color: rgba(56, 56, 56, 0.32);
	}

	.filter-wrap select::-ms-input-placeholder {
	    color: rgba(56, 56, 56, 0.32);
	}


	.agents-posts .tabs ul {
	    list-style-type: none;
	    padding: 0;
	    margin: 0;
	    display: flex;
	    justify-content: center;
	    gap: 20px;
	}

	.agents-posts .tabs li {
	}

	.agents-posts .tabs .tab-agent {
	    background: #f0f0f0;
	    border: 1px solid #ccc;
	    padding: 10px 20px;
	    cursor: pointer;
	    border-radius: 5px;
	    box-sizing: border-box;
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	    padding: 8px 12px;
	    gap: 8px;
	    width: a;
	    height: 40px;
	    background: #FAFAFA;
	    border: 1px solid #E0E0E0;
	    border-radius: 24px;
	    font-weight: 600;
	    font-size: 16px;
	    line-height: 24px;
	    text-align: center;
	    color: #383838;
	    min-width: 50px;
	}

	.agents-posts .tabs .tab-agent[aria-selected="true"] {
		background: #525252;
	    border-bottom: none;
/*	    outline: 2px solid #007bff;
*/	    color: #fff;
		font-weight: bold;
	}

	.agents-posts .tab-panel {
	    display: none;
	    padding: 20px;
	    /*border: 1px solid #ccc;*/
	    border-radius: 5px;
	    margin-top: -1px;
	    width: 1600px;
	    max-width: 100%;
	    margin: 0 auto;
	}

	.agents-posts .tab-panel[hidden] {
	    display: none;
	}

	.agents-posts .tab-panel:not([hidden]) {
	    display: block;
	}

	.agents-posts{
		padding-top: 100px;
	}
	.agents-posts .h2{
		font-weight: 600;
		font-size: 24px;
		line-height: 31px;
		text-align: center;
		color: #000000;
	}


	.post-card{
		width: 410px;
		flex-direction: column;
		display: flex;
		overflow: hidden;
	}
	.post-card-header{
		width: 410px;
		height: 365px;
		position: relative;
		border-radius: 15px 15px 0px 0px;
	}
	.post-card-header img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 15px 15px 0px 0px;
		overflow: hidden;
	}
	.post-card-header p{
		position: absolute;
		width: 251px;
		left: 0;
		bottom: 0;
		background: #000000;
		border-radius: 0px 15px 0px 0px;
		font-weight: 800;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		color: #FFFFFF;
	}
	.post-card-body{
		background: #EDE8E8;
		border-radius: 0px 0px 15px 15px;
		flex-direction: column;
		flex: 1;
	}

	.post-card-body-inner{
		padding: 20px;
		flex: 1;
	}

	.post-card-body h3{
		font-weight: 800;
		font-size: 24px;
		line-height: 22px;
		color: #442C5C;
	}
	.post-card-body p{
		font-weight: 600;
		font-size: 16px;
		line-height: 22px;
		color: #000000;
	}

	.post-card-body ul{
		display: flex;
		flex-flow: column;
		flex-direction: column;
		gap: 15px;
	}

	.post-card-body ul li{
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.post-card-body hr{
		color: #AEB4B4;
	}

	.tab-panel .inner{
	    display: flex;
	    justify-content: center;
	    gap: 40px;
	    margin: 40px;
	    flex-wrap: wrap;
	}

	@media(max-width: 768px){
		.agents-top {
		    height: 400px;
		}
		.agents-top .h1 {
		    max-width: 100%;
		    left: 0;
		    right: 0;
		    font-size: 25px;
		    line-height: 1.2;
		    top: auto;
		    bottom: 0;
		    height: auto;
		    padding: 20px;
		    width: auto;
		    width: 90%;
		    margin: 0 auto;
		    padding: 0;
		    bottom: 20px;
		}
		.agents-filters .h2 {
		    font-size: 20px;
		    line-height: 1.2;
		}
		.agents-filters p {
		    font-size: 16px;
		    line-height: 1.2;
		}
		.filters-wrap {
		    flex-wrap: wrap;
		    width: 100%;
		}
		.filters-wrap {
		    width: 100%;
		    margin: 20px 0;
		}
		.agents-posts {
			padding: 20px;
		}
		.agents-posts .tabs ul {
		    gap: 10px;
		    flex-wrap: wrap;
		}
		.agents-posts .h2 {
		    font-size: 20px;
		}
		.tab-panel .inner {
		    margin: 0;
		}
		.agents-posts .tab-panel {
		    padding: 0;
		}
		.post-card-body h3 {
		    line-height: 1;
		}
	}