  .btn {
        color: #000;
		font-size:18px;
        text-decoration: none;        
        text-transform: uppercase;
        font-family: calibri;
        border-radius: 3px;
        border: 2px solid #0068b3;
        padding: 5px 15px;
		margin:5px 0 10px;
        box-shadow: .9px 1px 0 0 #0068b3, 1.5px 2px 0 0 #0068b3, 2.5px 3px 0 0 #0068b3, 3.5px 4px 0 0 #0068b3, 4.5px 5px 0 0 #0068b3, 5.5px 6px 0 0 #0068b3;
        position: relative;
        inset: 0;
        cursor: pointer;
        transform: rotateX(0), rotateY(0) rotateZ(0);
        display: inline-block;
        outline: 2px dashed transparent;
        transition: all 600ms ease;
    }

    .btn:hover {
        inset: 6px 0 5.5px 0;
        transform: rotateX(5deg) rotateY(3deg) rotateZ(.25deg);
        box-shadow: none;
    }
	
	@media (min-width: 1100px) {
	.row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: auto;
  }
		
	}