HEX
Server: Apache
System: Linux b5.s-host.com.ua 4.18.0-305.10.2.el7.x86_64 #1 SMP Fri Jul 23 21:00:55 UTC 2021 x86_64
User: unelbhzm (1470)
PHP: 8.0.18
Disabled: NONE
Upload Files
File: /sites/nuofama.com/wp-content/themes/blocksy/admin/dashboard/static/sass/support-container.scss
#ct-dashboard {

	.ct-cta-container,
	.ct-support-container {
		text-align: center;
		border-radius: 3px;
		background: #f5f7f9;

		@media (max-width: 782px) {
			padding: 10%;
		}

		@media (min-width: 783px) {
			padding: 50px;
		}

		h2 {
			margin-top: 0;
		}

		p {
			display: block;
			max-width: 600px;
			text-align: center;
			margin: 0 auto 30px auto !important;
		}

		[class*="ct-button"] {
			--buttonHeight: 42px;
			--buttonPadding: 20px;
			--buttonFontSize: 14px;

			&:not(:last-child) {
				// margin-right: 20px;
				margin-inline-end: 20px;
			}
		}
	}

	.ct-support-container {
		margin-top: 100px;
	}

	.ct-cta-container {
		margin-top: 50px;

		b {
			font-weight: 800;
		}
	}
}