.terms-conditions {
    background-color: #ffffff;
    padding: 50px 0 50px 0;
}

.terms-conditions h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #000000;
    /* text-shadow: 2px 2px 2px #000; */
}

.terms-conditions .conditions {
    background-color: #e6e6c5;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.terms-conditions .conditions h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.terms-conditions .insector-list p {
    margin: 20px 0;
    font-weight: bold;
    font-size: 22px;
}

.terms-conditions .insector-list i{
    margin-right: 10px;
    color: #7a9e38;
}
.terms-conditions .insector-list li{
    padding: 8px 0;
}