.UIBannerControl {
        margin: 0 auto;
        z-index: 200;
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        background: url(images/ctt.png) no-repeat right;
}
.UIBannerControl .co {
        right: 4%;
        position: absolute;
        top: 15%;
}
.UIBannerControl .banner {
        /* margin: 30px auto 0px auto; */
        display: flex;
        justify-content: left;
        align-items: center;
        /* padding-left: 30px; */
        padding: 25px 10px;
        gap: 35px;
        position: relative;
}
.UIBannerControl .banner img {
        width: 100px;
        height: 100px;
        /**** filter: brightness(0) saturate(100%) invert(26%) sepia(92%) saturate(1601%) hue-rotate(185deg) brightness(89%) contrast(104%);*****/
}
.UIBannerControl .banner .text  h1{
        font-size: 55px !important;
        color: var(--color-primary);
        font-weight: bold;
        text-shadow: 1px 1px 1px #e26f2c, 1px 2px 1px #1f0c04, 1px 3px 1px #000000, 1px 4px 1px #919191, 1px 5px 1px #919191, 1px 6px 1px #919191, 1px 7px 1px #919191, 1px 8px 1px #919191, 1px 9px 1px #919191, 1px 2px 1px #919191, 1px 19px 6px rgb(184 184 184 / 40%), 1px 20px 10px rgb(166 166 166 / 20%), 1px 25px 35px rgb(153 153 153 / 20%), 1px 30px 20px rgb(189 189 189 / 40%);
}
.UIBannerControl .banner img {
        width: 100px;
        height: auto;
        object-fit: cover;
}
.UIBannerControl .banner {
        gap: 40px;
}
.UIBannerControl .banner .info2 {
        font-family: "Merriweather";
        font-size: 27px;
        font-weight: 900;
        line-height: 30px;
}
.UIBannerControl .banner .info {
        font-family: Inter;
        font-size: 18px;
        font-weight: bold;
        line-height: 35px;
}
.banner-wrap{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1023px){
        .UIBannerControl .banner .text h1{
        	font-size:40px !important;
        }
        .UIBannerControl .banner img {
                width: 80px; 
                margin-left: 10px;
        }
        .brand-function{
        	padding-right: 20px;
        }
}
@media (max-width: 768px){
		.UIBannerControl .banner img {
    		width: 65px;
        }
        .UIBannerControl .banner .text h1 {
        	font-size: 30px!important;
        }
        .UIBannerControl .banner{
        	    padding: 15px 10px 5px;
                gap: 20px;
        }
        .banner-wrap{
        flex-direction: column;
        }
        .brand-function{
        padding-bottom: 10px!important
        }
}
