div.w-image.image_in_a_circle img {
    border-radius: 50% !important;
    margin: auto !important;
    overflow: hidden !important;
    border: 0.6em solid white !important;
}

@media(max-width:768px) {
    div.w-image.image_in_a_circle img {
        border: 0.4em solid white !important;
    }
}

div.w-image.image_in_a_circle.blue_border img {
    border: 0.6em solid var(--lor-color) !important;
}

@media(max-width:768px) {
    div.w-image.image_in_a_circle.blue_border img {
        border: 0.4em solid var(--lor-color) !important;
    }
}

div.w-image.image_in_a_circle.grey img {
    background-color: #f4f4f4 !important;
    border: none !important;
}

div.w-image.image_in_a_circle.white img {
    background-color: #ffffff !important;
    border: none !important;
}

div.w-image.image_in_a_circle.white_thin img {
    background-color: #ffffff !important;
    border: 0.3em solid white !important;
}