#conc{
    margin-top: 100px;
    padding-bottom: 50px;
    background-color: #03992b;
    padding-top: 50px;
    width: 100%;
    color: white;
}
.quotation{
    font-style: italic;
}

/*Offer*/
.list-group-item{
    background-color: #03992b;
    color: white;
    font-family: Raleway;
    font-size: 16px;
    letter-spacing: 1px;
    border-color: white;
    font-weight: 900;
}
#conc h3{
    margin-top: 60px;
}

#conc h2{
    font-size: 45px;
}

#conc .row{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

/*Our websites*/
.ourWebsite{
   margin-top: 50px;
}

.ourWebsite .wbImage img{
    width: 100%;
    margin-bottom: 30px;
}
#conc .ourWebsite .opis h2{
    font-size: 25px;
    text-align: left;
}
#conc .ourWebsite .opis a{
    color: white;
    text-decoration: none;
}
#conc .ourWebsite .opis a:hover{
    text-decoration: underline;
}