section.charityBlockOne {

    width: 100% !important;

}

.block.charityBlockOne .container {

    padding:5vw 0;

}

.block.charityBlockOne .content {

    position:relative;
    width:75%;
    height:40vw;
    margin:0 auto;

}

.block.charityBlockOne .textCon {

    display: table-cell;
    vertical-align: middle;
    height:40vw;

}

.block.charityBlockOne .imageCon {

    position:absolute;
    top:0;
    left:34vw;

}

.block.charityBlockOne .image.image1 {

    width:27vw;
    height:25vw;
    position: absolute;
    left:3vw;
    top:0;

}

.block.charityBlockOne .image.image2 {

    width:20vw;
    height:26vw;
    position: absolute;
    left:20vw;
    top:14vw;

}

.block.charityBlockOne .image.image3 {

    width:15vw;
    height:auto;
    position: absolute;
    top:27vw;

}

.block.charityBlockOne .title h1 {

    font-family: "Singolare", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.75vw;
    letter-spacing: 0.025em;
    line-height: 3vw;
    padding-bottom: 2vw;

}

.block.charityBlockOne .text {

    width:28vw;

}

.block.charityBlockOne .linkButtons a {

    width:16vw;
    text-align:center;

}

/* mobile */


section.charityBlockOne.breakPointMobile .content {

    position:relative;
    width:90vw;
    height:auto;
    padding:5vw 0;

}

section.charityBlockOne.breakPointMobile .textCon {

    display: block;
    height:auto;
    width:100%;
    position: relative;
  
}

section.charityBlockOne.breakPointMobile .title h1 {

    font-size: 6vw;
    line-height: 8vw;
    padding-bottom: 5vw;

}

section.charityBlockOne.breakPointMobile .text {

    width:100%;

}

section.charityBlockOne.breakPointMobile .imageCon {

    position:relative;
    top:10vw;
    left:0;
    height: 94vw;

}

section.charityBlockOne.breakPointMobile .image.image1 {

    width:50vw;
    height:45vw;
    left:5vw;
    top:0;

}

section.charityBlockOne.breakPointMobile .image.image2 {

    width:44vw;
    height:60vw;
    position: absolute;
    left:40vw;
    top:20vw;

}

section.charityBlockOne.breakPointMobile .image.image3 {

    width:30vw;
    position: absolute;
    top:47vw;

}

section.charityBlockOne.breakPointMobile .linkButtons a {

    width:75vw;

}