

.wrapper
{
    display: grid;
    grid-template-columns: 49% 49%;
    grid-template-rows: 1150px 1150px;
    grid-gap: 20px;
}

@media (min-width: 1000px)
{
    .wrapper 
    {
        grid-template-columns: 24% 24% 24% 24%;
        grid-template-rows: 800px;
    }
}

.accomp
{
    text-align: center;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
    box-shadow: 12px 12px 12px rgba(0,0,0,0.2);
}

#accomp1
{
    background: linear-gradient(270deg, white -30.44%, rgba(36, 121, 176, 0.6) 30.75%);
}

#accomp2
{
    background: linear-gradient(270deg, white -30.44%, rgba(36, 121, 176, 0.4) 30.75%);
}

#accomp3 
{
    background: linear-gradient(270deg, white -30.44%, rgba(36, 121, 176, 0.3) 30.75%);
}

#accomp4
{
    background: linear-gradient(270deg, white -30.44%, rgba(36, 121, 176, 0.2) 30.75%);
}

.acc-img-left {
    width:200px;
    height:200px;
    background-image:url(./rsc/acc-ment.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:50%;
    float: left;
    shape-outside: circle();
    margin: 30px;
    box-shadow: 12px 12px 12px rgba(0,0,0,0.2);
}

.acc-img-right {
    width:200px;
    height:200px;
    background-image:url(./rsc/acc-quot.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:50%;
    float: right;
    shape-outside: circle();
    margin: 30px;
    box-shadow: 12px 12px 12px rgba(0,0,0,0.2);
}

@media (min-width: 1000px)
{
    .acc-img-left {
        width:100px;
        height:100px;
    }

    .acc-img-right {
        width:100px;
        height:100px;
    }
}
.round-img {
    border-radius: 100px;
    width:200px;
    height:200px;
}

.accomp-img-quot {
    width:450px;
    height:450px;
    background-image:url(./rsc/acc-quot.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:50%;
    float: right;
    shape-outside: circle();
    margin: 30px;
}
.accomp-img-medic {
    width:450px;
    height:450px;
    background-image:url(./rsc/acc-medic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:50%;
    float: right;
    shape-outside: circle();
    margin: 30px;
}
.accomp-img-ment {
    width:450px;
    height:450px;
    background-image:url(./rsc/acc-ment.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:50%;
    float: right;
    shape-outside: circle();
    margin: 30px;
}
.accomp-img-puls {
    width:450px;
    height:450px;
    background-image:url(./rsc/acc-puls.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:50%;
    float: right;
    shape-outside: circle();
    margin: 30px;
}
@media screen and (min-width: 1000px) {
.accomp-img-quot {
    width:330px;
    height:330px;
    background-image:url(./rsc/acc-quot.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:50%;
    float: right;
    shape-outside: circle();
    margin: 30px;
}
.accomp-img-puls {
    width:330px;
    height:330px;
    background-image:url(./rsc/acc-puls.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:50%;
    float: right;
    shape-outside: circle();
    margin: 30px;
}
.accomp-img-ment {
    width:330px;
    height:330px;
    background-image:url(./rsc/acc-ment.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:50%;
    float: right;
    shape-outside: circle();
    margin: 30px;
}
.accomp-img-medic {
    width:330px;
    height:330px;
    background-image:url(./rsc/acc-medic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:50%;
    float: right;
    shape-outside: circle();
    margin: 30px;
}
}