@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap');
.title-1,.title-2,.main-text, .phone-text,.email-text{
    font-family: 'Ropa Sans', sans-serif;
  
}
a{
    text-decoration: none;
}
*{
    padding:0;
    margin:0;
}
.container{
    margin: 18px 0;
}
.first{
    margin-top: 0;
}
.image{
    width:100%;
    height: auto;
 
    }
.title-1{
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 18.9818px;
    color: #719C40;    
}
.title-2{
    color: #DD2C00;
    font-size: 12px;
}
.main-text{
    font-size: 18.9818px;
    color: #A4A4A4;
}

.main-text, .title-1, .title-2{
 margin-left: 11px;   
 margin-bottom: 8px;
 
}
.main-text{
    font-size: 18.9818px;
}
.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;
}
