.brnd-home_resources {
  position: relative;
  width: 95%;
  max-width: 1270px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.brnd-home_resource {
  width: 305px;
  height: 120px;
  position: relative;
  margin-bottom: 16px;
  background: white;
}

.brnd-home_resource-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.brnd-home_resource-title {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.brnd-home_resource-arrow {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 16px;
  width: 21px;
}
@media screen and (min-width: 635px) and (max-width: 1300px) {
  .brnd-home_resources {
    width: 621px;
  }
}
@media screen and (max-width: 634px) {
  .brnd-home_resource {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .brnd-home_resources {
    width: 305px;
  }
}
