.gray-bg{
  background-color:#F7F7F7;
}
.container-story{
  padding:64px 32px;
}
.container-card{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story-card{
  height:auto;
  margin-right:0px;
  margin-bottom:32px;
}

.story-card-img{
  width:100%;
  margin-bottom:16px;
}

.story-card-logo{
  max-width: 150px;
}

.container-story-title{
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  margin-bottom:32px;
  text-align:center
}

.story-card-title{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  margin-top:32px;
  margin-bottom:20px;
}
.story-card-paragraph{
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #888888;
  margin-bottom:32px;
}
.btn-story {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: 'Inter';
  font-size: 15px;
  text-decoration: none;
  padding: 15px 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s;
  cursor:pointer;
}
.btn-story.blue {
  background-color: #27ADD9;
  color: #fff;
}
.btn-story.blue:hover {
  background-color: #308FC5;
}

@media (min-width: 80em) {
  .container-story{
    width:1280px;
    margin: 0 auto;
    background-color:#F7F7F7;
    padding: 64px;  
  }
  .container-card{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
  .story-card{
    width:368px;
    height:auto;
    padding:32px 0px;
    margin: 0px 32px 0px 0px;
  }
  }
  .story-card{
    height:auto;
    margin-right:16px;
  }
}