#how-main{
    width: 100%;
    height: 410px;
    background-color: #0A0A0A;
    position: relative;
    overflow: hidden;
    top: 122px;
}

#how-main-text{
    width: 100%;
    height: 350px;
    color: white;
    display: flex;
    align-items: center;
}

#how-main-text > div{
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

#how-main-text .title{
    font-size: 26px !important;
    line-height: 40px;
}

#how-main-red-1{
    position: absolute;
    left: 0;
    top: 0;
}

#how-main-red-2{
    position: absolute;
    right: 0;
    top: 0;
}

#how-tabs{
    width: 100%;
    height: 60px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.tab-button{
    display: inline-block;
    height: 100%;
    width: 290px;
    text-align: center;
    background-color: #FAFAFA;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    cursor: pointer;
    transition: .3s all;
}

.tab-button-active{
    background-color: #146EF4;
    color: white;
}

/*.tab-button:hover{
    background-color: #146EF4;
    color: white;
}*/

@media only screen and (max-width: 599px) {
    #how-main{
        height: 215px;
        top: 101px;
    }

    #how-main-text{
        height: 180px;
    }
    
    #how-main-text > div{
        width: 90%;
    }

    #how-main-text .title {
        font-size: 14px !important;
        line-height: 21px;
    }

    #how-tabs{
        height: 35px;
    }

    .tab-button{
        width: 32%;
        font-size: 12px;
        line-height: 35px;
    }

    #workers{
        top: 101px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px){
    #how-main{
        height: 225px;
    }

    #how-main-text{
        height: 180px;
    }
    
    #how-main-text > div{
        width: 90%;
    }

    #how-main-text .title {
        font-size: 18px !important;
        line-height: 21px;
    }

    #how-tabs{
        height: 45px;
    }

    .tab-button{
        width: 32%;
        font-size: 14px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    #how-main{
        height: 300px;
    }

    #how-main-text{
        height: 240px;
    }
    
    #how-main-text > div{
        width: 90%;
    }

    #how-main-text .title {
        font-size: 24px !important;
        line-height: 31px;
    }

    .tab-button{
        width: 32%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (min-width: 1200px) and (max-width: 1727px) {

}
