.phone-qr-block {
    display: flex;
    background: #F8F9FA;
    padding: 10px 20px;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    justify-content: space-between;
	margin-bottom: 20px;
}
.phone-qr-block-text{
	display: flex;
	flex-direction: column;
}
.phone-qr-block-text a{
	color: #595B63;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}
.phone-qr-block-text span{
	color: #A0A7AE;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.phone-qr-block-img img{
	max-width: 83px;
	max-height: 83px;
}