/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
/*.btn--solid {
    border-radius: 25px;
}*/
.btn {
  border-radius: 25px; }

.div-casillas {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  border-radius: 25px;
  background-color: #f5f5f5; }
  .div-casillas .col-md-3 {
    display: flex;
    position: relative;
    flex-direction: column; }
    .div-casillas .col-md-3 > div {
      margin-bottom: 1em; }
    .div-casillas .col-md-3 p {
      line-height: 1.5; }
    @media (min-width: 768px) {
      .div-casillas .col-md-3:not(:last-child)::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 90%;
        top: 5%;
        right: 0;
        background-color: #000; } }
  .div-casillas a.btn {
    margin-top: auto; }
