.termsconditions-container {
    background-color: #fff;
}

.termsconditions-container .banner {
    background-color: #ffbf37;
    height: 22rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.termsconditions-container .banner h1 {
    color: black;
    font-size: 62px;
    line-height: 77px;
    font-weight: 700;
    margin: 0;
}

.termsconditions-container .content {
    max-width: 1500px;
    padding: 90px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.termsconditions-container .content h2 {
    font-family: 'Work Sans';
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 7px;
}

.termsconditions-container .content h3 {
    font-family: 'Work Sans';
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}