HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-83-generic #83-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 5 21:46:54 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //opt/wpsites/imgs2024.org/scss/_call-to-action.scss
#ct-action{
	background: url("../images/bg/cta-bg.jpg")fixed 50% 50%;
	background-size: cover;
	padding: 120px 0px;
	position: relative;

	h2{
		font-size: 43px;
		color: $white;
		font-family: $lg-font;
		text-transform: uppercase;
	}
	p{
		margin: 20px 0px 30px;
		color: $gray-light;
	}

	&:before{
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.8);
		width: 100%;
		height: 100%;
		content: '';
	}
}