.brnb-info-block {
    display: flex;
}

.brnb-info-block__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    
    flex: 0 0 30%;
    min-width: 0;
}

.brnb-info-block__text {
    display: flex;
    flex-direction: column;
}

.brnb-info-block__text1 {
    font-weight: 500;
    font-size: 60px;
    line-height: 85px;
    letter-spacing: 0%;
    color: #1a1a1a;
}

.brnb-info-block__text2 {

    font-weight: 700;
    font-size: 60px;
    line-height: 85px;
    letter-spacing: 0%;



    color: #355C8D;
}

.brnb-info-block__phone-icon {
    margin-top: 20px;
}

.brnb-info-block__phone-icon svg {
    width: 198px;
    height: 191px;
}

.brnb-info-block__right {
    flex: 1;
    display: flex;
    gap: 26px;
    min-width: 0;
}

.brnb-info-block__col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.brnb-info-block__img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
}

.brnb-info-block__img--top-left {
    flex: 1;
    aspect-ratio: 475 / 547;
}

.brnb-info-block__img--top-right {
    aspect-ratio: 553 / 363;
}

.brnb-info-block__img--bottom-right {
    flex: 1;
    aspect-ratio: 553 / 408;
}

.brnb-info-block__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 26px;
    gap: 18px;

    border-width: 1px;
    border-radius: 25px;
    border-color: #000;
    border-style: solid;


}

.brnb-info-block__text3 {

    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0%;
    color: #000;

}

a.brnb-info-block__phone-number {
font-weight: 700;
font-size: 40px;
line-height: 45px;
letter-spacing: 0%;





    color: #000;
    text-decoration: none;
}

a.brnb-info-block__phone-number:hover {
    color: #355C8D;
}

/* Responsive - Tablet */
@media only screen and (max-width: 1024px) {
    .brnb-info-block__text1,
    .brnb-info-block__text2 {
        font-size: 40px;
        line-height: 56px;
    }

    .brnb-info-block__phone-icon svg {
        width: 120px;
        height: 116px;
    }

    .brnb-info-block__text3 {
        font-size: 22px;
        line-height: 32px;
    }

    a.brnb-info-block__phone-number {
        font-size: 26px;
        line-height: 34px;
    }
}

/* Responsive - Mobile */
@media only screen and (max-width: 768px) {
    .brnb-info-block {
        flex-direction: column;
        gap: 24px;
    }

    .brnb-info-block__left {
        flex: none;
        gap: 16px;
    }

    .brnb-info-block__text1,
    .brnb-info-block__text2 {
        font-size: 28px;
        line-height: 38px;
    }

    .brnb-info-block__phone-icon {
        margin-top: 10px;
    }

    .brnb-info-block__phone-icon svg {
        width: 80px;
        height: 77px;
    }

    .brnb-info-block__right {
        gap: 12px;
    }

    .brnb-info-block__col {
        gap: 12px;
    }

    .brnb-info-block__img--top-left {
        aspect-ratio: 4 / 3;
    }

    .brnb-info-block__img--top-right {
        aspect-ratio: 4 / 3;
    }

    .brnb-info-block__img--bottom-right {
        aspect-ratio: 16 / 10;
    }

    .brnb-info-block__contact {
        padding: 18px;
        gap: 10px;
    }

    .brnb-info-block__text3 {
        font-size: 18px;
        line-height: 26px;
    }

    a.brnb-info-block__phone-number {
        font-size: 22px;
        line-height: 30px;
    }
}

/* Responsive - Small mobile */
@media only screen and (max-width: 480px) {
    .brnb-info-block {
        gap: 26px;
    }

    .brnb-info-block__right {
        flex-direction: column;
        gap: 16px;
    }

    .brnb-info-block__col {
        flex-direction: row;
        gap: 16px;
    }

    .brnb-info-block__col--left {
        align-items: stretch;
    }

    .brnb-info-block__img--top-left {
        flex: 1;
        aspect-ratio: auto;
    }

    .brnb-info-block__contact {
        flex: 1;
        padding: 14px;
        gap: 8px;
        justify-content: center;
    }

    .brnb-info-block__text1,
    .brnb-info-block__text2 {
        font-size: 24px;
        line-height: 32px;
    }

    .brnb-info-block__phone-icon svg {
        width: 60px;
        height: 58px;
    }

    .brnb-info-block__text3 {
        font-size: 14px;
        line-height: 20px;
    }

    a.brnb-info-block__phone-number {
        font-size: 17px;
        line-height: 24px;
    }

    .brnb-info-block__img--top-right,
    .brnb-info-block__img--bottom-right {
        aspect-ratio: 16 / 9;
    }

    .brnb-info-block__left {
        align-items: center;        
    }

    .brnb-info-block__col--right
    {
        display: flex;
        flex-direction: column;
    }
}
