/* .container-fluid {
    width: 80vw;
} */
.border-presentation{
    border: 1px solid silver;
}
.Header-container{
    align-items: center;
    display: grid;
    grid-template-columns: 30% 70%;    
}
.customer-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.logo-size{
    max-width: 180px;
}
.statsCompany{
    font-size: 2rem;
    display: grid;
    grid-template-columns: 74px 74px 74px;
    grid-column-gap: 10px;    
    left: 1rem;
    right: 1rem;
    top: auto;   
}
.value{
    font-size: 1rem;
    font-weight: bold;
}
.statsCompany > div {
    flex: 1;
    text-align: center;
}
.statsCompany div.title {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}
h2{
    font-weight: 800;
    font-size: 1.5rem;
}
.justify{
    justify-content: center;
}´
.justify-evenly{
    justify-content: space-evenly;
}
.Header {
    border-radius: 4px;
    color: white;
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 4px;
    width: 100%;
}

.Header .image-wrapper {
    width: 100%;
    height: 100%;
}

.Header .image-wrapper::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(72, 72, 72));
    opacity: 0.7;
}

.Header .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.TabPresentation img{
    width: 100%;
}
.Header .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Header .content h1 {
    font-size: 2em;
    font-weight: bold;
}

.Header .content h2 {
    font-size: 1.2em;
}
.button-rounded {
    border-radius: 999px;
    border: none;
    padding: 12px 24px;
    width: 100%;
}

.button-trainee {
    background: #007bff;
}

.button-intnernship {
    background: purple;
    color: white;
}

.button-exam {
    background-color: darkorange;
    color: white;
}

.button-jobb {
    background: #28a745;
}
.justify{
    justify-content: center;
}
.text-color{
    color: white !important;
}
.center{
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .no-mobile {
       display: none;
    }
    .Header-container {
        align-items: center;
        display: grid;
        grid-template-columns: 100%;
    }
    .Header-container.border-presentation{
        padding: 2em;
    }
}
#image-presentation{
    width: 100%;
}.TabEducation a {
    color: black;
}
.margin-top{
    margin-top: 90px;
}
.TabContact h2 {
    font-size: 1.2em;
    font-weight: bold;
}

.TabPresentation h2 {
    font-size: 1.5em;
}
.subject-weight{
    font-weight: 700;
}
.bs-gutter-x{
 --bs-gutter-x:0
}
.adList{
    width: 100%;
    display:inline-block !important;
}
.justify-evenly{
    justify-content: space-evenly;
}
.TabPresentation.justify-evenly #content a{
    color: #0d6efd !important;
}
@media (min-width: 576px){
 .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
}