#our-prod-sec{
	transition: .5s all;
	position: relative;
	padding: 50px 0;
}
#our-prod-sec .sec-title,
#our-prod-sec .sec-desc {
	display: block;
	text-align: center;
}
#our-prod-sec .sec-desc {
    max-width: 751px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
}
.our-prod-sec__icons span.name {
    color: #1A2951;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.our-prod-sec__icons img {
    width: 35px;
    height: 35px;
    aspect-ratio: 1 / 1;
}
.our-prod-sec__icon-block {
    display: flex;
    gap: 10px;
	color: #000;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 30px;
}
.our-prod-sec__btn-col {
    display: flex;
    align-content: center;
    justify-content: center;
}
