.MainSkills{
    padding-top: 149px;

}
.sectionSkills>.div1>.div11{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.sectionSkills>.div1>.div11>img{
    width: 30%;

}
.div11{
    background-color: #301934;
    padding: 2%;
    color: white;
    font-family: 'Roboto';
    width: 165vh;
    height: 300px;

}
.div11>p{
    width: 70%;
    font-size: 20px;
    margin-left: 5%;
    
}

.sectionSkills{
    margin-left: 2%;
    
}
.sectionSkills>.div1>h1{
    margin-top: 5%;
    margin-bottom: 2%;
}



@media only screen and  (min-width: 10px) and (max-width: 700px){

    .div11{
  
        height: 100%;
    }
    .sectionSkills>.div1>.div11{
        display: flex;
        flex-direction: column;
        width: 100%;
        font-size: 20px;
        padding-right: 10%;
    }
    .sectionSkills>.div1>.div11>p{
        font-size: 15px;
        width: 95%;
        font-weight: 1;
    }
    
    .sectionSkills>.div1>.div11>img {
        width: 90%;
        margin-left: 5%;
        padding-bottom: 10%;
        padding-top: 3%;
        border-radius: 25px;
    }
    
    
}

