.navbar .jobs-link{
    font-weight:bold;
}

.package-container{
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     gap:25px;
}

@media screen and (max-width:768px) {

    .package-container{

         flex-direction: column;
         justify-content:center;
         gap:25px;
   }

}

.package{
     width:270px;
     height:28em;

}


@media screen and (max-width:768px){

     .package{
           width:270px;
           height:auto;
     
     }
}

.package img{
     width:100%;
     height:15em;

}

.fs-6{
    font-size:13em;
}