.single-units #content{
    background: var(
        --gradient-gray,
        linear-gradient(136deg, #eef3fa 0%, #fcfdff 102.74%)
      );
}

.single-units .single-post-banner {
    min-height: 215px;
    height: 215px !important;
}

.single-units .single-post-banner h1{
    display: none!important;
}

.single-units .units-all-infromations{
    background-color: white;
    padding: 12px 40px 40px 40px!important;
}

.single-units .units-all-infromations div{
    margin-top: 0;
}

.single-units .units-all-infromations .label,
.single-units .label-infromation{
    font-weight: 600;
    margin-bottom: 1em!important;
}

.single-units .unit-address div{
    display: flex;
}

.single-units .unit-address div .label{
    font-weight: 500!important;
    margin-right: 0.5em;
    margin-bottom: 8px!important;
}


.single-units .units-all-infromations .value{
    margin-bottom: 12px;
}

.single-units .unit-address div p{
    margin-bottom: 8px!important;
}

.single-units .unit-address,
.single-units .contact,
.single-units .director-unit,
.single-units .manager-unit{
    border-bottom: solid 1px #19287821;
    padding-bottom: 1em;
}

.single-units .label-infromation{
    padding: 2em 40px;
    margin: 0!important;
    background: white;
}

.single-units .unit-description{
    padding: 0 40px 12px 40px;
    background: white;
}

.single-units .contact div:first-of-type{
    margin-top: 1em;
}

.single-units .contact{
    font-weight: 600;
}

.single-units .contact .value{
    font-weight: 500!important;
    margin-bottom: 8px;
}

.single-units .contact a{
    margin-left: 0.5em;
}