#skills-and-experience {
    margin: 56px 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    color: rgb(255, 255, 255);
    background-color: #1a1919;
    padding: 0 150px;
}

#skills-and-experience h4 {
    color: #68d5f9;
    margin-top: 40px;
}

#skills-and-experience h5 {
    margin: 50px 0 24px 0;
}

#B_Together{
    margin: 24px 0 !important;
}

.pageheading {
    padding: 80px 0 0 0;
}

.pageheading_description {
    padding: auto;
}

.pillbutton {
    background-color: transparent;
    border: 1px solid #68d5f9;
    color: #68d5f9;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    border-radius: 16px;
}

.experience_column {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem; /* Spacing between the cards */
}

.experience_column .card {
    flex: 1 1 calc(25% - 1rem); /* Each card takes 25% of the width, minus the gap */
    max-width: calc(25% - 1rem); /* Ensure the card doesn't grow beyond 25% */
    background-color: #242424;
    border: none;
    box-sizing: border-box; /* Include padding and border in the width */
    box-shadow: 4px 4px 5px 5px #161616;
}

.experience_column .card .card-img-top {
    width: 1 1 calc(25% - 1rem); /* Each card takes 25% of the width, minus the gap */
    height: 350px;
    object-fit: cover;
    
    /* change image scale to 120% */
}

#longerwidth{
   width: 100%;
}

#longercard{
    width: 100%; /* Ensure the card doesn't grow beyond 25% */
    max-width: 500px;
    background-color: #242424;
    border: none;
    box-sizing: border-box; /* Include padding and border in the width */
    box-shadow: 4px 4px 5px 5px #161616;
}





  



