	.rs-file-requirements-container {
		margin-bottom: 40px;
	}

	.files-row {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}

	.wp-block-file {
		margin: 0;
	}

	.wp-block-file a {
		color: #777777;
		font-size: 16px;

	}

	.files-row .widget_block {
		flex: 1;
	}


	@media (max-width: 768px) {
		.files-row {
			flex-direction: column;
		}

		.widget.widget_block {
			text-align: center !important;
		}

		.rs-file-requirements-container {
			margin: -70px 0 0 20px;
		}
	}