
.UIBannerControl .banner img {
        width: 90px;
        height: 90px;
}
.UIBannerControl {
        background: url(images/bg-header.jpg) no-repeat center top;
        background-size: contain;
        padding-bottom: 20px;
}
.UIBannerControl .banner {
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: center;
        margin-top: -40px;
        padding-top: 40px;
        gap: 20px;
        position: relative;
}
.UIBannerControl {
        border-bottom: 1px solid #ededed;
}
.UIBannerControl .banner div .info a {
        font-family: Inter;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: left;
        color: #3B4E68;
}
.UIBannerControl .banner div .info2 a {
       font-family: Merriweather;
        font-size: 24px;
        font-weight: 900;
        line-height: 30.17px;
        letter-spacing: 0.04em;
        text-align: left;
        color: var(--color-blue);
}
.UIBannerControl .banner div .website a {
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        text-align: left;
        color: #3B4E68;
        text-transform: uppercase;
}
img#img-banner-right {
        position: absolute;
        right: 0;
        bottom: -10px;
        width: 265px;
        height: 120px;
        margin-left: 26px;
}
.UIBannerControl  .bottom-circle{
        display: none;
}
@media only screen and (max-width:  1024px){
        .UIBannerControl .banner {
                width: 100vw;
                margin: 0;
                padding: 15px 10px 15px 010px;
                /* height: 25vw; */
        }
        .UIBannerControl .text {
                z-index: 2;
        }
}
@media only screen and (max-width: 768px){
        img#img-banner-right {
                display: none;
        }
        .UIBannerControl .banner div .info2 a {
               font-family: Merriweather;
               font-size: 17px;
               font-weight: 900;
               line-height: 11.57px;
               text-align: left;
               color: var(--bg-blue);
               /* text-align: left; */
               letter-spacing: 0.01em;
        }
        .UIBannerControl .banner img {
                width: 44px !important;
                height: 44px !important;
        }
        .UIBannerControl {
                width: 100%;
                border-bottom: none;
                height: unset;
        }
        .UIBannerControl .banner {
                padding: 10px 16px;
                width: 100vw;
                justify-content: center;
                /* margin-top: 10px; */
                /* height: calc(10vh + 30px); */
                gap: 6px;
        }
        .UIBannerControl  .bottom-circle {
                display: inherit;
                height: 20px;
                background: white;
                border-top-right-radius: 20px;
                border-top-left-radius: 20px;
        }
        .UIBannerControl {
                color: var(--bg-blue);
        }
        .UIBannerControl .banner div .info a {
                font-family: Roboto;
                font-size: 11px;
                font-weight: 600;
                line-height: 15px;
                text-align: left;
                color: #3B4E68;
                letter-spacing: unset;
        }
        .UIBannerControl .banner .text {
                /* margin-left: 5px; */
                /* flex: 80%; */
                flex: 1;
        }
         .UIBannerControl .banner .text>div{
                 /* margin-bottom: 6px; */
         }
        .UIBannerControl .banner div .info{
                margin: -5px 0px;
        }
        .UIBannerControl .banner div .website a
        {
                font-size: 9px;
                font-weight: 400;
                line-height: 12px;
                text-align: left;
                color: #3B4E68;
                /* display: none; */
        }
        .UIBannerControl {
                /* background-size: 100vw 72px; */
                /* margin-bottom: 18px; */
                padding: 0;
        }
}
