
    .section-address{
        background-repeat:  no-repeat;
        padding:            1rem;
        background-size:    cover;
        width:              100%;
    }
    .address-content{
        display:            flex;
        padding:            1rem;  
        justify-content:    space-between;
        background-color:   rgba(255, 255, 255, 0.8);
        width:              100%;
    }
    .contact-details{
        align-self:     flex-end;
    }
    .open-hours{
        align-self:     flex-end;
    }
    @media (max-width: 450px){
        
        .address-content{
            flex-wrap:      wrap;
            row-gap:        1rem;
        }
        .logo-image{
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 50%;
        }
        .logo-address{
            width:          100%;
            height:         150px;
            order:          1;
        }
        .open-hours{
            order:          2;
            font-size:      0.70rem;
            width:          40%;
        }
        .contact-details{
            order:          3;
            font-size:      0.70rem;
            width:          60%;
            text-align:     right;
        }
    }
    
    .logo-image{
        width: 150px;
    }
    .address-details{
        text-align:         center;
    }
    .contact -detailst{
        text-align:         right;
    }
