.c_card{
  border-radius: 0.9375rem;
    border: 1px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}
.suport{
  border-radius: 0.625rem;
  border: 1px solid #EAEAEA;
  background: #FFF;
  padding: 0.375rem 0.8125rem;
  margin-bottom: 3.76rem;

}
.w-fit{
  width: fit-content;
}
.tv{
  margin-bottom: 2rem;
}
.p-not{
  color: var(--Neutral-Neutral-100, #E6E6E6);
text-align: center;
font-size: 1.125rem;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.4725rem;
}
.p-ya{
  color: #000;
text-align: center;
/* H3 */
font-size: 2.25rem;
font-style: normal;
font-weight: 800;
line-height: 180%
}
.dash-1:hover{
  background: #0b5ed7 !important;
}
.dash-1{
  border-radius: 0.625rem;
border: 1px solid var(--Neutral-Neutral-100, #E6E6E6);
background: #FFF;
/* Box Shadow/shadow-sm */
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
padding: 0.5625rem 3rem;
margin-bottom: 0.7rem;
}
.dash{
  border-radius: 0.625rem;
border: 1px solid var(--Neutral-Neutral-100, #E6E6E6);
background: #FFF;
/* Box Shadow/shadow-sm */
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
padding: 0.5625rem 3.66rem;
margin-bottom: 11.12rem;
}
.bg-5d2{
  background: #5D2FFB !important;
}
@media (max-width:575px){
  .dash{
    margin-bottom: 11.12rem;
margin-bottom: 0.6rem;
  }
  .tv{
    margin-top: 3rem;
  }
  .p-ya{
    font-size: 1.5rem;
  }
}