

#bloqueClaim{
    width: 100%;
    padding: 50px 0px;
    background: linear-gradient(
    to bottom,
     hsl(0, 0%, 100%) 0%,
    #ffffff 50%,
    #88bfe1 50%,
    #88bfe1 100%
  /*   #E3EDF3  40%,
     #E3EDF3  100% */
  );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.claim{
    font-size: 3.5rem;
    font-weight: 300;
    margin: 0px;
    line-height: 1;
  color: black;
  
}


@media (max-width: 1450px) {
    
.claim{
    font-size: 3rem;
    font-style: 700;
  
}
}

@media (max-width: 1200px) {
    
.claim{
    font-size: 2.5rem;
    font-style: 700;
  
}
}

