/* ---------------------
   Customer Service Pages
   --------------------- */

.content-asset-info:hover .hovered-content {
    width: 100%; 
}
@media (min-width: 768px) {
    .customer-service .content-asset-info:nth-child(3n) {
        margin: 0 0 18px 0;
    }
    .customer-service .content-asset-info {
        width: calc(33.33% - 12px);
        margin: 0;
        margin-right: 18px;
    }
    .customer-service .content-asset-info:hover .hovered-content ul {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    .customer-service .content-asset-info:hover .hovered-content .hovered-text {
        display: block;
        margin: 0 auto;
        position: relative;
    }
}