How to change corner radius of containers on image slideshow?

You can do that by adding this code to Custom CSS of that slideshow section

.banner__box {
    border-radius: 6.4px;
}