.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
  }


  body{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
  }
  section{
    width: 1000px;
    height: 65vh;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    margin: 0px auto;
    padding: 1rem;
  }
  article{
    padding: 50px 10px 45px 10px;
    border: 0.5px dashed #c2c2c2;
  }
  .col-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
  label{
    width: 100%;
    margin-top: 10px;
    font-size: 0.8rem;
    font-weight: bold;
  }
  p{

    width: 100%;
    height: 15px;
    padding: 0.2rem;
    border: 1px solid gray;
    border-radius: 10px;
    margin: 0 ;
    font-size: 9px;
    text-align: center;
  }
  .icon-tittle{
    margin: 1rem 0;
  }
  select{
    width: 300px;
    text-align: center;
  }