.hero-content h1 {
    font-size: 44px;
}
.hero-content p {
    font-size: 18px;
}
.input-search {
    width: 100%;
    height: 48px;
    width: 384px;
    box-sizing: border-box;
    border-radius: 12px;
    outline: none;
    color: #1f5d35;
}
.input-search::placeholder {
    font-size: 16px;
    color: #d1d5db;
    font-weight: normal;
}
.btn-search {
    background-color: #1f5d35;
    border-radius: 12px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    white-space: nowrap;
    border: 0px;
}

.riksa-content {
    background-color: #f3f4f6;
    padding: 36px;
}
.result-tracking {
    background-color: white;
    padding: 36px;
    border-radius: 24px;
}
.result-content {
    border-top: 2px dotted #e5e7eb;
    /* border-bottom: 2px dashed #E5E7EB; */
    padding: 12px 0px;
}
.riksa-card {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    height: 222px;
}

/* Mobile Version */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 36px;
    }
    .hero-content p {
        font-size: 16px;
    }
    .riksa-content {
        padding: 40px 0px 0px 0px;
    }
    .result-tracking {
        padding: 20px;
    }
    .h-250 {
        height: 250px;
    }
    .h-322 {
        height: 322px;
    }
}
