#home-sell-and-trade-my-bag {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.card-small__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-small {
  display: inline-block;
  width: 100%;
  height: 158px;
  overflow: hidden;
  color: #fff;
  margin-top: 20px;
}
.card-small .card-small--inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
  height: 100%;
}
.card-small .card-small--inner__content {
  z-index: 4;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.card-small .content--title {
  font-family: 'Taviraj-Light';
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 6px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.card-small .content--description {
  font-family: 'DBHelvethaicaX-Light';
  font-size: 18px;
  line-height: 20px;
  max-width: 320px;
  margin: 0 auto 10px;
  padding: 0 25px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.card-small .content--link {
  font-family: 'DBHelvethaicaX-Medium';
  text-decoration: none;
  color: inherit;
  font-size: 0;
}
.card-small .content--link > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 26px;
}
.card-small .content--link > [class^="porto-icon-"] {
  font-size: 16px;
  line-height: 15px;
}
.card-small .content--link--text {
  position: relative;
}
.card-small .content--link--text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card-small .content--link--text:hover::before,
.card-small .content--link--text:visited::before,
.card-small .content--link--text:active::before {
  width: 100%;
}
.card-small .card-small--inner__image {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.card-small .backgound--wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.card-small .backgound--wrapper::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.card-small .backgound--wrapper .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .card-small__container {
    flex-direction: row;
    margin-left: -20px;
  }
  .card-small {
    margin-top: 40px;
    margin-left: 20px;
    height: 260px;
  }
  .card-small .card-small--inner {
    padding: 45px 20px;
  }
  .card-small .content--title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }
  .card-small .content--description {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 36px;
    padding: 0 10px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }
  .card-small .content--link > * {
    font-size: 22px;
  }
}
