body {
  font-family: 'Work Sans'!important;
  margin-top: 40px!important;
}

.content {
  min-width: 1368px;
}

.button {
  font-family: 'Work Sans'!important;
}

.shadow-bottom {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 90%, rgba(233,233,233,1) 100%);
}

img {
  display: block;
  -webkit-user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.tabs {
  position: relative;
  top: -1px;
}

.tabs li.is-active a {
  color: #3b3b3b!important;
}

.box {
  border-radius: 0 10px 10px 0!important;
  border-left: none!important;
  background-color:#f8f8f8;
  border: 1px solid #cbcbcb;
  min-height: 547px;
}

.is-circled {
  border: 1px solid #7d7d7d;
  border-radius: 100px;
}

.is-brightblue {
  color: #154889;
}

.is-brightgreen {
  color: #28713E;
}

.is-brightred {
  color: #C1121C;
}

.is-chartwellgreen {
  color: #8a9977;
}

.is-pink {
  color: #E1A6AD;
}

.is-yellow {
  color: #F0CA00;
}

.is-ral3004 {
  color: #701F29;
}

.is-ral5003 {
  color: #2A3756;
}

.is-ral7015 {
  color: #51565C;
}

.is-ral7016 {
  color: #373F43;
}

.is-ral7021 {
  color: #2E3234;
}

.is-ral7032 {
  color: #B9B9A8;
}

.is-ral9001 {
  color: #FDF4E3;
}

.is-ral9003 {
  color: #F4F4F4;
}

.is-ral9005 {
  color: #0A0A0A;
}

/* mobile */ @media only screen
and (min-device-width : 320px) and (max-device-width : 1024px) {
  .content {
    min-width: 320px;
  }

  .house {
    min-height: 317px;
  }

  .columns {
    margin-left: 0.75rem!important;
    margin-right: 0.75rem!important;
  }

  img {
    border-radius: 10px 10px 0 0!important;
    height: 100%!important;
  }

  .content-image {
    min-height: 250px;
    padding: 0!important;
  }

  .box {
    border-top: 0px;
    border-radius: 0!important;
    border-left: 1px solid #cbcbcb!important;
    background-color: #f8f8f8;
  }

  .content-text {
    padding-right: 0!important;
    font-size: 13px;
  }

  .button {
    font-size: 14px!important;
  }
}
