/*SLIDER BLOCK*/

	.member-profile-block {
		position: relative;
	}

	/*FIX BLOCK PREVIEW*/

		.acf-block-preview .member-profile-block {
			min-height: 200px;
		}

		.user-certifications {
			font-family: "CopyFont", sans-serif;
			font-size: var(--copy-size);
		}

		.user-certifications-header {
			margin-bottom: 25px;
		}

		.user-certifications-holder {
			width: 33.333%;
		}

		.certification {
			padding: 15px;
		}

		.certification:nth-of-type(odd) {
			background-color: #FFFFFF;
		}

		.certification:nth-of-type(even) {
			background-color: #EDEDED;
		}

		.certification-total {
			margin-top: 25px;
		}

/*MEDIA QUERIES*/

    @media (max-width: 1400px) {



    }

    @media (max-width: 1200px) {



    }

    @media (max-width: 800px) {


    }