.main-div{
    
    width: 1100px;
    margin: 100px;
}

.box1{
    border: 2px solid black;
    height: 250px;
    width: 200px;
    border-radius: 20px;
    border-width: 30px;
    border-left: none;
    border-right: none;
    border-color: orange;
    text-align: center;
    display: inline-block;
    margin: 30px;
    box-shadow: 10px 10px 5px gray;
       
    
}

.box1:hover{
    background-color: green;
    color: white;
}



.head1{
    color: orange;
}

.fa-globe{
    color: orange;
    margin-top: 20px;
    font-size: 30px;
    
}


 .box2{
    border-color: pink;
}
.head2{
    color: pink;
}



.fa-rocket{
    margin-top: 20px;
    font-size: 30px;
    color: pink;
}

.box3{
    border-color: blueviolet;
}

.head3{
    color:blueviolet;
}


.fa-mobile-screen-button{
    margin-top: 20px;
    font-size: 30px;
    color:blueviolet;
}

.box4{
    border-color: blue;
}
.head4{
    color:blue;
}



.fa-briefcase{
    margin-top: 20px;
    font-size: 30px;
    color:blue;
}

