.clarifications{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 0px;
}

.containerClarifications{
    font-size: 12px;
    width: 70%;
    color: white;    
    background-image: linear-gradient(303deg, #ef9021 0%, #ef9021 100%);
    border-radius: 8px;
    padding: 20px;
}

@media (max-width: 496px) {
    .containerClarifications {
      width: 90%;
      font-size: 10px;
    }
  }