2022-10-07 18:27:29 +00:00
|
|
|
.main_banner_desktop, .main_banner_mobile {
|
2022-10-07 17:27:44 +00:00
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
2022-10-07 18:27:29 +00:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-content-information {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
|
|
margin-top: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.three-computers {
|
|
|
|
width: 315px;
|
|
|
|
height: 315px;
|
|
|
|
margin-left: 124px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.first-content-text {
|
|
|
|
max-width: 766px;
|
2022-10-07 17:27:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 415px) {
|
|
|
|
.main_banner_desktop {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-10-07 18:27:29 +00:00
|
|
|
|
|
|
|
.first-content-information {
|
|
|
|
flex-direction: column;
|
|
|
|
margin-top: 84px;
|
|
|
|
padding-left: 31px;
|
|
|
|
padding-right: 29px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.three-computers {
|
|
|
|
width: 239px;
|
|
|
|
height: 239px;
|
|
|
|
margin-top: 67px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-content-text {
|
|
|
|
max-width: 357px;
|
|
|
|
}
|
2022-10-07 17:27:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 415px) {
|
|
|
|
.main_banner_mobile {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|