.custom-widget{
  text-align: center;
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #F2F2F2;
}

.custom-widget-icon{
  width: 50px;
  height: 50px;
  display: inline-block;
  fill: #a47864;
}

.custom-widget-title{
  font-weight: 500;
  font-size: 18px;
  padding-top: 20px;
}

.custom-widget-desc{
  font-size: 14px;
  margin-top: 10px;
}

.custom-widget-btn{
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #F2F2F2;
  opacity: 0.7;
  transition: opacity .2s;
}

.custom-widget-btn:hover{
  opacity: 1;
}

@media(max-width: 576px){
.custom-widget{
  margin-top: 40px;
  padding: 40px 20px;
}
}