/* Add custom CSS styles below */ 
.landing-page-first-banner .container{
    max-width:90%
}
.landing-page-first-banner .container>div{
    width: 50% !important;
}
section:nth-child( 1 of .landing-page-first-banner) .container>div{
    background-color:#FFFFFF4A;
    padding:2rem;
    border-radius:20px;
}
section:nth-child( 1 of .landing-page-first-banner) h1 {
    font-size: 64px !important;
    font-weight:800 !important;
}
section:nth-child( 1 of .landing-page-first-banner) p {
    font-size: 36px !important;
    font-weight:500 !important;
}
.banner_ad .item-text{
    max-width:100% !important;
    width:100%;
    font-size: 24px;
    line-height: 50px;
    margin: auto; 
}
.banner_ad .items-center {
    align-items: unset;
}
.banner_ad .img1 .bg-cover{
background-position: bottom;
}
@media(max-width: 768px) {
.landing-page-first-banner .container>div{
   width:100% !important;
    margin:auto;
    text-align:center !important;
    align-items: center !important;
}
section:nth-child( 1 of .landing-page-first-banner) h1 , 
.landing-page-first-banner h1 { 
    margin: auto;
    font-size: 32px !important;
    text-align:center !important;
}
.g_cat h3 {
    font-size: 15px;
    font-weight: 500
}
.banner_ad .item-text {
    font-size: 16px;
    line-height: 50px;
}
}
footer .relative>div:first-child i {
    color: #ad875e !important
}
footer .relative>div:first-child h2 , footer .relative>div:first-child p{
    color:#ffffff !important;
}
.copyright-text p {
  color : #ffffff !important;
}
@media(min-width:768px) and (max-width:1200px){
.banner_ad .item-text {
    font-size: 20px;
    line-height: 30px;
    text-wrap: wrap;
}
}