@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');
*{
   font-family:  Inconsolata;

}
body{
    height: 40em;
    width: 100vw;
    /* background-color:aqua; */
    margin: 0;
    display: flex;
    justify-content: center;
    

}

.allHold{
/* background-color: rgb(228, 244, 60); */
height: 100%;
width: 85%;
display: flex;
flex-direction: column;
margin-bottom: 50px;
}
.mainHold{
width: 100%;
padding-top: 70px 0px;
display: flex;
flex-direction: column;
align-items: center;

}

.headers{
padding-top: 20px;
font-weight: bold;
font-family:  Inconsolata;
font-size: 15px;
}
.left{
width:100%;
display: flex;
align-items: center;
justify-content:center ;
padding-top: 40px;
}

.left img{
    height: 100%;
    width:100%;
    object-fit: contain;
    
}
.right{

display: flex;
flex-direction: column;

padding-top: 80px;
/* background-color: red; */

}

.title{
    font-size: 35px;
    font-weight: bold;
    word-spacing: 15px;
    text-align:left;
    font-family:  Inconsolata;
     
}

.brief{
    font-size: 20px;
    font-family:  Inconsolata;
    padding: 50px 0px;
    word-spacing: 4px;
  
}


.boton{
    height:50px;
    width: 200px;
    background-color: black;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: Arial;
   margin-bottom: 50px;
}


@media(min-width: 980px) {
    
    body{
        height: 40em;
        width: 100vw;
        /* background-color:red; */
        margin: 0;
        display: flex;
       
      

    }
  .allHold{
    display: flex;
        /* background-color: blue; */
        height: 100%;
        width: 85%;
       
        
        }

       
        .mainHold{
            width: 100%;
            padding-top: 80px;
            display: flex;
           height: 100%;
           /* background-color: aqua; */
           flex-direction: unset;
           justify-content: space-between;
            }

          
                .left{
                    width:45%;
                    display: flex;
                    align-items: center;
                    justify-content:center ;
                    /* background-color: gold; */
                    height: 100%;
                    }
                    
                    .left img{
                        height: 100%;
                        width:100%;
                        object-fit: contain;
                        
                    }

                      
                    .right{
                        width: 45%;
                        display: flex;
                        flex-direction: column;
                        
                     
                        /* background-color: red; */
                        
                        
                        } 

                        .brief{
                            padding: 60px 0px;
                            width: 70%;
                            font-size: 25px;
                             }

                             .title{
                                 width: 95%;
                                 font-size: 60px;
                                 line-height: 70px;
                             }
  }

