.cust-main-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding-bottom: 80px;padding-top: 20px;
}

	.cust-single-list{
	border: 1px solid rgb(200 44 40);
	padding: 30px !important;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	gap: 20px;
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease,
		background 0.35s ease,
		border-color 0.35s ease;
	width: 100%;
	max-width: 32%;
	height: -webkit-fill-available;
}

/* HOVER EFFECT */
.row-number-67 .row-fluid>.dnd-column:hover,
.cust-single-list:hover{
	transform: translateY(-8px);
	background: rgba(200, 44, 40, 0.06);
	border-color: rgb(200 44 40);
	box-shadow:
		0 20px 40px rgba(0, 0, 0, 0.25),
		0 0 0 1px rgba(200, 44, 40, 0.35);
}

.cust-single-list img {
    width: 40px;
    height: 35px;
}

.cust-single-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: #fff;
    font-size: 22px;
}
@media only screen and (max-width: 992px) {
.cust-single-list{
	
	max-width: 48%;
}


}
@media only screen and (max-width: 768px) {


/* .cust-single-list{
	
	max-width: 100%;
}
  .cust-single-list a{
  flex-direction: column;}
} */

/* 23/01/2026 CSS Start */

@media only screen and (max-width: 768px) {
.cust-main-list .cust-single-list {
    width: 47% !important;
    padding: 12px !important;
}
.cust-main-list .cust-single-list a {
    flex-direction: row !important;
    justify-content: normal !important;
    column-gap: 12px !important;
}
.cust-main-list .cust-single-list a .hs_cos_wrapper {
    font-size: 14px !important;
}
.cust-main-list .cust-single-list a img {
    height: 22px !important;
    width: 22px !important;
}
}
@media only screen and (max-width: 425px) {
.cust-main-list .cust-single-list a .hs_cos_wrapper {
            font-size: 12px !important;
        }
}

