/* Start custom CSS */@media(min-width:768px){
.in-practice{
    display: grid !important;
    grid-template-columns: minmax(360px, .88fr) 1.32fr;
}
}
.in-practice-intro:after {
    content: "";
    border: 1px solid #ffffff1c;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    position: absolute;
    bottom: -76px;
    right: -76px;
    box-shadow: 0 0 0 42px #ffffff06, 0 0 0 84px #ffffff05;
}/* End custom CSS */