﻿#Estimation { }
#Estimation .boxes{ display:flex; flex-wrap:wrap; justify-content:center; margin:2rem 0; }
#Estimation .boxes .item{ width:250px; padding:30px; margin:30px 15px 0 15px; background-color:var(--color9);
                          transition: transform .2s;
}
#Estimation .boxes .item:hover{ transform: scale(1.1); }
#Estimation .boxes .item .ico{ width:100%; font-size:3rem; line-height:1; text-align:center; color:var(--color3); }
#Estimation .boxes .item .title{ font-family:var(--font-title); font-weight:500; text-align:center; margin:1rem 0; font-size:1.8rem; color:var(--color3); }
#Estimation .boxes .item .desc{ text-align:center; }

#Estimation .usertext .button { display:table; padding:0 30px; margin:30px auto; width:auto; }

@media all and (max-width:42em) {

    #Estimation .boxes .item { width: calc(100% - 90px); }
}
