
.price-estimator{
    background-image: url(../images/bg-bricks.png);
    padding:30px;
    border-radius: 30px;
    margin-top:30px;
}


.price-estimator .price-estimator--title{
    color:#FFFCF9;
    margin-bottom:16px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
}

.price-estimator .btn{
    background-color: #FFFCF9;
    color:#BC7E54;
    font-size: 16px;
    border-radius:8px;
    padding:12px;
    width: 100%;
    display: block;
    text-align: center;
    opacity:1;
    transition: opacity ease-in-out .15s;
}
