.title1{
    margin: 0px 0px;
    font-size: 25px;
    font-weight: 300;
    line-height: 36px;
}
.title2{
    margin: 0px 0px;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Playfair Display', serif; 
    line-height: 36px;
}

.text1{
    margin: 20px 0px 0px 0px; 
    font-family: 'Roboto', sans-serif; 
    font-size: 20px; 
    font-weight: 300;
    line-height: 30px;
}
.title_features{
    margin: 8px 0px 0px 0px;
    font-size: 18px;
    font-family: 'Playfair Display', serif; 
}
.text_features{
    margin: 12px 10px 0px 10px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.div_features{
    height: 240px; 
    width: 184px; 
    border: 2px solid #ffffff;
    background-color: #E7EBE7;
    filter: drop-shadow(0px 0px 6px rgb(0,0,0,0.08));
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: center;
}
.img_features{
    margin-top: 15px;
    border-radius: 10px;
}
.line_features{
    margin: 12px auto 0px auto;
    width: 60px; 
    height: 1px; 
    border: none; 
    border-bottom: 1px solid #DDC481;
}