.breadcrumb-item+.breadcrumb-item::before {
    content: url('../images/Divider-Icon.svg') !important;
    margin-top: -2px;
}


@media screen and (max-width:768px) {
    .breadcrumb-item+.breadcrumb-item::before {
        margin-top: 0px;
    }
	.getintouch p br {
    	display: none;
	}
/* 	.home-learning-main{
		padding: 40px 0px !important;
	} */
	.home-learning-image.text-center {
   		 padding-bottom: 40px;
	}

	.home-learning img {
		margin-top: 0px;
	}
	.home-softwaresuite-card-item-content p {
    	line-height: 26px !important;
	}
	
	 .spec-table,
    .spec-table tbody {
        display: block;
        width: 100%;
    }

    .spec-table tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 10px 0;
    }

    .spec-table tr:first-child {
        display: flex;
        border-bottom: none;
        padding-bottom: 0;
        flex-wrap: wrap;
    }
	.home-learning-main .tabs-divider {
		border-top: 0px;
		margin-top: 0px;
	}

    .spec-table th.spec-title {
        font-size: 18px;
        width: 100%;
        padding-bottom: 12px;
        border-bottom: 1px solid #ccc;
        padding-left: 0px;
    }

    .spec-table tr:first-child td:nth-child(2) {
        width: 49%;
    }

    .spec-table tr:first-child td:nth-child(3) {
        width: 48%;
    }

    .spec-table .spec-name {
        padding-left: 0px;
    }

    .spec-section+.spec-section {
        border-top: 0px;
        margin-top: 20px;
        padding-top: 0px;
    }
}
