diff --git a/assets/css/style-new.css b/assets/css/style-new.css index 2f00178..beea623 100644 --- a/assets/css/style-new.css +++ b/assets/css/style-new.css @@ -3367,6 +3367,7 @@ p.btn-sym { @media (max-width:991px) { + @keyframes line-grow { 0% { width: 0; @@ -3385,7 +3386,8 @@ p.btn-sym { grid-template-columns: repeat(2, 1fr); } - .develope-ai-sec .row { + .develope-ai-sec .row , + .mobile-banner-sec .row{ flex-direction: column-reverse; } @@ -3399,9 +3401,15 @@ p.btn-sym { gap: 20px; } + .banner-col { + min-height: 100%; + } + .develope-ai-sec .col-md-7, .develope-ai-sec .col-md-5, - .we-see-solution-sec .col-md-6 { + .we-see-solution-sec .col-md-6 , + .mobile-banner-sec .col-md-6, + .banner-col { width: 100%; } diff --git a/assets/css/style.css b/assets/css/style.css index 98c7130..fa65d98 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -72,7 +72,7 @@ button.nav-link.active { color: var(--black); border: 0; border-color: none; - padding: 0; + /* padding: 0; */ outline: none; box-shadow: none; /* font-size: 14px; */