.UIBannerControl .banner img {
        width: 100px;
        height: 100px;
}
.UIBannerControl {
        background: url(images/bg-header.jpg) no-repeat center;
        background-size: contain;
        /* height: 200px; */
        padding: 0;
        width: 1200px;
        margin: 0 auto;
        width: 100vw;
        max-width: 1200px;
}
.UIBannerControl .banner {
        width: 100%;
        /* margin: 30px auto 0px auto; */
        display: flex;
        justify-content: left;
        align-items: center;
        /* padding-left: 30px; */
        padding: 40px 0 20px 0;
        gap: 20px;
        position: relative;
}
.banner {
}
.UIBannerControl {
        border-bottom: 1px solid #ededed;
}
.UIBannerControl .banner .info{
        font-family: Inter;
        font-size: 17px;
        font-weight: 500;
        line-height: 25px;
        text-align: left;
        color: #3B4E68;
}
.UIBannerControl .banner .info2 {
        font-family: "Merriweather";
        font-size: 27px;
        font-weight: 800;
        line-height: 39px;
        letter-spacing: 0.05em;
        text-align: left;
        color: var(--color-primary);
}
.UIBannerControl .banner div .website a {
        font-family: "Roboto";
        font-size: 13px;
        font-weight: 300;
        line-height: 16px;
        text-align: left;
        color: #3B4E68;
        text-transform: uppercase;
}
.UIBannerControl  .bottom-circle{
        display: none;
}
@media only screen and (min-width:  769px) and (max-width: 1199px){
        .UIBannerControl {
                height: auto;
                padding: 20px 0;
                width: 100%;
        }
        .UIBannerControl .banner {
                width: 100%;
                margin: 0;
                padding: 16px;
        }
        .UIBannerControl .text {
                z-index: 2;
        }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
        .UIBannerControl .banner .info2 {
                font-size: 2.5vw;
        }
}
@media only screen and (max-width: 768px){
        img#img-banner-right {
                display: none;
        }
        .UIBannerControl .banner .info2  {
                font-size: 13px;
                font-weight: 700;
                line-height: 21px;
                letter-spacing: 0.04em;
                text-align: left;
        }
        .UIBannerControl .banner img {
                height: 60px !important;
                object-fit: contain;
                width: 60px !important;
        }
        .UIBannerControl {
                width: 100%;
                border-bottom: none;
                height: unset;
                /* padding: 10px; */
        }
        .UIBannerControl .banner {
                padding: 0;
                width: 100vw;
                /* justify-content: center; */
                gap: 10px;
                /* margin-top: -10px; */
                padding: 0 10px;
                margin: 0;
                margin-bottom: 20px;
                margin-top: 10px;
        }
        .UIBannerControl  .bottom-circle {
                display: inherit;
                height: 20px;
                background: white;
                border-top-right-radius: 20px;
                border-top-left-radius: 20px;
        }
        .UIBannerControl {
                /* color: #e77171; */
        }
        .UIBannerControl .banner  .info {
                font-size: 12px;
                font-weight: 700;
                line-height: 15px;
                text-align: left;
        }
        .UIBannerControl .banner .text {
                /* margin-left: 5px; */
        }
        .UIBannerControl .banner div .info{
        }
        .UIBannerControl .banner .website a
        {
                font-size: 11px;
                font-weight: 400;
                line-height: 11px;
                text-align: left;
        }
        .UIBannerControl {
                /* background-size: 100vw 72px; */
                /* margin-bottom: 18px; */
        }
}
