.list-wrapper
{
    margin-top:50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 20px 200px;
    margin-left:17%;
    margin-right:17%;
    align-content:space-evenly;
    justify-items: center;
}
.doctor-card img
{
    float: left;
    position: relative;
    z-index: 1;
}
.doctor-card h1
{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background: #55b2ce;
    color: white;
    margin-top: 62px;
    margin-left:120px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 0px;
    height: 20px;
    min-width: 225px;
    max-width:262px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    border-left: 8px solid #d94b9a;
}
.card-head
{
    position:relative;
}

.card-body
{
    display: inline-grid;
    grid-template-columns: 75px 200px;    
    position: relative;
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 20px;
    background: #f2fafd;
    z-index: -1;
    height: 380px;
}
.doctor-card
{
    display: inline-grid;
    z-index: 950;
    max-width: 500px;
}
.icon
{
    padding-left: 50px;
    padding-top: 10px;
}
.field
{
    padding-left:15px;
    padding-bottom: 20px;
    padding-right:10px;
    height:30px;
    width:250px;
}

.doctor-card h2
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #3b809c;
    margin-bottom: 2px;
}

.doctor-card p
{
    color: #868787;
    font-size:12px;
}
.indications {
    background: url('img/Frame.png');
    height: 26px;
    width: 24px;
    display: block;
}

.certifications {
    background: url('img/Frame-2.png');
    height: 23px;
    width: 23px;
    display: block;
}

.specialisation {
    background: url('img/Frame-1.png');
    height: 28px;
    width: 18px;
    display: block;
}

.experience {
    background: url('img/Frame-3.png');
    height: 21px;
    width: 21px;
    display: block;
}

.uni {
    background: url('img/Frame-4.png');
    height: 19px;
    width: 21px;
    display: block;
}