/*==================================================
LEFT PANEL
==================================================*/

.update-left{
    width:100%;
    max-width:600px;
    margin:110px 0 0;
    padding:-5px 20px;
    text-align:left;
    align-self:flex-start;
    box-sizing:border-box;
	margin-left:-13px;
}


/*==================================================
SMALL PURPLE TITLE
==================================================*/

.update-label{

    display:block;

    font-family:'Oswald',sans-serif;

    font-size:16px;

    font-weight:400;

    letter-spacing:8px;

    text-transform:uppercase;

    color:#A54CC4;

    margin-bottom:10px;

}


/*==================================================
CONTACT US
==================================================*/

.update-left h2{

    font-family:'League Gothic',sans-serif;

    font-size:clamp(50px,5vw,100px);

    font-weight:0;

    line-height:.88;

    color:#fff;

    text-transform:uppercase;

    margin:0 0 35px;

}


/*==================================================
PARAGRAPH
==================================================*/

.update-left p{
    font-family:'Oswald',sans-serif;
    font-size:20px;
    font-weight:300;
    line-height:1.8;
    color:#bfbfbf;
    max-width:100%;
    margin:0;
    text-align:justify;
}


/*==================================================
RESPONSIVE
==================================================*/
/* Tablets */
@media (max-width:992px){

    .update-left{
        max-width:100%;
        margin-top:70px;
        padding:0 25px;
        text-align:center;
        align-self:center;
    }

    .update-left p{
        text-align:center;
    }

}

@media (max-width:1200px){

.update-left{

    max-width:800px;

    margin:0 auto;

    text-align:center;

}

}

/* Phones */
@media (max-width:768px){

    .update-left{
        margin-top:50px;
        padding:0 20px;
    }

    .update-label{
        font-size:14px;
        letter-spacing:4px;
    }

    .update-left h2{
        font-size:clamp(38px,10vw,60px);
        line-height:.95;
        margin-bottom:20px;
    }

    .update-left p{
        font-size:17px;
        line-height:1.7;
    }

}

/* Small Phones */
@media (max-width:480px){

    .update-left{
        margin-top:35px;
        padding:0 16px;
    }

    .update-label{
        font-size:12px;
        letter-spacing:3px;
    }

    .update-left h2{
        font-size:36px;
    }

    .update-left p{
        font-size:15px;
        line-height:1.6;
    }

}