#dgo-delivery-access p {
    margin-bottom: 0;
    font-size: 0.8rem;
}

#dgo-delivery-access label{
    color: rgb(26, 26, 26);
    cursor: pointer;
    
}

#dgo-delivery-access .dgo-delivery-access-title{
color: #253081;
font-size: 1.1rem;
max-width: 190px;
    display: flex;
    margin-bottom:10px;
    justify-content: center;
    min-height: 41px;
}

#dgo-delivery-access input{
    width: 26px;
        height: 26px;
}

#dgo-delivery-access {
    justify-content: space-between;
  }

  #dgo-delivery-access .form-check-inline{
    margin-right: 0;
  }

@media only screen and (max-width: 537px) {
    #dgo-delivery-access {
      justify-content: center;
    }
  }