|
@@ -342,7 +342,7 @@ body .arrow:hover {
|
|
|
|
|
|
#banner #banner-container .tab-content .condition {
|
|
|
padding: 24px;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 16px;
|
|
|
padding-bottom: 10vw;
|
|
|
}
|
|
|
|
|
@@ -354,7 +354,7 @@ body .arrow:hover {
|
|
|
|
|
|
#banner #banner-container .tab-content .idea {
|
|
|
padding: 24px;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 16px;
|
|
|
padding-bottom: 10vw;
|
|
|
background-size: contain;
|
|
|
background-repeat: no-repeat;
|
|
@@ -364,7 +364,7 @@ body .arrow:hover {
|
|
|
#banner #banner-container .tab-content .contact {
|
|
|
padding-bottom: 10vw;
|
|
|
padding: 24px;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 16px;
|
|
|
background-size: contain;
|
|
|
background-repeat: no-repeat;
|
|
|
background-blend-mode: overlay;
|
|
@@ -449,7 +449,7 @@ body .arrow:hover {
|
|
|
#banner #banner-container .tab-content .sec04 .col-lg-4 img {
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
- width: 480px !important;
|
|
|
+ width: 100% !important;
|
|
|
height: 280px !important;
|
|
|
opacity: 1;
|
|
|
-webkit-transition: 0.3s ease-in-out;
|
|
@@ -558,7 +558,7 @@ body .arrow:hover {
|
|
|
#banner #banner-container .tab-content .sec03 .col-lg-4 img {
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
- width: 435px !important;
|
|
|
+ width: 100% !important;
|
|
|
height: 200px !important;
|
|
|
opacity: 1;
|
|
|
-webkit-transition: 0.3s ease-in-out;
|
|
@@ -661,7 +661,7 @@ body .arrow:hover {
|
|
|
#banner #banner-container .tab-content .sec04 .col-lg-4 img {
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
- width: 430px !important;
|
|
|
+ width: 100% !important;
|
|
|
height: 200px !important;
|
|
|
opacity: 1;
|
|
|
-webkit-transition: 0.3s ease-in-out;
|
|
@@ -701,6 +701,7 @@ body .arrow:hover {
|
|
|
#banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row {
|
|
|
background: rgba(0, 0, 0, 0.8);
|
|
|
text-align: center;
|
|
|
+ width: 100%;
|
|
|
height: 600px;
|
|
|
}
|
|
|
|