.text-background .text-background__main {
  padding: 30px 60px;
  border-radius: 25px;
}
@media only screen and (max-width: 768px) {
  .text-background .text-background__main {
    padding: 30px 20px;
  }
}
.text-background .text-background__main .text-background__text :first-child {
  margin-top: 0;
}
.text-background .text-background__main .text-background__text :last-child {
  margin-bottom: 0;
}
.grid .text-background .text-background__main {
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .grid .text-background .text-background__main {
    padding: 30px 20px;
  }
}