.representatives{
    width: 100%;
    height: 100%;
}
.representatives .representatives_info{
    padding-top: 5.4rem;
}
.representatives .representatives_info p{
    font-weight: 600;
    font-size: 1.8rem;
    text-align: left;
    color: #585a5f;
}
.representatives .representatives_info .representatives_address{
    display: flex;
    justify-content: space-around;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.representatives_info .representatives_address .representatives_contact{
    width: 30%;
}
.representatives_info .representatives_address .representatives_contact .repres h2{
    font-family: "Red Hat Display";
    font-weight: 900;
    font-size: 1.8rem;
    text-align: left;
    color: #585a5f;   
    padding: 1.3rem;
    border-bottom: 0.1rem solid #707070;
}
.representatives_info .representatives_address .representatives_contact .repres .contact{
    padding: 1.3rem;
}
.representatives_info .representatives_address .representatives_contact .repres .contact img{
    margin-right: 1.3rem;
    width: 2rem;
    height: 2.1rem;
}
.representatives_info .representatives_address .representatives_contact .repres .contact a{
    font-weight: 600;
    font-size: 1.6rem;
    text-align: left;
    color: #585a5f;    
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
}
.map_representatives svg path:hover,
.map_representatives svg text:hover{
    cursor: not-allowed;
}
.map_representatives svg path[fill="#d7b369"]:hover,
.map_representatives svg text[fill="#FFFFFF"]:hover{
    cursor: pointer;
}
.map_representatives svg path.active{
    fill: #191f22;
}