*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;

}

html,body
{

    font-family: "Montserrat";
    color: #0a0606;
    height: 100%;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    
}
p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
}

h1
{

font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-size: 60px;
line-height: 73px;
align-items: center;
color: #CE1212;


    
}



.con{
position: absolute;
width: 700px;
height: 450px;
top: 150px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 43px;
color: #FFFAFA;


}

.hero{
	min-height: 100vh;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    background-image: url('devops.webp');
}



.container{
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    height: 800px;
    padding: 20px;
    
    

}

.con2
{
position: absolute;
width: 700px;
height: 160px;
top: 150px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 43px;
display: flex;
align-items: flex-start;
flex-direction: column;
color: #FFFAFA;
 -moz-top: 250px;
}

@media (max-width: 767px) 
{

    .container
    {
        top:0px;
        padding: 0px 5px;
    }
    .con
    {
        top: 20px;
       font-weight: 700;
        font-size: 25px;
        line-height: 28px;
        padding: 5px 5px;

    }

    .con2
    {
        width: 360px;
        font-size: 24px;
    line-height: 26px;
    }

    .con
    {
        width: 360px;
    }
     h1{
        font-size: 25px;
     }

}





