.content__main {
    display: flex;
    padding: 12px;
    background-color: #ffffff;
}

.headline {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    padding-top: 2rem;
}

.company-section {
    background-color: #000000;
    color: white;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.company-section-text {
    margin-left: auto;
    margin-right: auto;
}

.company-section a {
    color: white;
}

.company-section p {
    padding-top: 1ch;
}

.content__section {
    width: 100%;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.content__element {
    background-color: rgb(249, 249, 249);
    height: 540px;
    text-align: center;
}

.content-image {
    padding-top: 2rem;
    background-color: transparent;
    height: 400px;
    width: 400px;
    object-fit: scale-down;
}

.headline {
    text-align: center;
    font-size: 40px;
}

.subheadline {
    text-align: center;
    font-size: 21px;
}

.company-text-sub {
    line-height: 30px;
}

.goto-gemstones {
    text-align: center;
    font-size: 48px;
    margin-top: 10%;
    color: #1e40af;
}

@media (min-width: 768px) {
    .content__section {
        grid-template-columns: 1fr 1fr;
    }
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}