
.contact-info .nb-content-wrapper .nb-items-wrapper {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.contact-info .nb-content-wrapper .nb-items-wrapper .nb-item {
    width: 50%;
}

.contact-info .nb-items-wrapper > * {
    margin-bottom: 25px;
}

.contact-info .nb-items-wrapper > *:last-child {
    margin-bottom: 0;
}

.contact-info .nb-items-wrapper .nb-item .nb-title {
    font-size: var(--nb-font-size-12);
    font-weight: var(--nb-font-semibold);
    margin-bottom: 5px;
}

.contact-info .nb-items-wrapper .nb-item .nb-description {
    font-size: var(--nb-font-size-12);
    color: var(--nb-text-color-primary);
}

.contact-info .nb-items-wrapper .nb-item .nb-description a:hover {
    text-decoration: none;
}

.contact-info .nb-content-wrapper address {
    margin: 0;
}

.contact-info .block-heading-with-subheading .nb-title {
    margin-bottom: 10px;
}

.contact-info .block-heading-with-subheading {
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    /*.contact-info {*/
    /*    background-color: var(--nb-bg-secondary);*/
    /*    padding: 15px 10px;*/
    /*    border-radius: var(--nb-border-radius-s);*/
    /*}*/

    /*.contact-info .nb-heading-wrapper {*/
    /*    margin-bottom: 0;*/
    /*}*/

    /*.contact-info .nb-heading-wrapper-icon .nb-icon {*/
    /*    display: block;*/
    /*}*/

    /*.contact-info .nb-heading-wrapper-icon .nb-icon::after {*/
    /*    width: 20px;*/
    /*    height: 20px;*/
    /*    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");*/
    /*    background-repeat: no-repeat;*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 0;*/
    /*    transition: transform 0.2s ease-in-out;*/
    /*    content: "";*/
    /*}*/

    /*.contact-info:has(.nb-collapse.show) .nb-heading-wrapper-icon .nb-icon::after{*/
    /*    transform: rotate(-180deg);*/
    /*}*/

    /*.contact-info:has(.nb-collapse.show) .nb-collapse{*/
    /*    transition: height 1s ease-in-out;*/
    /*}*/

    .contact-info .nb-content-wrapper .nb-items-wrapper .nb-item {
        width: 50%;
    }

    .contact-info .nb-content-wrapper .nb-items-wrapper {
        margin-top: 30px;
    }

    .contact-info .block-heading-with-subheading .nb-title {
        margin-bottom: 5px;
    }
}
