.resources-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.resource-container {
  width: 300px;
  text-align: center;
  margin-bottom: 40px;
}

img,
video {
  width: 200px;
  height: 200px;
}
