HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-59-generic #61-Ubuntu SMP PREEMPT_DYNAMIC Fri Apr 11 23:16:11 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /opt/wpsites/imgs2024.org/scss/_inner-pages.scss
#section-cta{
	position: relative;
	.video{
		position: absolute;
		background: url("../images/about/bg-1.jpg");
		background-size: cover;
		left: 0px;
		top: 0px;
		width: 48%;
		height: 100%;

		a{
			display: block;
			position: absolute;
			width: 150px;
			height: 150px;
			text-align: center;
			background: #fff;
			border-radius: 100%;
			padding-top: 40px;
			font-size: 40px;
			margin: 0 auto;
			top: 50%;
			margin-top: -50px;
			left: 50%;
			margin-left: -50px;
			color: $primary-color;
			box-shadow:0px 16px 32px 0px rgba(188, 188, 188, 0.2);
		}
	}

}

.video-content{
	width: 100%;
	a.btn{
		margin-top: 10px;
	}
}



.cta-img {
	.img-2{
		position: absolute;
		left: -92px;
		width: 85%;
		text-align: 40%;
		top: 26%;
		border: 10px solid #fff;
	}
}

.cta-text{
	padding-right: 120px;

	h6{
		margin-bottom: 20px;
	}
}