diff --git a/banner.html b/banner.html
index d40df9a..39cd7c8 100644
--- a/banner.html
+++ b/banner.html
@@ -18,7 +18,7 @@
-
Беспроцентная рассрочка на все услуги!
+
Беспроцентная рассрочка
на все услуги!
Оставьте заявку и получите консультацию!
diff --git a/style/index.css b/style/index.css
index 13840aa..ea06bc2 100644
--- a/style/index.css
+++ b/style/index.css
@@ -68,6 +68,9 @@ button{
color: #FFF;
max-width: 278px;
}
+.banner_block_title br{
+ display: none;
+}
.banner_block_text {
font-size: 14px;
font-weight: 300;
@@ -94,7 +97,7 @@ button{
transition: .3s ease all;
}
.banner_block_btn:hover{
- background: #f0f0f0;
+ background: #dedede;
}
.breadcrumb{
@@ -344,6 +347,10 @@ button{
.banner_block_title {
max-width: 250px;
}
+ .banner_block_text{
+ line-height: 14px;
+ max-width: 171px;
+ }
.authors_cards {
grid-template-columns: 100%;
@@ -369,6 +376,9 @@ button{
padding: 30px 30px 38px;
gap: 30px;
}
+ .banner_block_title br{
+ display: block;
+ }
.item_pagination {
gap: 15px;