96 lines
1.9 KiB
CSS
96 lines
1.9 KiB
CSS
.twoColSection {
|
|
padding: 100px 260px;
|
|
}
|
|
|
|
.twoColSection p {
|
|
font-size: 18px;
|
|
color: #222;
|
|
line-height: 24px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
|
|
.threeColSection {
|
|
padding: 100px 260px;
|
|
width: 100%;
|
|
height: 966px;
|
|
background: rgba(216, 216, 216, 0.5);
|
|
}
|
|
|
|
.threeColTabs {
|
|
height: 60px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
gap: 70px;
|
|
font-weight: 400;
|
|
font-size: 24px;
|
|
line-height: 34px;
|
|
border-bottom: 1px solid #D5D8DC;
|
|
}
|
|
|
|
.threeColTabItem {
|
|
height: 60px;
|
|
cursor: pointer;
|
|
color: #222222;
|
|
}
|
|
|
|
.threeColTabItem.active {
|
|
border-bottom: 2px solid #000000;
|
|
color: #14355C;
|
|
}
|
|
|
|
.threeColContent {
|
|
padding: 150px 0;
|
|
display: flex;
|
|
gap: 80px;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.threeColContentLeft {
|
|
flex: 6;
|
|
margin: auto 0;
|
|
.threeColContentLeftHead {
|
|
margin-bottom: 30px;
|
|
display: flex;
|
|
gap: 10px;
|
|
|
|
.threeColContentLeftTitle {
|
|
.threeColContentLeftTitleMain {
|
|
font-weight: 700;
|
|
font-size: 40px;
|
|
color: #222222;
|
|
line-height: 50px;
|
|
text-align: left;
|
|
font-style: normal;
|
|
text-transform: none;
|
|
}
|
|
.threeColContentLeftTitleSub {
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
color: #14355C;
|
|
line-height: 26px;
|
|
text-align: left;
|
|
font-style: normal;
|
|
text-transform: none;
|
|
}
|
|
}
|
|
}
|
|
.threeColContentLeftDesc {
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
color: #222222;
|
|
line-height: 34px;
|
|
text-align: justify;
|
|
font-style: normal;
|
|
text-transform: none;
|
|
}
|
|
}
|
|
|
|
.threeColContentRight {
|
|
flex: 8;
|
|
img {
|
|
width: 800px;
|
|
height: 500px;
|
|
}
|
|
} |