.banner__link {
    clear: both;
    float: left;
}

.owl-carousel.owl-drag .owl-item {
cursor:pointer;
}

body .donate-tip {
font-family: arial;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;
    display: block;
    align-items: left;
    color: #666666;
    width: 50%;
    text-align: left;
}

body .pay-img {
max-width:170px;
}

.banner__title .desctop {
    display: block;
}
.banner__title .ipad {
    display: none;
}
.banner__title .mobile {
    display: none;
}

.banner__desc {
    clear: both;
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px;
}
.banner__desc b {
    font-family: 'Rubik-Bold';
}
.banner__note {
    clear: both;
    display: block;
    font-size: 9px;
    line-height: 10px;
    color: #000;
    opacity: .8;
    padding: 20px 0 0;
}

.owl-carousel .owl-item .banner__logo img {
    width: auto;
}
.banner__logo {
    display: block;
    margin: 0 0 30px;
    padding-left: 2px;
}

@media (max-width:1200px) {
.donate {
    max-width: 100% !important;
}

.banner__title .desctop {
    display: none;
}
.banner__title .ipad {
    display: block;
}
.banner__title .mobile {
    display: none;
}

.banner__logo, .banner__desc, .banner__note {
    display: none;
}

body .pay-img {
    max-width: 333px;
    clear: both;
}

body .donate-tip {
    font-family: arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    display: block;
    color: #666666;
    width: 100%;
    text-align: left;
    line-height: 22px !important;
    text-align: right;
    max-width: 300px;
    float: right;
}


}


@media screen and (min-device-width: 1100px) and (max-device-width: 1300px) {

.banner__title {
    font-size: 42px;
    line-height: 120%;
    font-family: 'Rubik-Bold';
    color: #fff;
    display: block;
    float: left;
    margin: 0 0 30px 0;
    max-width: 100%;
}

.tab__img {
    width: 100%;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}


}

@media (max-width:786px) {
.donate {
    max-width: 100% !important;
}

.banner__title .desctop {
    display: none;
}
.banner__title .ipad {
    display: none;
}
.banner__title .mobile {
    display: block;
}

body .pay-img {
    max-width: 333px;
    clear: inherit !important;
    float: right;
}

body .donate-tip {
    font-family: arial;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    display: block;
    color: #666666;
    width: 100%;
    text-align: left;
    line-height: 11px !important;
    text-align: left;
    max-width: 170px;
    float: left;
}


}


@media (max-width: 350px) {
body .donate-tip {
    font-family: arial;
    font-style: normal;
    font-weight: normal;
    font-size: 7px;
    display: block;
    color: #666666;
    width: 100%;
    text-align: left;
    line-height: 11px !important;
    text-align: left;
    max-width: 50%;
    float: left;
}

}