.content{
    width: 65%;
}
.background {
    height: auto;
}
ul li:nth-child(2){
    text-shadow: 5px 5px 10px #EEB4A9, 0 0 25px #EEB4A9, 0 0 5px #EEB4A9;
}

.servicesframe{
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    margin: 12vh 0 18px 0;
    width: auto;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    opacity: 0.8;
}

.services h1{
    color: #555;
    font-weight: 800;
    text-align: center;
    font-size: 1.5rem;
}
.services{
    font-size: 14px;
    margin-left: 1em;
    position: relative;
    color:#000;
    min-height: 100vh;
}
.services p{
    font-size: 1rem;
    text-align: left;
}
.services h2{
    text-align: center;
}


.servicescardframe{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.servicescard{
    width: 22%;
    margin: 0 0px;
    box-sizing: border-box;
    background: #fff;
    opacity: 1;
    padding: 1rem;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.servicescard img{
    height: 70px;
    width: 70px;
}
.servicescard p{
    font-weight: bold;
}

.columns{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
.col{
    flex-direction: column;
    margin: 5px;
    padding: 5px;
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    flex-basis: 30%;
    min-height: 64px;
    }

.col a{
    color: #1b1a1a;
    text-decoration: none;
    font-weight: bold;
}
.col a:hover{
    text-shadow: 5px 5px 10px #EEB4A9, 0 0 25px #EEB4A9, 0 0 5px #EEB4A9;

}






.servicesreszletezesframe{
    display: flex;
    flex-direction: column;
}
.servicesreszletezes{
    display: flex;
    flex-direction: row;
    align-items: center;
    scroll-margin-top: 100px;
}
.servicesreszletezes h3{
    padding: 10px;
    flex-basis: 30%;
}

.servicesreszletezesszovegkeret{
    padding: 5px;
    flex-basis: 70%;
    margin: 15px;

}
.servicesreszletezesszoveg p{
}

.servicesreszletezesszovegcta a{
    float: right;
    padding: 7px 13px;
    margin: 20px auto 15px;
    background: #E95689;
    color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #c9c9c9, 0 0 25px #c9c9c9, 0 0 5px #c9c9c9;
    font-size: 1rem;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 150px;
}
.servicesreszletezesszovegcta a:hover{
    font-weight: bold;
}

















/* RESPONSIVE */

@media (max-width:1450px){
    .content{
        width: 80%;
    }
}

@media (max-width:1300px){
    .col{
        flex-basis: 30%;
        min-height: 64px;
    }
}

@media (max-width:1190px){
    .content{
        width: 90%;
    }
    .services{
        font-size: 14px;
        margin-left:4px;
    }
    .services p{
        font-size: 1rem;
        margin-left:4px;
    }
    .services h1{
        font-size: 1.5rem;
        text-align: left;
    }
    .servicescard{
        width: 22%;
        margin: 0 0px;
        box-sizing: border-box;
        background: #fff;
        opacity: 1;
        padding: 1rem;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .col{
        flex-basis: 30%;
        min-height: 64px;
    }
}

@media (max-width:960px){
    .servicescard{
        flex-basis: 23%;
        margin: 0 0px;
        box-sizing: border-box;
        background: #fff;
        opacity: 1;
        padding: 1rem;
        margin: 0.2rem;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .col{
        flex-basis: 45%;
    }
    .servicesreszletezes{
        display: flex;
        flex-direction: column;
    }
    .servicesreszletezes p{
        display: flex;
        flex-direction: column;
    }
}

@media (max-width:768px){
    .servicesframe img{
        width: 60px;
        height: 60px;
    }
    .services{
        margin-top: 6px;
    }
    .services h1{
        font-size: 1.3rem;
        text-align: left;
    }
    .servicesbevezeto p{
        font-size: 0.8rem;
    }
    .servicescardframe{
        flex-wrap: wrap;
    }
    .servicescard{
        flex-basis: 24%;
        margin: 1rem 0px;
        flex-direction: column;
    }
    .servicescard p{
        font-size: 0.8rem;
    }
    .col-50{
        width: 100%;
    }
}

@media (max-width:600px){
    .content{
        width: 95%;
    }
    .servicescardframe{
    }
    .servicesbevezeto p{
        font-size: 1rem;
    }
    .servicescard{
        flex-direction: row;
        flex-basis: 100%;
        width: 100%;
    }
    .servicescard p{
        font-size: 1rem;
    }
    .servicescard img{
        margin-right: 10px;
    }
    .col{
        flex-basis: 100%;
        min-height: 27px;
    }
}

@media (max-width:500px){
    .servicesframe{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:400px){
    .servicesframe{
        padding-left: 10px;
        padding-right: 10px;
    }
    .services{
        font-size: 0.8rem;
    }
    .services h1{
        font-size: 1.1rem;
    }
    .services h2{
        font-size: 1.1rem;
    }
    .servicesbevezeto p{
        font-size: 0.8rem;
    }
    .servicescard{
        margin: 0.5rem 0px;
    }
    .servicescard p{
        font-size: 0.8rem;
    }
    .col p{
        font-size: 0.8rem;
    }
    .servicesreszletezes p{
        font-size: 12.8px;
    }
}
