@media (max-width: 767px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 5px;
    }


    .banner-desc-box-title {
        font-size: 25px;
        font-weight: 300;
        color: #37414b;
        text-align: left;
        width: 100%;
    }

    .banner-desc-box-content {
        font-size: 14px;
        color: #37414b;
        text-align: left;
        width: 100%;
    }

    .carousel-item {
        height: 100%;
    }

    .w-100 {
        height: 100%;
        object-fit: cover;
    }

    .carousel-inner {
        height: 200px;
    }

    .audit-box {
        width: 100%;
        max-width: 1300px;
        margin: 30px auto;
    }

    .audit-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .item-img {
        width: 100%;
        height: 400px;
        background: #dcdcdc;
    }

    .item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item-content {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* padding-left: 20px; */
        margin-top: 10px;
    }

    .item-content-img {
    }

    .item-content-img img {
        width: 100px;
    }

    .item-content-desc {
        margin-top: 20px;
    }

    .audit-item-reversal {
        flex-direction: row-reverse;
    }

    .audit-box h1 {
        color: #37414b;
        border-bottom: 1px solid #f3f2f0;
        text-align: center;
        padding-bottom: 50px;
        font-family: Quicksand-Medium;
    }

    .audit-box h2 {
        text-align: center;
        padding: 30px 0;
    }

    .audit-content {
        text-align: center;
    }

    .audit-img-list {
        display: grid;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        margin: 50px auto 0;
        max-width: 1200px;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .audit-img-item {
        border: 1px solid #b5b5b5;
        border-radius: 10px;
        padding: 10px;
        width: 100%;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .audit-img-item img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .button-box {
        margin: 50px 0;
        text-align: center;
    }

    .contact-button {
        width: 150px;
        height: 40px;
        background: #37414b;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px auto 0;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px;
    }


    .banner-desc-box-title {
        font-size: 40px;
        font-weight: 300;
        color: #37414b;
        text-align: left;
        width: 100%;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #37414b;
        text-align: left;
        width: 100%;
    }

    .audit-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
    }

    .audit-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .item-img {
        width: 50%;
        height: 430px;
        background: #dcdcdc;
    }

    .item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item-content {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 20px;
    }

    .item-content-img {
    }

    .item-content-img img {
        width: 100px;
    }

    .item-content-desc {
        margin-top: 20px;
    }

    .audit-item-reversal {
        flex-direction: row-reverse;
    }

    .audit-box h1 {
        color: #37414b;
        border-bottom: 1px solid #f3f2f0;
        text-align: center;
        padding-bottom: 50px;
        font-family: Quicksand-Medium;
    }

    .audit-box h2 {
        text-align: center;
        padding: 30px 0;
    }

    .audit-content {
        text-align: center;
    }

    .audit-img-list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        margin: 50px auto 0;
        max-width: 1200px;
        /*grid-template-columns: repeat(3, 1fr);*/
        /*gap: 10px;*/
    }

    .audit-img-item {
        border: 1px solid #b5b5b5;
        border-radius: 10px;
        padding: 10px;
        width: 200px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .audit-img-item img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .button-box {
        margin: 50px 0;
        text-align: center;
    }

    .contact-button {
        width: 150px;
        height: 40px;
        background: #37414b;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px auto 0;
    }
}

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 40px;
        font-weight: 300;
        color: #37414b;
        text-align: left;
        width: 60%;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #37414b;
        text-align: left;
        width: 60%;
    }

    .audit-box {
        width: 100%;
        max-width: 1300px;
        margin: 100px auto;
    }

    .audit-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .item-img {
        width: 50%;
        height: 480px;
        background: #dcdcdc;
    }

    .item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item-content {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 20px;
    }

    .item-content-img {
    }

    .item-content-img img {
        width: 100px;
    }

    .item-content-desc {
        margin-top: 20px;
    }

    .audit-item-reversal {
        flex-direction: row-reverse;
    }

    .audit-box h1 {
        color: #37414b;
        border-bottom: 1px solid #f3f2f0;
        text-align: center;
        padding-bottom: 50px;
        font-family: Quicksand-Medium;
    }

    .audit-box h2 {
        text-align: center;
        padding: 30px 0;
    }

    .audit-content {
        text-align: center;
    }

    .audit-img-list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        margin: 50px auto 0;
        max-width: 1200px;
        /*display: grid;*/
        /*grid-template-columns: repeat(4, 1fr);*/
        /*justify-content: center;*/
        /*align-content: center;*/
    }

    .audit-img-item {
        border: 1px solid #b5b5b5;
        border-radius: 10px;
        padding: 20px;
        width: 23%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .audit-img-item img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .button-box {
        margin: 50px 0;
        text-align: center;
    }

    .contact-button {
        width: 150px;
        height: 40px;
        background: #37414b;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px auto 0;
    }
}
