.hireTableBoxContainer {
    background: #fff;
    width: 100%;
}
.hireTableBoxPadding{
    padding: 50px;
    
    overflow: hidden;
}
.hireTableBoxTitle {
    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.hireTableBoxInfo {
    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    width: 50%;
}
.hireTableBoxInfo2 {
    font-family: var( --font-family-roboto);
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
/* table */

.hireTableTable {
    width: 100%;
    color: #fff;
    padding: 10px;
    margin-top: 40px;
    border-top: 1px solid #22AE49;

    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.hireTableTable th {
    padding: 10px;
    padding-bottom: 40px;
    text-align: left;
}

.hireTableTable td {
    padding: 10px;

    border-top: 1px solid;
    border-color: rgba(34, 174, 73, 0.2);

    font-family: var( --font-family-roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
}

.hireTableTh1 {
    width: 50%;
    
}
.hireTableTh2 {
    width: 25%;
}
.hireTableTh3 {
    width: 25%;
}


@media screen and (max-width: 900px) {
    .hireTableBoxInfo {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    

}
@media screen and (max-width: 550px) {

}