//css image box

.ova-image-box {
	display: flex;
	align-items: center;
	background-color: #2c2734;
	max-width: 420px;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 33px 50px 30px;

	.image-box-icon {
		span {
			font-size: 65px;
			line-height: 65px;
			color: #ff6d12;
		}
	}

	.image-box-price {

		.counter {
			margin: 0;
			color: #fff;
		    font-size: 46px;
		    line-height: 48px;
		    font-weight: 400;
		    margin-left: 30px;
		}
		.title {
			color: #b5b1bc;
		    margin: 0;
		    line-height: 24px;
		    margin-left: 30px;
		}
	}
}