@import url(../../base/colors.css);

/* EXPERIENCE CONTAINER LAYOUT STYLES */

.experience{
    display: flex;
    align-items: center;
    justify-content: center; 
    background-color: var(--color-bg-light);
    overflow: hidden;
}

.experience__content {

    height: 100%;
    width: 60%;
    margin: auto;
    


}







