.tabs{ display: flex; flex-wrap: nowrap; flex-direction: row; height: 80px; border-bottom: 0.01px solid #d6e4ef; .tab{ flex:1; text-align: center; padding: 24px; } .actived{ color:#FF7142; border-bottom: 3px solid#FF7142 } } .tab-details{ border: 1px solid #d6e4ef; .first-tab{ .description-title{ font-size:35px; color:#999; margin-top:20px; margin-left: 20px; margin-bottom: 20px; font-weight: bold; } .description-img{ padding:0 10px; font-size: 0px; } } .second-tab{ .tab-header{ display: flex; flex-wrap: nowrap; flex-direction: row; border-bottom: 0.1px solid #d6e4ef; .sub-tab{ flex:1; text-align: center; padding: 12px; } } .sub-tab-details{ padding: 100px 50px; background-color: #FAFBFC; text-align: center; } } .third-tab{ padding: 100px 50px; background-color: #FAFBFC; text-align: center; } .actived{ color:#FF7142; border-bottom: 3px solid#FF7142 } .sub-actived{ color:#FF7142; border: 2px solid#FF7142; border-radius: 10%; } }