.main {
    max-width: var(--1140-px);
}

body {
	background: url(images/desktop/bg.png);
	background-position: top;
    background-size: cover;
}

#menu {
    z-index: 1000;
}

.section1 {
	display: flex;
    gap: var(--40-px);
    padding: var(--20-px);
	background-color: #fff;
}

.section1 .col1 {
	display: flex;
    flex-direction: column;
    gap: var(--90-px);
}

.section1 .col1 .row1 {
	display: flex;
    flex-direction: column;
    gap: var(--25-px);
}

.section1 .col2 {
	display: flex;
    flex-direction: column;
    gap: var(--20-px);
}

