.tracking-detail {
    position: relative;
    width: 100%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
#tracking-history{
	h5, h6 , p {
		margin-bottom: 0.4rem;
		line-height: 1;
	}
}