body {
    margin: 0;
}

.homepage img {
    object-fit: contain;
}

.homepage-crypto-wrapper {
    position: relative;
    background: url(../images/homepage-banner.png) no-repeat left bottom / auto 616px;
}

.homepage-crypto-inner {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 616px;
    color: var(--color-text-1);
}

.homepage-crypto-title {
    font-size: var(--font-h1);
    line-height: 1.2;
    font-weight: 700;
}

.homepage-crypto-description {
    margin-top: 8px;
    font-size: var(--font-body);
    font-weight: 500;
    line-height: 1.5;
}

.homepage-crypto-image {
    position: absolute;
    right: -104.33px;
    top: 0;
}

.homepage-contact-wrapper {
    background-color: var(--color-bg-3);
}

.homepage-contact-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 82px;
    font-weight: 500;
}

.homepage-contact-text {
    text-align: right;
    color: var(--color-text-1);
    line-height: 1.171875;
}

.homepage-contact-text .homepage-contact-title {
    font-size: var(--font-h3);
}

.homepage-contact-text .homepage-contact-description {
    margin-top: 8px;
    font-size: var(--font-body);
}