🧠
ARTIFICIAL INTELLIGENCE
.ai-tabs-wrapper {
display: flex !important;
flex-direction: row !important;
gap: 30px !important;
width: 100% !important;
padding: 20px !important;
box-sizing: border-box !important;
}
.ai-tab-box {
flex: 1 !important;
width: 50% !important;
height: 190px !important;
padding: 35px 40px !important;
box-sizing: border-box !important;
border-radius: 40px !important;
position: relative !important;
cursor: pointer !important;
}
.ai-generative {
background: #0b1b2b !important;
color: #ffffff !important;
}
.ai-artificial {
background: #eeeeee !important;
color: #777777 !important;
}
.tab-icon {
font-size: 45px !important;
margin-bottom: 25px !important;
}
.tab-title {
font-size: 24px !important;
font-weight: 500 !important;
letter-spacing: 1px !important;
}
.tab-arrow {
position: absolute !important;
right: 40px !important;
bottom: 30px !important;
font-size: 40px !important;
}
@media screen and (max-width: 767px) {
.ai-tabs-wrapper {
flex-direction: column !important;
}
.ai-tab-box {
width: 100% !important;
height: 160px !important;
}
}