.gb-container-f1cca632 {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background-color: var(--accent-2);
    margin-top: -46px;
}

.gb-container-f1cca632::before {
    content: "";
    background-image: url(https://amlakniatous.com/wp-content/uploads/2026/02/ax2.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.2;
    pointer-events: none;
}

.gb-container-f1cca632>.gb-inside-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 260px 30px 100px;
    position: relative;
    z-index: 1;
}

h1.gb-headline-e221b62d {
    color: var(--base-3);
    letter-spacing: 0em;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--accent);
    display: inline-block;
}