
.box .chart {
    position: relative;
    width: 100px;
    text-align: center;
    font-size: 20px;
    line-height: 100px;
    height: 100px;
}
 .box canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.box h6{
    margin-top: 18px;
}


.job-wrapper .description p,.job-wrapper .responsibilities *{
    font-size: 14px;
    font-family: 'Poppins','sans-serif';
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    color: #4d4d4d;
}
.read-more[aria-expanded='true']{
    background: #e3f6f9;
    color: #274584;
    border-color: #274584;
}
.read-more[aria-expanded='true']:after{
   content: 'Read Less';
}
.read-more[aria-expanded='false']:after{
   content: 'Read More';
}

