.banner-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    outline: none;
    position: relative;
    text-decoration: none;
    margin-right: 15px;
}
.banner-inner-title {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin: 12px auto 0;
    max-width: 164px;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
}
.elementor img.banner-inner-img {
  border-radius: 100%;
  overflow: hidden;
    /* background-position: 50%;
    background-size: cover;
    border-radius: 200px;
    display: block;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    width: 100%; */
}
