.tawson {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.tawson--large {
  margin-bottom: 20px;
}
@media screen and (max-width: 766px) {
  .tawson--large {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 767px) {
  .tawson--large > a:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 766px) {
  .tawson--large > a:first-child {
    margin-bottom: 10px;
  }
}
.tawson--large > a {
  width: calc(50% - 10px);
}
@media screen and (max-width: 766px) {
  .tawson--large > a {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .tawson--small > a {
    margin-right: 20px;
    width: calc(25% - 15px);
    margin-bottom: 20px;
  }
  .tawson--small > a:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 959px) {
  .tawson--small > a {
    margin-right: 20px;
    width: calc(33.3333333333% - 13.3333333333px);
    margin-bottom: 20px;
  }
  .tawson--small > a:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 766px) {
  .tawson--small > a {
    margin-right: 10px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .tawson--small > a:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 374px) {
  .tawson--small > a {
    margin-right: 10px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .tawson--small > a:nth-child(2n) {
    margin-right: 0;
  }
}
.tawson__cards {
  display: block;
  background: white;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.77, 0.09, 0.26, 0.9);
}
.tawson__cards:hover {
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.18);
  background-color: #fff4ea;
}
.tawson__cards__banner {
  background: #aaa;
  padding-top: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tawson__cards__texts {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 14px;
}
.tawson__cards__texts li {
  white-space: normal;
  word-break: break-all;
  line-height: 1.2;
}
.tawson__cards__texts__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
  color: #ff7600;
  opacity: 0.65;
}
@media screen and (max-width: 766px) {
  .tawson__cards__texts__title {
    font-size: 14px;
  }
}
.tawson__cards__texts__text {
  font-size: 14px;
  opacity: 0.8;
}
@media screen and (max-width: 766px) {
  .tawson__cards__texts__text {
    font-size: 12px;
  }
}

/*# sourceMappingURL=/index.css.map */