#main{
    margin-top: 120px;
}


.hero {
    width: 100%;
    height: 90vh;
    background: url("../img/stresszkezeles_cover.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 0;
}

.hero .container {
    position: relative;
}

.hero h1 {
    text-transform: uppercase;
    color: #333;
}

.hero h2 {
    color: #333;
    margin: 10px 0 0 0;
    font-size: 24px;
}

.hero ul{
    list-style: none;
}

.btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 9px 25px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #399de8;
}

.btn-get-started:hover {
    background: #166ab5;
    color: #FFF;
}

@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }
    
/*    .hero-desc{
        padding-top: 15vh;
    }*/
}

@media (max-width: 992px) {
    .hero {
        margin-bottom: 0;
        min-height: 100vh !important;
        height: auto !important;
        background-size: cover;
        background-position-x: center;
    }

    .hero .container {
        padding-bottom: 10vh;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

.therapies h2, .therapies h3{
    font-family: "Georgia", serif;
}

.therapies .row{
    border-bottom: 1px solid #AAA;
}

/********* sikertörténetek ********/

.review-row{
    border-bottom: 1px solid #AAA;
}

.review-row:last-of-type{
    border-bottom: none;
}

.review-img{
    border-radius: 1.5rem;
}

