Код:
/* БАНК
-------------------------------------------------------------*/

.fframeblock {
	display: block;
	width: 570px;
	margin: 15px auto;
	padding: 20px !important;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.5), inset 0 0 10px 2px rgba(255,255,255,.2), inset 0 0 5px #000;
	background: var(--midgreen);
}

.fframeblock p {padding: 0 !important}

.fframeinner {
	position: relative;
	background: var(--lightsand);
	border-radius: 15px;
	box-shadow: 0 0 10px 2px #000, inset 0 0 25px var(--darksand), inset 0 0 100px 20px var(--sandy);
	box-sizing: border-box;
	padding: 15px 20px;
	height: 100%;
	font: normal 12px/16px sans-serif;
}

.fbankinner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fbankinner::after {
	content: '';
	background: url(https://forumstatic.ru/files/0017/ac/82/58051.png) no-repeat bottom center;
	position: absolute;
	bottom: 15px;
	left: 20px;
	display: block;
	width: 100px;
	height: 126px;
}

.bankcol {
	margin: 0;
	display: block;
	width: 49%;
}

.bankcol span {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	color: var(--midgreen);
	font: 500 16px/20px oswald, sans-serif;
	text-transform: uppercase;
}

.colinner {
	overflow: auto;
	display: block;
	width: 100%;
	scrollbar-width: thin;
}

.bankcode {
  display: flex;
  width: 420px;
  margin-left: 110px;
  height: 130px
}

.bankcode .code-box {
  margin: auto !important;
  width: 70%;
}

в стиль 1