.sns-icon {
    width: 32px;
    height: 32px;
    margin: auto;
}

.trim {
    position:relative;
    overflow: hidden;
    width:240px;
    height:240px;
    border-radius:50%;
    margin: auto;
    margin-bottom: 8px;
}

.trim img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height:100%;
}

.licence-trim {
    position:relative;
    overflow: hidden;
    width:240px;
    height:341px;
    margin: auto;
    margin-bottom: 8px;
}

.licence-trim img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height:100%;
}

table tr{
    background-image: linear-gradient(40deg, #37b16a 0%, #02765d 74%);
  }

  table tr:last-child *{
    border-bottom: none;
  }

  .kaushan-script-regular {
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
  }
  

.agency-kanban-trim {
    position:relative;
    overflow: hidden;
    width:320px;
    height:87px;
    margin: auto;
    margin-bottom: 8px;
}

.agency-kanban-trim img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height:100%;
}

.important {
  color: #e74c3c;
  font-weight: bold;
}