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/_feature.scss
#section-feature{
	background: rgba(255, 0, 122,.04);

	h2{
		span{
			display: block;
		}
	}
}
.feature-wrap{
	position:relative;
}

.feature-box{
	i{
		font-size:62px;
		padding-top: 4px;
		color:$white;
		background: $primary-color;
		width:120px;
		height:120px;
		text-align: center;
		display:inline-block;
		border-radius:100%;

	}

	h4{
		line-height:32px;
		margin-top:25px;
		font-weight: 500;
	}
}