.boxButton {
    background: #FF8201;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    height: 45px;
    border-radius: 23px;
    border: 2px;
    color: #fff;

    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.55556px;
    text-transform: uppercase;

    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 10%;

    cursor: pointer;
}
.boxButtonul {
    background: #ffa74d;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    height: 45px;
    border-radius: 23px;
    border: 2px;
    color: #fff;

    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.55556px;
    text-transform: uppercase;

    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 10%;

    cursor: pointer;
}

.boxButtonDonate {
    background: #FF8201;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    height: 45px;
    border-radius: 23px;
    border: 2px;
    color: #fff;

    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.55556px;
    text-transform: uppercase;

    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 10%;

    cursor: pointer;
}
.transfromButton {
    background: #22AE49;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    border-radius: 23px;
    border: 2px solid #fff;
    color: #fff;

    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.55556px;
    text-transform: uppercase;
    cursor: pointer;
}
.transfromButtonOrange {
    background: #fff;
    width: 248px;
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    border-radius: 23px;
    border: 1px solid #FF8201;
    color: #FF8201;

    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.55556px;
    text-transform: uppercase;
    cursor: pointer;
}
.transfromButtonOrange.active {
    background: #FF8201;
    width: 248px;
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    border-radius: 23px;
    border: 1px solid #FF8201;
    color: #FFF;

    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.55556px;
    text-transform: uppercase;
    cursor: pointer;
}
.greenButton {
    background: #22AE49;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    border-radius: 23px;
    border: 2px solid #22AE49;
    color: #fff;

    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.55556px;
    text-transform: uppercase;
    cursor: pointer;
}
.whiteButton {
    background: #FFF;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    border-radius: 23px;
    border: 2px solid #fff;
    color: #FF8201;;

    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.55556px;
    text-transform: uppercase;
    cursor: pointer;
}
@media screen and (max-width: 900px) {

}
@media screen and (max-width: 550px) {
    .boxButton {
        width: 100%;

        padding-left: 20px;
        padding-right: 20px;

        font-family: var( --font-family-roboto);
        font-size: 13.783px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 1.531px;
        text-transform: uppercase;
    }
    .boxButtonul {
        width: 100%;

        padding-left: 20px;
        padding-right: 20px;

        font-family: var( --font-family-roboto);
        font-size: 13.783px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 1.531px;
        text-transform: uppercase;
    }
    .whiteButton {
        width: 100%;

        font-family: var( --font-family-roboto);
        font-size: 13.783px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 1.531px;
        text-transform: uppercase;
    }
    .greenButton {
        width: 100%;

        font-family: var( --font-family-roboto);
        font-size: 13.783px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 1.531px;
        text-transform: uppercase;
    }
    .transfromButton {
        width: 100%;

        font-family: var( --font-family-roboto);
        font-size: 13.783px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 1.531px;
        text-transform: uppercase;
    }

    .singleImageButtonPadding{
        width: 100%;
    }
}

