/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {

	.key-desc {
	    font-size: 0.9em;
	    line-height: 1.5;
	    display: inherit;
	    min-height: 255px;
	}

	.key-desc {
    	font-size: 1em;
    }

    ul.key-list li {
	    margin-bottom: 10px;
	    font-size: 1em;
	}

	.btn-pradeo-lg .fa, .btn-card .fa, .btn-pradeo .fa {
	    float: right;
	    margin-top: 3px;
	}

	.btn-card{
      font-size: 1em;
    }

	section#use-case > div.row {
	    background-image: url(../img/pradeo/woman-delivery-tablet.jpg);
	    background-repeat: no-repeat;
	    background-position: bottom;
	    padding: 125px 0px 200px 0px;
	    background-size: cover;
	}

  nav{
    min-height: 42px !important;
  }

  .img-header{
    height: 18rem;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
