
    .ds_roundel_wrap{
    margin:30px;
text-align:center;
    }
  .ds_roundel_wrap .title{ 
colour:#28343d;
font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}
  .ds_roundel_wrap .subtitle{ 
color:#71777b;
font-size: 18px;
    line-height: 25px;
}
    .roundel_nav{
    margin:16px auto;
width:1050px;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 30px;
    }

    .roundel_nav a p{
    color: #71777b;
    text-align: center;
    font-size: 15px;
text-decoration:underline;
margin:5px auto;
    }

    .roundel{
    width: 150px;
    height: 150px;

    }
    .roundel img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
border:1px solid #ccc;
image-size:contain;
    }
  
    @media only screen and (max-width: 1280px){
    .ds_roundel_wrap{
    margin:24px;
}
    .roundel_nav {
    width: 474px;
    grid-template-columns: auto auto auto;
    grid-gap: 24px;
    }
    .roundel{
    width: 142px;
    height: 142px;
margin:8px auto;
    }

    .ds_roundel_wrap .title{ 
    font-size: 22px;
    line-height: 28px;
    }
    .ds_roundel_wrap .subtitle{ 
    font-size: 14px;
    line-height: 22px;
}
    }
    @media only screen and (max-width: 767px){
    .ds_roundel_wrap{
    margin:16px;
}
    .ds_roundel_wrap .title{ 
    font-size: 20px;
    line-height: 28px;
    }
    .ds_roundel_wrap .subtitle{ 
    font-size: 13px;
    line-height: 24px;
}

}
    @media only screen and (max-width: 500px){
    .roundel_nav{
    width: 320px;
    grid-template-columns: auto auto;
    grid-gap: 16px;
    }
    .roundel{
    width: 140px;
    height: 140px;
margin:12px 0;
    }
    }
