.terms-wrapper {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.terms-conditions {
    width: 687px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    height: 917px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 64px;
    box-sizing: border-box;
    text-align: left;
    font-size: 24px;
}

.heading {
    font-size: 48px;
}

@media only screen and (max-width: 1280px) {
    .terms-wrapper {
        display: none;
    }
}