/*
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 : 25/03/2020, 22:25:39
    Author     : aberi
*/

#servicos h2{
    font-family: 'Lora', serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: 0.015em;
    color: #30363D;
}

#servicos p{
    margin: 40px 0px; 
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.015em;
    color: #30363D;
}

#servicos img{
    border-radius: 8px;
}

#servicos .row{
    margin-bottom: 100px;
}