* {
    padding: 0;
    margin: 0;
}

.content {
    background-color: #fff7e6;
    min-height: 90vh;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.content__box {
    min-height: 75vh;
    padding-bottom: 50px;
    background-color: white;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
}

.content__heading {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 10px -20px;
}

.content__heading>.heading-text {
    font-size: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 500;
}