section{
    display: flex;
    flex-direction: column;
    padding-top: 75px;
    padding-bottom: 75px;
}
h3{
    font-size: 1.5rem;
}

blockquote{
    max-width: 800px;
    font-size: larger;
    font-family: 'Sofia';
    text-align: center;
    align-self: center;
}

.link-btn{
    padding: 10px;
    width: 200px;
    color: rgb(5, 5, 5);
    text-transform: uppercase;
    background-color: rgba(0, 252, 76, 0.795);
    border-radius: 10px;
    margin: 10px ;
    align-self: center;
}

.google-btn{
    padding: 10px;
    width: 200px;
    color: rgb(5, 5, 5);
    text-transform: uppercase;
    border-radius: 10px;
    margin: 10px ;
    align-self: center;
}

li{
    list-style: none;
}

#kepzes-kartyak{
    flex-direction: row;
}

#kepzes-kartyak, #velemeny-szekcio, #oktato-kartyak {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.kepzes-kartya, .oktato-kartya {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    background-color: transparent;
    border-radius: 15px;
    width: 350px;
    margin: 30px;
}

.kepzes-kartya > img, .oktato-kartya > img{
    width: 350px;
    height: 300px;
    object-fit: cover;
  }

#embeeded-maps {
    display: flex;
    overflow-x: scroll;
    width: 80%;
}

#kapcsolat > div > a {
    padding: 10px;
    margin-top: 5px;
    border-radius: 15px;
    width: 300px;
    align-self: center;
}

#kapcsolat > div {
    display: flex;
    flex-direction: column;
    text-align: center;
}

#kapcsolat > div > a:hover {
    color: white;
    background-color: rgb(0, 19, 128);
}

#kapcsolat > div > ul {
    text-align: left;
    margin: auto;
    padding-top: 40px;
}

@media (max-width:600px) {
    #embeeded-maps{
        width: 95%;
    }
   
    #kepzes-kartyak, #velemeny-szekcio {
        flex-direction: column;
    }

    .kepzes-kartya, .velemeny {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
}