.image-bg {
    background-image: url("../assets/images/background-kellin-em-desenvolvimento_.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
    row-gap:20px }
.layout {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px}
.layout p{
    text-align: justify;}