@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap');
.container,.email-text, .phone-text {
    font-family: 'Ropa Sans', sans-serif;
    color:white;

    
}
*{
    padding:0;
    margin:0;
}

.picture{
    height: 217px;
    width:100%;
    background-position: center;
    background: url(../Images/about-with-map/people-hugging.jpg);
    background-size:cover;
  

}

.container{

    font-size:19px;
    padding: 15px 13px 0 13px;
    height: 250px;
    background: #719C40;
    line-height: 17px;
    border-radius: 0px 0px 20px 20px;
text-align: justify;
font-feature-settings: 'kern' off;

}
.map{
    margin: 12px 0;
}
.footer{
  
 
    background-color: #719C40;
    width:100%;
    height: 48px;
    padding: auto 0 auto 0;

    display:flex;

    justify-content: space-around;
    align-items: center;
    
    
 
}
.logo-monochrome{
width: 98px;
height: 31.48px;
background: url(../Images/icons/logo-monochrome.svg);
}
.email-icon{
    background: url(../Images/icons/email-icon.svg);
    width: 20px; height: 20px;
    background-size: cover;
}
.phone-icon{
    background:url(../Images/icons/phone-icon.svg);
    width:20px;
    height: 20px;
    background-size: cover;
}
.email-text, .phone-text{
    color: white;
    font-size: 10px;
text-transform: uppercase;
}