.office-item {
	margin-bottom:48px;
}

.office_name {
	color:#000;
	/* Desktop_Heading/20_H3 */
	font-family: Montserrat-Bold;
	font-size: 20px;
	margin-bottom:24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
}

.play {
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.office-item, .office-item p {
	color: #000;
	/* Text_16/Regular */
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.office-item p {
	margin-bottom:16px;
}

.office-item strong {
	display: block;
	margin-bottom:16px;
	color:#000;
	/* Desktop_Heading/16_H4 */
	font-family: Montserrat-Bold;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
}

@media (min-width: 1500px) {
	.pl22 {
		padding-left:45px !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.office-item {
		margin-bottom:16px;
	}

	.office-item strong {
		margin-top:16px;
	}
}

@media (max-width: 767.98px) {
	.office-item {
		margin-bottom:24px;
	}

	.office_name {
		color:#000;
		/* Desktop_Heading/20_H3 */
		font-family: Montserrat-Bold;
		font-size: 14px;
		margin-bottom:8px;
		font-style: normal;
		font-weight: 700;
		line-height: 16px; /* 120% */
	}

	.play {
		width:100%;
		height:100%;
		position: absolute;
		left:0;
		top:0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.office-item, .office-item p {
		color: #000;
		/* Text_16/Regular */
		font-family: Roboto;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px; /* 150% */
	}

	.office-item p {
		margin-bottom:8px;
	}

	.office-item strong {
		display: block;
		margin-top:8px;
		margin-bottom:8px;
		color:#000;
		/* Desktop_Heading/16_H4 */
		font-family: Montserrat-Bold;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 16px; /* 150% */
	}

}