section.donate {

    font-weight: 400;
    font-size: 1.56vw;
    border-radius: 1.87vw;
    box-shadow: 0.23vw 0.23vw 0 rgba(0, 0, 0, 0.3);
    width: 66%;
    position: relative;

}

section.donate .container {

    width: 87.68%;
    margin: 8vw auto;

}

section.donate svg {

    height: 3.2vw;
    width: auto;

}

section.donate table {

    margin: 2vw auto;

}

section.donate .Link {

    margin: 2vw 0 4vw 0;

}

section.donate .Link svg {

    width: 1.2vw;
    height: auto;

}

section.donate .rightText {

    margin: 4vw 0 0 8%;

}

@media screen and (max-width: 1281px) {

    section.donate {

        font-size: 1.95vw;
        border-radius: 2.34vw;
        box-shadow: 0.23vw 0.23vw 0 rgba(0, 0, 0, 0.3);
        width: 84%;

    }

    section.donate svg {

        height: 4vw;
        width: auto;

    }

    section.donate .Link svg {

        width: 1.5vw;

    }

}

@media screen and (max-width: 767px) {

    section.donate {

        font-size: 4vw;
        border-radius: 3.58vw;
        box-shadow: 0.5vw 0.5vw 0 rgba(0, 0, 0, 0.3);
        width: 89%;

    }

    section.donate svg {

        height: 12vw;

    }

    section.donate table,
    section.donate tbody,
    section.donate tr,
    section.donate td {

        display: block;
        width:100%;

    }    

}