.labEquipmentSection{display:block;position:relative}
.labEquipmentSection p{margin:0 auto;color:#666;max-width:1020px;text-align:center; display:block; }
.labEquipmentSection p + p{margin-top:20px;}
.productSection{display:block;position:relative}
.productSection:nth-child(even){background:#F4F6F8}
.productSection .headingSection h2{color:#2B5BA7}
.productSection .headingSection span{color:#666;max-width:1170px}
.productBox{margin-top:35px;display:flex;gap:15px;flex-wrap:wrap;position:relative}
.productCard{display:flex;flex-direction:column;border-radius:30px;border:solid 1px #2d385e1c;background:#F4F6F8;width:300px;overflow:hidden}
.productCard figure{padding:20px;height:300px;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}
.productCard figure img{border-radius:30px;overflow:hidden}
.productCard .details{padding:20px;display:flex;flex-direction:column}
.productCard .details p{min-height:55px}
.productCard .details .btn{width:fit-content}
@media screen and (max-width:1024px) {
.productSection .headingSection{text-align:left}
.productSection .headingSection span{width:100%}
}
@media screen and (max-width:540px) {
.productSection .headingSection h2 br{display:none}
.productCard{border-radius:15px;}
}