.proctoring-body h1, .proctoring-body span, .proctoring-body h3 {
    letter-spacing: 0.01em;
}

.proctoring-body .list-of-features p, .proctoring-body a{
    margin: 16px;
    line-height: 16px;
}

.proctoring-body h1, .proctoring-body h3 {
    color: #192A3E;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
}

.proctoring-body a{
    padding-top: 16px;
    font-size: 16px;
    color: #109CF1;
    text-decoration: none;
}

.proctoring-body h1{
    margin-bottom: 24px;
}

.proctoring-body h3{
    margin-top: 32px;
    margin-bottom: 16px;
}

.proctoring-body .card {
    margin-bottom: 24px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px !important;
}

.proctoring-body .card-header {
    padding: 16px 21px;
    color: #707683;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    font-weight: 400;
    border-bottom: 1px solid rgba(194, 207, 224, 0.5);
}

.proctoring-body .card-body{
    padding: 24px;
}

.proctoring-body .alert{
    border: 1px solid rgba(194, 207, 224, 0.5);
    border-radius: 4px;
    display: flex;
}

.proctoring-body .alert-icon{
    width: 48px;
    height: 48px;
}

.proctoring-body .alert-icon img{
    padding: 12px;
    margin-right: 17px;
}

.proctoring-body .info{
    border-color: #109CF1;
    background-color: rgba(16, 156, 241, 0.1);
}

.proctoring-body .info .alert-icon{
    background-color: #109CF1;
}

.proctoring-body .warn{
    border-color: #F7B422;
    background-color: rgba(247, 180, 34, 0.05);
}

.proctoring-body .warn .alert-icon{
    background-color: #F7B422;
}

.proctoring-body .alert-body{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.proctoring-body .list-of-features{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.proctoring-body .item-of-features{
    display: flex;
    margin-bottom: 16px;
}

.proctoring-body .item-of-features .text{
    font-size: 16px;
    line-height: 20px;
}

.proctoring-body .list-of-features .icon{
    width: 48px;
    height: 48px;
    background-color: #CABE2E;
    border-radius: 40px;
}

.proctoring-body .list-of-features img{
    padding: 8px;
}


