body {
    background-color: #F9F9F9;
}
.orbisBg {
    aspect-ratio: 16/9;
    width: 100%;
    background: url("images/main-bg.jpg") no-repeat center top;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reportTitle {
    padding-bottom: 15px;
}
.contentWrap {
    padding: 0 150px;
}
.carInfo {
    padding: 20px;
    background-color: white;
}
.customTable i {
    font-size: 24px;
}
.customTable th i::before {
    vertical-align: bottom;
}
.customTable td i::before {
    vertical-align: top;
}

#myVideo {
    aspect-ratio: 3/2;
}

@media screen and (max-width: 992px) {
    .orbisLogo {
        height: 112px;
        width: 112px;
    }
    .orbisTitle {
        font-size: 30px;
    }
    .contentWrap {
        padding: 0 20px;
    }
    .carInfo {
        padding: 24px;
    }
}

@media screen and (max-width: 576px) {
    .orbisLogo {
        height: 56px;
        width: 56px;
    }
    .orbisTitle {
        font-size: 15px;
    }
    .reportTitle {
        font-size: 18px;
        line-height: 20px;
    }
    .carInfo {
        padding: 12px;
    }
    .carInfo p {
        font-size: 10px;
        margin-bottom: 4px;
    }
    .carInfo h5 {
        font-size: 12px;
    }
    .customTable thead {
        font-size: 10px;
    }
    .customTable tbody {
        font-size: 8px;
    }
    .customTable th,
    .customTable td {
        line-height: 16px;
    }
    .customTable i {
        font-size: 16px;
    }
}
