    /*  Header  */
.header-calhip{
  padding:0;
  
}

#calculator_icon, #calculator_title{
    display: inline;
    margin-left: 5%;
}

#calculator_title{
  font-size: 30pt;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 2%;
}

#title_text{
  font-size: 15pt;
  font-family: 'Source Sans Pro', sans-serif; 
  font-weight: 400;
}

.p_btn{
  display: inline;
}

.item-calhip{
  width: 20%;
  display:inline-block;
  margin: 1%;
  text-align: left;
  border-radius: 10px 10px 0px 0px;
  border-width: 1px;
  border-color: rgba(218, 223, 225, .7);
  border-style: solid;
  padding-bottom: .5%;
  vertical-align: top;
}
  
.img_item{
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

hr{
  border-width: 1px;
  border-style: solid;
}

.item_tittle, .item_text{
  margin: 5%;
}

.item_tittle{
  font-size: 15pt;
}

.item_text{
  font-size: 12px;
  text-align: justify;
}

.item_container-calhip{
  min-height: 200px;
}

.p_btn{
  color:#0881FA;
  margin: 10% 1% 10% 40% ;
}

.cont_space_top{
  margin-top: 5%;
}