.focus_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.img_round_hublot.focus_col_img {
	width: 50%;
	left: unset !important;
	right: 62% !important;
	width: 45vw !important;
	height: 45vw !important;
	background-size: auto 80% !important;
	background-position: 100% 0%;
	bottom: -20vw;
}

.img_round_hublot.focus_col_img::before {
	background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='50' fill='transparent'/><circle cx='50' cy='50' r='47' stroke='%231F4246' stroke-width='0.9' stroke-dasharray='0 5' stroke-linecap='round' fill='transparent'/></svg>");
	transform: rotate(180deg)
}

.focus_col_content {
	width: 50%;
}

.focus_content {
	margin-top: 50px;
}

@media screen and (max-width: 1300px) {

	.img_round_hublot.focus_col_img::before {
		background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='50' fill='transparent'/><circle cx='50' cy='50' r='47' stroke='%231F4246' stroke-width='1.1' stroke-dasharray='0 6' stroke-linecap='round' fill='transparent'/></svg>");
	}

}

@media screen and (max-width: 981px) {

	.focus_col_img.img_round_hublot {
		right: 70% !important;
	}

	.focus_col_content {
		width: 60%;
	
	}

	.img_round_hublot.focus_col_img::before {
		background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='50' fill='transparent'/><circle cx='50' cy='50' r='47' stroke='%231F4246' stroke-width='1.3' stroke-dasharray='0 7' stroke-linecap='round' fill='transparent'/></svg>");
	}

}

@media screen and (max-width: 767px) {

	.focus_col_content {
		width: 100%;
		padding-bottom: 250px;
	}

	.focus_col_img.img_round_hublot {
		top: calc(100% - 240px);
		bottom: unset;
		right: -7vw !important;
		width: 70vw !important;
		height: 70vw !important;
	}

	.img_round_hublot.focus_col_img::before {
		transform: rotate(0deg);
	}

	.img_round_hublot.focus_col_img::before {
		background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='50' fill='transparent'/><circle cx='50' cy='50' r='47' stroke='%231F4246' stroke-width='1.5' stroke-dasharray='0 8' stroke-linecap='round' fill='transparent'/></svg>");
	}

}

@media screen and (max-width: 480px) {

	.focus_col_img.img_round_hublot {
		top: calc(100% - 200px);
		width: 95vw !important;
		height: 95vw !important;
		right: -13vw !important;
		background-size: cover !important;
	}

}