.hero {
    width:100%;
    height:468px;
    position: relative;
    overflow:hidden;
    padding-top: 68px;
    background-color: var(--tertiary-bg-color);
}

.hero-container{
    position: absolute;
    top: 58%;
    left:50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 100%;
    max-width: 500px;
}

.hero-container img{
    padding:50px;
    width: 100%;
}

.hero-container h2{
    position: absolute;
    color: white;
    font-size: 18px;
    width: 100%;
    text-align: center;
    bottom:0px;
}