.valuable{

    width: 100%;
    display: flex;
    justify-content: center;

}



.sub_dev1 {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1100px;
}

.child_sub_dev1 {
    width: 100%;
    display: flex;
    text-align: center;
    justify-items: center;
    flex-direction: column;
    align-items: center;
}


.child_sub_dev1 h1{

    margin-bottom: 30px;
    color: #4b4949;

}


#developer1 {
    width: 100%;
    gap: 50px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.dev_sub1 {
    width: 42%;
    max-width: 320px;
    min-width: 270px;
}


.font h2{

    font-size: 26px;
    color: #008abe;
    text-align: right;
    width: 90%;
    margin: auto;
    margin-bottom: 16px;
    position: relative;
}

@media (max-width:350px) {

    .dev_sub1 {
        width: 95%;
        min-width: unset;
    }

    .box {
        
        padding: 10px;
    }
    
}

