@media only screen and (max-width:767px) {
	.partner_left img {
		position: absolute;
		right: 0;
		width: 150px
	}

	.partner_right {
		position: absolute;
		bottom: 10px;
		width: 150px
	}

	.partner_with_content {
		background-color: var(--blue);
		padding: 20px 20px;
		border-radius: 10px;
		position: relative
	}

	.btn.btn-join {
		background-color: var(--white);
		color: var(--blue);
		padding: 10px 50px;
		font-family: 'OpenSans-SemiBold'
	}

	.partner_leaf img {
		position: absolute;
		bottom: 60px;
		width: 250px
	}

	.partner_circle {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 250px
	}
}