.algorithm-head {
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin-bottom: 30px;
}
.algorithm-sub-head{
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
}
.algorithm-cont {
    margin-bottom: 30px;
}
.algorithm-text-data{
    margin-bottom: 5px;
}

.partner-modal{
    width: 90%;
    margin-left: 5%;
    background-color: #f5f5f5;
}

.algorithm-menu-text{
    color: #b3b3b3;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}