.block-dev {
    background: #1F235A;
    border-radius: 12px 12px 12px 12px;
    margin-bottom: 20px;
    color: #fff;
	padding: 23px 10px 10px 26px;
`}
.feature-block-bck{
	background: #F3F3F3;
}
.block-dev:hover {
    background: #EC963F;
    color: #222A41;
}
.blk-fet-hed{
	color: #fff !important;
}
.block-dev:hover .blk-fet-hed {
    color: #222A41 !important;
}
.benefit-blk-box.last,
.benefit-blk-box {
    height: 100%;
    padding: 24px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgb(28 89 189 / 29%);
    transition: all .3s ease;
}
.benefit-blk-box.last {
    border: none;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
}
.benefit-blk-box:hover {
    background: #6FA0FF4A;
}
.section-blockchain-benefit{
	background: url(../images/blockchain-images/benefites-bg.png) #1F235A;
    background-repeat: round;
    background-size: contain;
}