.choose-us .circle {
    background-color: var(--brand-secondary);
    max-width: 80px;
    height: 80px;
    width: 100%;
    border-radius: 50%;
    border: none;
}

.choose-us .choose-us-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 55, 92, 0.4);
}

.circle {
    border-radius: 50%;
}