*{
    background: #f6f4ed;  
    margin: 0px;
}

/* Below Code is for PC/Laptop version*/

@media (min-width: 1201px){

    .vl{
        border-left: 1px solid #0a0c0c;
        height: 400px;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 25%;
        opacity: 45%;
    }
    
    .title-image{
        position:absolute;
        display: inline-block;
        top: 28%;
        left: 58%;
        width: 250px;
        z-index: 1;
    }
    
    .title-name{
        color: #0a0c0c;
        position: absolute;
        top: 58%;
        left: 58%;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 4px;
        word-spacing: 8px;
        text-align: center;
    
    }
    
    .content h1{
        
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        text-align: left;
        font-weight: 300;
        letter-spacing: 4px;
        word-spacing: 4px;
        font-size: 35px;
        line-height: 1;
        margin-bottom: 5%;

    }
    
    .content p{
        
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 20px;
        word-spacing: 2px;
        font-weight: 300;

    }
    
    .content #forenquiries{ 
        
        margin-bottom: 2.5%;
        letter-spacing: 0px;
        font-weight: 400;
    }
    
    .content{
        position: absolute;
        top: 31%;
        left: 13%;
        color: #0a0c0c;
        
    }
    
    .row{
        display: flex;
        height: 1100px;
        align-items: center;
        margin-right: 50%;
        margin-left: 8%;
        justify-content: space-around;
        
        
    }
       
    .column{

        background: none;
        z-index: 1;
        
    }
    
    .backgroundlogo{
        position: absolute;
        opacity: 7%;
        width: 800px;
        height: 800px;
        bottom: 10%;   
        left: -15%; 
        z-index: 0;
    }
    
    .footer{
        position: absolute;
        top: 95%;
        left: 19%;
        right: 19%;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        text-align: center;
        color: #0a0c0c;
        font-size: small;
        font-weight: 400;
        letter-spacing: 2px;
        word-spacing: 2px;
      
    }

}

/* Below Code is for Mobile/Tablet version*/

@media (max-width: 1200px){
    
    .vl{ 
        border-top: 1px solid #0a0c0c;
        width: 150px;
        opacity: 45%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .title-image{ 
        display: block;
        margin-left: auto;
        margin-right: auto;
        width:150px;
    }
    
    .title-name{
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        text-align: center;
    }
    
    .content h1{
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        text-align: left;
        font-weight: 300;
        letter-spacing: 4px;
        word-spacing: 4px;
        font-size: 35px;
        line-height: 1;
        margin-right: 45%;
        margin-left: 5%;
    }
    
    .content p{
        margin-left: 45%;
        margin-right: 5%;
        display: block;
        text-align: right;
    }
    
    .content{
        font-family: 'Roboto', sans-serif;
        color: #0a0c0c;
        font-weight: 400;
        font-size: 20px;
        word-spacing: 1.5px;
        margin-top: 25%;
        margin-bottom: 15%;
    }
    
    .row{
        display: flex;
        align-items: center;
        margin: 0% 10% 25% 10%;
    }
      
    .column{
        flex: 33.33%;
        padding: 5px;  
        text-align: center;
        z-index: 1;
        background: none;
    }
    
    .footer{
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        text-align: center;
        color: #0a0c0c;
        font-size: medium;
        font-weight: 300;
        letter-spacing: 2px;
        word-spacing: 2px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        
    }
    
    .backgroundlogo{
        position: absolute;
        opacity: 7%;
        width: 500px;
        height: 500px;
        bottom: 25%;
        left: -30%; 
    } 
    
}
