.rekvizity_title {
	font-weight: 900;
}

.des_transfer .title {
	font-weight: 900;
}

.rekvizity_org .titile_org{
	font-weight: 900;
}

.visa_title .visa_text{
	font-size: 20px;
    font-weight: 700;
}

.mastercard_title .mastercard_text{
	font-size: 20px;
    font-weight: 700;
}

.mir_title .mir_text{
	font-size: 20px;
    font-weight: 700;
}


.rekvizity_org .fackt_addres .fackt_addre_text{
	font-weight: 700;
}

.card {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
	justify-content: space-around !important;
}

@media screen and (min-width: 900px) {
  .card {
    gap: 20px;
	justify-content: start;
	}
}


.visa_title{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.mir_title{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.mastercard_title{
	display: flex;
    flex-direction: column;
    margin-top: 40px;
    align-items: center;
}

.mastercard_title .mastercard_ic{
	margin-bottom: 20px;
}

.des_transfer .title{
	font-weight: 900;
}