.contact-card-sales{color:var(--eb-color-text-060);display:flex;flex-direction:column;background-color:var(--eb-color-straight-white);margin-bottom:1rem;height:calc(100% - 1rem);border:1px solid var(--eb-color-background-015);border-radius:var(--eb-border-radius);box-shadow:0 5px 15px 0 rgba(0,75,135,0.20);transition:border-color 0.2s ease-in-out,box-shadow 0.2s ease-in-out}.contact-card-sales:hover{border-color:var(--eb-color-background-040)}.contact-card-sales-content{padding:20px}.contact-card-sales-content .btn{font-size:1.6rem;min-width:10px;width:100%}.contact-card-sales-content .btn,.contact-card-sales-content .btn i{margin:0}