.inspirationBlock{
  width: 100%;
  align-items: center;
  margin-top: 30px;
}

.inspirationBlock .title, .inspirationBlock .description{
  
}

.inspirationBlock .title{
  font-size: 2em;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  width: 65%;
  text-align: center;
  color: #0c213c;
}

.inspirationBlock .description {
  font-size: 1.5em;
  display: block;
  margin: 0 auto;
  width: 60%;
}

.contentBoxBlock{
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.contentBoxBlock .contentBox{
  margin: 30px 30px 30px 30px;
  background-color: rgb(245, 245, 245);
  padding: 30px;
  border: 1px solid rgb(57, 57, 57);
  border-radius: 30px 30px 30px 30px;
  box-shadow: 2px 1px 0px rgb(170, 170, 170);
}

.contentBoxBlock .contentBox .title{
  font-weight: bold;
  font-size: 1.5em;
  width: 100%;
  color: rgb(84, 9, 84);
}

.contentBoxBlock .contentBox .content {
  font-size: 1.25em;
}

.row{
  width: 100%;
}
