/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

body {
	font-family: Montserrat;
}

.team-member, .cut-angles {
  clip-path: polygon(0 40px,40px 0,100% 0,100% calc(100% - 40px),calc(100% - 40px) 100%,0 100%);
}

.team-member .wpr-flip-box-description {
	padding-left: 10px;
	padding-right: 10px;
}

.partners .elementor-widget-image a {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.team-member, .cut-angles {
		clip-path: polygon(0 20px,20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%);
	}
}