.whois {
    padding: 24px 64px;
}

.whois .whois-wrapper {
    background-color: var(--jaspe);
    border-radius: 16px;
    padding: 40px;
}

.whois-contents {
    margin-bottom: 80px;
}

.whois .whois-wrapper h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 98%;
}

.whois-items img {
    height: 80px;
    object-fit: contain;
    margin-bottom: 24px;
}
.whois-items h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 90%;
    margin-bottom: 16px;
}

@media (max-width: 1210px) {
    .whois .whois-wrapper h2 {
        font-size: 60px;
    }
}

@media (max-width: 992px) {
    .whois {
        padding: 0;
    }
    .whois .whois-wrapper {
        border-radius: 0;
        padding: 64px 20px;
    }
    .whois .whois-wrapper h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .whois-items h3 {
        width: 100%;
    }
    
    .whois-contents {
        margin-bottom: 30px;
    }

}