/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/10/2018, 15:50:27
    Author     : gabriela
*/

.bec-best-things h3{
    font-size: 25px;
}
.bec-best-things h4{
    font-size: 16px;
}
.bec-best-things .bec-container{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bec-best-things .bec-container article{
    border-radius: 8px; 
    border: 1px solid rgba(0, 0, 0, 0.075); 
    overflow:hidden;
}
.bec-best-things .bec-container figure{
    height:185px; 
    background-size:cover; 
    background-position: center; 
    backgroud-repeat: no-repeat;
}
.bec-best-things .bec-container h2{
    font-size: 24px; 
    color:#ff4d55;
}
.bec-best-things .bec-container p{
    font-size: 15px;
}
.bec-best-things .bec-container .bec-card-footer{
    display:flex; 
    justify-content: space-between
}
.bec-best-things .bec-container .bec-card-footer .bec-card-address{
    display:flex; 
    flex: 1 1 auto; 
    align-items: center;
}
.bec-best-things .bec-container .bec-card-footer .bec-card-address i{
    font-size:24px; 
    color: #ff4d55;
}
.bec-best-things .bec-container .bec-card-footer .bec-card-section{
    display:flex; 
    flex: 0 0 auto; 
    align-items: center;
}
.bec-best-things .bec-container .bec-card-footer .bec-card-section div{
    border-radius:50%; 
    border: 2px solid #ff4d55; 
    height:40px; 
    overflow:hidden; 
    width:40px; 
    display:flex; 
    justify-content: center;
}
.bec-best-things .bec-container .bec-card-footer .bec-card-section div img{
    width: 29px;
    border-radius:0;
}