#exam {
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
    font-weight: 700;
}
#exam .p-3 {
    color: #fff;
    font-size: 2.4rem;
}
#exam .p-5 {
}
#exam .rounded-circle {
    border: 3px solid #bf4949;
    display: block;
    float: left;
    position: relative;
    width: 12rem;
    height: 12rem;
    display: block;
    overflow: hidden;
    margin: 1rem;
    color: #bf4949;
    background-color: #fff;
}
#exam .rounded-circle div {
    height: 50%;
    position: relative;
}
#exam .rounded-circle div:nth-child(1) {
    font-size: 5rem;
    top: -.25rem;
}
#exam .rounded-circle div:nth-child(2) {
    font-size: 3.5rem;
    top: -.25rem;
}
#exam .justify-content-center {
    color: #fff;
    font-size: 3rem;
}
