.section-help * {margin: 0;padding: 0;}.section-help {box-sizing: border-box;max-width: 100%;margin: auto;padding-bottom: 30px;}.section-help .title-help {color: #00234F;text-align: center;padding: 30px;font-weight: 900;font-size: 1.75rem;}.section-help .container-item-help {display: flex;justify-content: space-evenly;padding: 0 60px;column-gap: 20px;row-gap: 20px;}.section-help .container-item-help .item-help {max-width: calc( 100%/4 );display: flex;align-items: center;flex-direction: column;row-gap: 20px;justify-content: space-between;}.section-help .container-item-help .item-help p {color: #00234F;text-align: center;font-size: 20px;}.section-help .container-item-help .item-help img{width: 100%;max-width: 100px;}@media (max-width:768px) {.section-help .container-item-help {flex-wrap: wrap;justify-content: space-between;}.section-help .container-item-help .item-help {max-width: calc(50% - 30px);width: 100%;}.section-help .title-help {font-size: 1.5rem;}.section-help .container-item-help .item-help img {max-width: 50px;}}@media (max-width: 500px) {.section-help .title-help {font-size: 16px;letter-spacing: 0;}.section-help .container-item-help {padding: 0 40px;}.section-help .container-item-help .item-help {row-gap: 10px;}.section-help .container-item-help .item-help p {font-size: 16px;line-height: 20px;}}