.container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-top: 20px;
    margin-bottom: 60px;
  }

  h4 {
    color: #333;
    background-color: azure;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 15px;
}

p {
    font-size: 1.4rem;
    margin-left: 15px;
    line-height: 1.6;
    color: #666;
}

.space{
    margin-top: 70px;
    margin-bottom: 70px;
}