.main-container {
    height: 100vh;
    /* display: grid;
    grid-template-rows: 1fr 30fr 1fr; */
}

.sub-main-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

.sub-con-1 {
    display: flex;
    flex-direction: row;
    width: 900px;
    align-items: center;
    text-align: end;
    background-color: rgb(228, 228, 228);
    padding: 10px;
    height: 250px;

}
.pg-skillastra{
    color: var(--co) !important;
}
.sub-con-2 {
    width:900px;
    align-items: center;
    padding: 10px;
    height: auto;
    justify-content: center;

}

.divider {
    height: 100%;
    width: 5px;
    background-color: black;
    margin: 10px;
}

img {
    width: 200px;
}
.spacer{
    height: 30px;
}

.cards-list {
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .card {
    margin: 10px auto;
    width: 850px;
    /* height: 100px; */
    border-radius: 10px;
  box-shadow: 5px 5px 5px 5px rgba(0,0,0,0), 5px 5px 5px 5px rgba(0,0,0,0.22);
    cursor: pointer;
    transition: 0.4s;
  }
  
  .card .card_image {
    width: inherit;
    height: inherit;
    border-radius: 10px;
  }
  
  .card .card_image img {
    width: inherit;
    height: inherit;
    border-radius: 40px;
    object-fit: cover;
  }
  
  .card .card_title {
    text-align: center;
    border-radius: 0px 0px 0px 0px;
    font-family: sans-serif;
    /* font-weight: bold; */
    font-size: 18px;
    margin-top: 10px;
    /* height: 40px; */
  }
  
  .card:hover {
    transform: scale(0.9, 0.9);
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0), 
      5px 5px 5px 5px rgba(0,0,0,0.22);
  }
  
  .title-white {
    color: white;
  }
  
  .title-black {
    color: black;
  }
  
  @media all and (max-width: 100px) {
    .card-list {
      /* On small screens, we are no longer using row direction but column */
      flex-direction: column;
    }
  }
  
  
  /*
  .card {
    margin: 30px auto;
    width: 300px;
    height: 300px;
    border-radius: 40px;
    background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
    transition: 0.4s;
  }
  */

@media screen and (max-width:1000px) {
    .sub-con-1 {
        width: 90%;
    }
    .sub-con-2 {
        width: 90%;
    }
}