.terms-and-condition-title{
    font-size:30px;
    margin-top: 20px;
}
.tac-list{
    padding:20px;
}
.tac-main-title{
    font-weight: bold;
    font-size: 30px;
    font-family: "DM Sans", sans-serif;
}
.tac-sub-title{
    font-weight: bold;
    font-size: 25px;
    font-family: "DM Sans", sans-serif;
}
.tac-main-details{
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
}
ul {
    list-style-type: circle !important;
    margin: 0;

}
.btn-contactus {
    line-height: 3.5;
    color:#5AB69B;
    background-color: white;
    border: 2px solid #5AB69B;
    border-radius: 30px;
    width:300px;
    font-weight: bold;
    font-family: "DM Sans", sans-serif;
}
.btn-contactus:hover{
    color:white;
    background-color: #5AB69B;
}
.feedback-label{
    font-size:18px;
}
@media screen and (max-width: 768px) {
    .terms-and-condition-title{
        font-size:18px !important;
    }
    .tac-main-title{
        font-weight: bold;
        font-size: 20px;
        font-family: "DM Sans", sans-serif;
    }
    .tac-sub-title{
        font-weight: bold;
        font-size: 15px;
        font-family: "DM Sans", sans-serif;
    }
    .tac-main-details{
        font-size: 13px;
        font-family: "DM Sans", sans-serif;
        line-height: 19px;
    }
}