  .real-estate-agent-team-post {
		 border-radius: 8px;
		border: 1px solid #E0E0E0;
		background: #FFF;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px 0;
		transition: 0.3s;
		margin-bottom: 20px;
    }

    .real-estate-agent-team-post a{
        text-decoration: none;
    }

    .real-estate-agent-team-post .post-img {
        width: 90px;
        height: 90px;
        border-radius: 29px;
        overflow: hidden;
        margin-top: -37px;
    }

    .real-estate-agent-team-post .post-img img{
        width: 100%;
        height: 100%;
    }

    .real-estate-agent-team-post .post-title h2 {
        color: #0A1425;
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 0;
    }

    .real-estate-agent-team-post .post-title span {
        color: #64728F;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-weight: 400;
        line-height: 26px;
    }

    .real-estate-agent-team-post .post-links {
        display: flex;
        align-items: center;
        gap: 10px 15px;
        justify-content: center;
    }

    .real-estate-agent-team-post .post-links span {
        border-radius: 30px;
        background: #D9D9D9;
        width: 29px;
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
    }

    .real-estate-agent-team-post .post-contect {
        display: flex;
        align-items: center;
        gap: 5px 12px;
        z-index: 99;
    }

    .real-estate-agent-team-post .post-contect span{
        border-radius: 30px;
        background: #fff;
        width: 29px;
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #73777D;
        border: 1px solid #D9D9D9;
        font-size: 12px;  
    }

    .real-estate-agent-team-post .post-desc {
        height: 0;
        transition: 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .real-estate-agent-team-post .post-desc p {
        color: #73777D;
        text-align: center;
        font-family: Inter;
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0;
    }

    .real-estate-agent-team-post .post-contect h4.contect-text {
        color: #070026;
        font-family: Inter;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0;
        width: 0;
        height: 0;
        opacity: 0;
        transition: 0.3s;
        visibility: hidden;
    }

    .real-estate-agent-team-post .post-contect a {
        display: flex;
        align-items: center;
    }

    
    
    .real-estate-agent-team-post.realestate-agents .post-desc {
        height: auto;
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
    }

    .real-estate-agent-team-post.realestate-agents .post-contect h4.contect-text{
        width: auto;
        height: auto;
        opacity: 1;
        visibility: visible;
        color: #1A1A1A;
        font-size: 14px;
        line-height: 22px;
    }

    .real-estate-agent-team-post.realestate-agents {
        padding: 30px;
        gap: 15px 0;
    }

    .real-estate-agent-team-post.realestate-agents .post-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .real-estate-agent-team-post.realestate-agents .post-title h2{
        color: #070026;
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 4px;
    }

	.real-estate-agent-team-post.realestate-agents .post-title h2:hover{
		color: var(--primary-color);
	}

    .real-estate-agent-team-post.realestate-agents .post-title span{
        color: #36A8FC;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
    }

    .real-estate-agent-team-post.realestate-agents .post-links {
        padding: 7px 0;
        gap: 10px 17px;
        margin-bottom: 15px;
    }

    .real-estate-agent-team-post.realestate-agents .post-links span {
        width: auto;
        height: auto;
        background: transparent;
        color: #CCCCCC;
        font-size: 20px;
    }

	.real-estate-agent-team-post.realestate-agents .post-links span:hover{
		color: var(--primary-color);
	}

    .real-estate-agent-team-post.realestate-agents .post-desc p{
        color: #808080;
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        font-family: Inter;
    }

    .real-estate-agent-team-post.realestate-agents .post-contect {
        flex-direction: column;
        gap: 10px 0;
    }

    .real-estate-agent-team-post.realestate-agents .post-contect span{
        width: auto;
        height: auto;
        background: transparent;
        color: #CCCCCC;
        font-size: 20px;
        border: none;
    }

    .real-estate-agent-team-post.realestate-agents .post-contect a {
        gap: 0 12px;
    }

.real-estate-agent-team-post.realestate-agents .post-contect a:hover span,
.real-estate-agent-team-post.realestate-agents .post-contect a:hover h4{
	color: var(--primary-color);
}
