.header-h2{
    /* margin-top: 4em; */
    font-weight: bolder;
}

.header-h3{
    margin-top: 1em;
}

.header-button{
    padding: 20px 30px;
    font-size: 18px;
}

.logo{
    width:  10em;
    height: 5em;
    object-fit: scale-down;
}

.logos-container .col-md-3{
    padding: 25px;
}

.logos-container .col-md-4{
    padding: 25px;
}

.teslon-logo{
    height: 15em;
    width: 15em;
    object-fit: scale-down;
}

.powered-by{
    margin-bottom: -4rem;
}

.index-page .page-header{
    height: 150vh;
}

.card{
    border-radius: 16px;
}

.card-img-top {
    height: 20em;
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    object-fit: fill;
}

.cards-container{
    position: absolute;
    top: 55em;
    left: 0em;
    right: 0em;
    z-index: 99;
    margin-bottom: 12em;
}

.cards-container2{
    position: absolute;
    top: 47em;
    left: 0em;
    right: 0em;
    z-index: 99;
    margin-bottom: 12em;
}


.card:hover{
    transform: scale(1.05);
}

.buffer{
    width: 100%;
    height: 20em;
}

@media screen and (max-width:640px) {
    .buffer{
        width: 100%;
        height: 68em;
    }
}
html {
    scroll-behavior: smooth;
}

.section-story-overview .top-images{
    height: 321px;
    max-width: 39em;
    margin-top: 5em;
}