h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

h3 {
    margin-top: 40px;
    font-size: 22px;
}

p {
    line-height: 1.7;
    margin-bottom: 15px;
}
strong {
    font-weight: 600;
}
.ptop{
  margin-top: 10px
}

.cardCustom{
  background-color: white;
  box-shadow: 0px 10px 11px -3px rgba(0,0,0,0.1);
  margin-top: 20px
}
.containeElement{
  margin-left: 20px
}