:root {
  --primary: #424C6F;
  --secondary: #f77e4b;
}

.soft-list {
  margin-top: 40px;
  display: flex;
  display: inline-flex;
}

.soft-sub-list {
  width: 500px;
  margin: 20px;
}

.soft {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 12px;
  background-color: white;
  border: 1px solid lightgray;
  min-height: 122px;
}

.soft:hover {
  border-color: var(--primary);
}

.screenshot {
  display: flex;
}

.content .soft-list .soft .screenshot {
  min-width: 190px;
}

.soft-text {
  margin-left: 20px;
  min-width: 268px;
}

.soft-title {
  display: flex;
  justify-content: space-between;
}

.soft-name {
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  background-image: none !important;
}

.soft-desc {
  text-align: left;
  font-style: italic;
  font-size: 14px;
  margin-top: 15px;
  line-height: 14px;
  font-family: "Montserrat", sans-serif;
  height: 50px;
}

.badge-list {
  display: flex;
  float: right;
}
.badge-list img {
  height: 30px;
}

.screenshot img {
  max-width: 190px;
  max-height: 113px;
}

:dir(rtl) .badge-list {
  display: flex;
  float: left;
}
:dir(rtl) .badge-list img {
  height: 30px;
}