#btgtf_promo .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px;
    border: 1px solid #221F20;
    background-color: #F9F8F7;
    border-radius: 8.65px;
    margin-top: 26px;
}

#btgtf_promo .banner .img-wrapper {
    background-color:rgba(224, 224, 224, 0.89);
    line-height: 0;
    width: 100px;
    height: 100px;
    position: relative;
}

#btgtf_promo .banner-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

#btgtf_promo .banner img {
    max-width: 100px;
    max-height: 100px;
    border: 1.65px solid #CCCCCC;
}

#btgtf_promo .banner-wrapper p {
    margin: 0;
    color: #565656;
    font-size: 22px !important;
    font-weight: 700;
}

#btgtf_promo .free-img, #cw-popup .free-img {
    position: relative;
}

#btgtf_promo .btgof-tag, #cw-popup .btgof-tag {
    font-weight: 800;
    font-size: 17px;
    line-height: 11.82px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    background-color: #1DA1F2;
    padding: 4.5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#btgtf_promo .btgof_button {
    font-weight: 700;
    font-size: 25px;
    line-height: 22px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #FFA222;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 8px;
    border-radius: 5px;
    cursor: pointer;
}
#btgtf_promo  .banner-text-wrapper h4{
    margin-bottom: 0;
}
#btgtf_promo  .banner-text-wrapper p {
    font-weight: 400;
    font-size: 19px !important;
    line-height: 23px !important;
    letter-spacing: 0px !important;
    text-align: center;
    margin: 0;
    color: #565656;
}

#btgtf_promo .banner-text-wrapper svg {
    max-width: 12px;
    margin: 0 0 3px 3px;
}

#btgtf_promo .btgtf_button {
    font-weight: 700;
    font-size: 25px;
    line-height: 22px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #FFA222;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 8px;
    border-radius: 5px;
    cursor: pointer;
}

@media screen and (max-width: 1100px){
    #btgtf_promo .banner .img-wrapper {
        height: 70px;
        width: 70px;
    }
    #btgtf_promo .banner img {
        max-width: 70px;
        max-height: 70px;
    }
}

@media screen and (max-width: 910px){
    #btgtf_promo .banner .img-wrapper {
        height: 55px;
        width: 55px;
    }
    #btgtf_promo .banner img {
        max-width: 55px;
        max-height: 55px;
    }
}

@media screen and (max-width: 768px){
    #btgtf_promo .banner .img-wrapper {
        height: 85px;
        width: 85px;
    }
    #btgtf_promo .banner img {
        max-width: 85px;
        max-height: 85px;
    }
}

@media screen and (max-width: 500px){
    #btgtf_promo .banner .img-wrapper {
        height: 50px;
        width: 50px;
    }
    #btgtf_promo .banner img {
        max-width: 50px;
        max-height: 50px;
    }
}