.bz-title {
    width: 100%;
    margin-bottom: 50rem;
}

.bz-title h6 {
    color: var(--main-color);
    font-size: 22rem;
    font-family: 'Play';
    margin-bottom: 30rem;
}

.bz-title h5 {
    font-size: 50rem;
    display: flex;
    align-items: center;
    gap: 20rem;
}

.bz-title h5 span {
    color: var(--ruah-blue);
    padding: 8rem;
    font-size: 22rem;
    border-radius: 5px;
    border: 1px solid #96C0E023;
    background-color: #96C0E023;
}

.bz-title p {
    color: #888;
    font-size: 20rem;
    line-height: 1.7;
    font-weight: 500;
    margin-top: 30rem;
}

.bz-grid-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30rem;
}

.bz-grid-wrapper i {
    color: var(--main-color);
    font-size: 50rem;
}

.bz-image-wrapper {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 15rem 50rem 0 rgba(80, 86, 131, .15);
}

.bz-image {
    padding: 40rem;
}

.bz-grid-wrapper .bz-image {
    padding: 20rem;
}

.bz-image span {
    display: block;
    font-size: 20rem;
    margin-top: 30rem;
    background-color: var(--ruah-blue);
    text-align: center;
}

.bz-image-wrapper p {
    width: 100%;
    padding: 20rem;
    font-size: 22rem;
    font-weight: 500;
    text-align: center;
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
}

.bz-image-wrapper p b {
    color: var(--main-color);
}

.bz-subtitle {
    margin-top: 120rem;
}



/*==================================================*/
@media (max-width: 768px) {
    .bz-grid-wrapper {
        flex-direction: column;
    }

    .bz-image-wrapper {
        box-shadow: none;
    }

    .bz-grid-wrapper i {
        transform: rotate(90deg);
    }
}


@media (max-width: 550px) {
    .sub-navBtn {
        font-size: 23rem;
        white-space: nowrap;
    }
    
    .bz-title h6 {
        font-size: 30rem;
    }
    
    .bz-title p {
        font-size: 24rem;
    }

    .bz-title p br {
        display: none;
    }
    
    .bz-image {
        padding: 20rem;
    }
}