无论您希望进行并购、业务多元化、融资、重组,还是拓展运营,Moore 成员所具备的专业咨询能力,均能为您在本地及全球市场中提供有力支持。
在企业发展的各个阶段,您将面临塑造组织并推动未来价值的关键事件。通过洞察新兴趋势与机遇,我们的成员公司将助您重新定义竞争策略,在日益颠覆的环境中保持领先
聪明的企业不仅管理网络风险,更将其转化为市场竞争优势。仅依靠密码和防火墙的时代早已过去,企业需要以更全面的安全策略应对数字化挑战。
企业金融涉及对数字的深入分析,无论是估值、尽职调查,还是财务报表的编制。Moore Global Network成员公司不仅关注数字本身,更深入理解交易的核心价值驱动因素,从而为您的组织规划最佳成果。
金融服务行业复杂且受高度监管。企业不仅需要应对各类监管要求,还需管理业务风险、遵守道德规范,并适应技术变革带来的挑战。
法律挑战形式多样。当这些挑战需要通过诉讼解决时,您需要高效的支持,以保障您的利益。
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";
.block-two-column {
padding: 40px 0 20px;
.single-firm & {
padding-bottom: rem-calc(30);
}
@include bp($md) {
padding: 0;
}
.content-offset-right {
@include bp($md) {
padding-right: 0;
}
@include bp($lg) {
padding-right: calc(8.33333% + 24px);
}
}
img {
width: 100%;
}
&__content {
color: var(--text-color);
p:last-of-type {
margin-bottom: 0;
}
}
&__list {
&-content {
margin-bottom: rem-calc(40);
}
&-heading {
margin-bottom: 8px;
font-size: $body-large;
font-weight: 500;
}
li {
p:last-of-type {
margin-bottom: 0;
}
}
ul:first-of-type,
ol:first-of-type {
margin-top: 0;
li:first-of-type {
margin-top: 0;
}
}
> p + ul:first-of-type,
> p + ol:first-of-type {
margin-top: 1rem;
li:first-of-type {
margin-top: $grid-gutter-width;
}
}
}
&__content, &__list, &__image-container {
&.position-sticky {
top: calc(var(--site-header-height) + 1rem);
}
}
&__content,
&__image,
&__list {
padding: 12px 0;
@include bp($md) {
padding: rem-calc(40) 1rem;
}
@include bp($lg) {
padding: rem-calc(80) 0 rem-calc(60) 0;
}
}
}
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "strategiq/two-column",
"title": "Two Column",
"description": "Example block to be used as a template",
"category": "strategiq",
"icon": "strategiq",
"acf": {
"mode": "edit",
"renderTemplate": "block-two-column.php"
},
"supports": {
"anchor": true,
"align": false,
"color": {
"background": false,
"text": false,
"gradients": false
},
"spacing": {
"padding": [
"top",
"bottom"
],
"margin": [
"top",
"bottom"
]
}
},
"example": {
"attributes": {
"mode": "preview",
"data": {
"heading_type": "h2",
"heading_text": "Example - Two Column",
"content": "This is some example content to represent what the content will look like"
}
}
},
"style": ["file:../../assets/css/two-column/block-two-column.css"]
}