/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .top-bar .bar a, .top-bar .bar p {
        font-size: 1rem;
    }

    .hero .circle-text-svg {
        width: 30rem;
        margin-left: -15rem;
        

    }

    .hero img {
        object-position: center;
    }

    .domestic-abuse .card-link {
        width: 25%;
    }
    .domestic-abuse .card-link h3 {
        font-size: 1.25rem;
    }

    .who-help .circle-text-svg {
        width: 17rem;
        z-index: 9;
        flex-shrink: 0;
        z-index: 9;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .who-help .container .circle-text-svg:nth-of-type(1) {
        left: -20px;
    }
    .who-help .container .circle-text-svg:nth-of-type(2) {
        right: -20px;
    }
    .who-help img {
        width: 80%;
        transform: unset;
        /* width: 70%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: translateX(0);
        z-index: -1; */
        
    }
    .who-help .container .circle-text-svg:nth-of-type(1) {
        margin-bottom: 0rem;
    }
    .who-help .container .circle-text-svg:nth-of-type(2) {
        margin-top: 0rem;
    }
    .who-help .container {
        margin-bottom: -3rem;
    }
    .our-stories .img-bg {
        top: 3rem;
        object-position: 46%;
    }
    .our-stories .circle-text-svg {
        width: 23rem;
        padding: 2rem 5rem 10rem 2rem;
    }
    .our-stories .quote {
        width: 10%;
    }
    .cta .img-bg {
        top: 3rem;
        object-position: center;
        height: 80%;
    }
    .cta .circle-text-svg {
        width: 23rem;
        padding: 2rem 5rem 10rem 2rem;
    }
    .cta .container-fluid a:nth-of-type(1) .circle-text-svg {
        width: 20rem;
        padding: 15rem 5rem 0rem 2rem;

    }
    .cta .container-fluid a:nth-of-type(2) .circle-text-svg {
        padding: 0rem 0rem 10rem 4rem;
    }
    
}