.row-height-szkolenia {
    min-height: 60vh;
}
.szkolenia1 h1 {
    font-size: 80px!important;
    letter-spacing: 0!important;
}
.szkolenia1 h1 span {
    line-height: initial;
}
.szkolenia1 p, .szkolenia4 p {
    width: 85%;
}
.szkolenia2 img {
    width: 90%;
}
.szkolenia4 .telNumber {
    color: #EF8700;
    text-decoration: none;
    transition: text-decoration 0.5s ease-in-out;
}
.szkolenia4 .telNumber:hover {
    text-decoration: underline;
}
.color-orange {
    color: #EF8700;
}
.courses-margin-top {
    margin-top: 64px;
}
.courses-margin-bottom {
    margin-bottom: 64px;
}
.bgc-lightgray {
    padding: 40px 20px 40px 20px;
    border-radius: 10px;
    background: #F7F7F7;
    height: 100%;
}
.btn-linkTermsCourse {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 5px 25px;
    border: 1px solid #EF8700;
    gap: 10px;
    color: #EF8700;
    background-color: white;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.btn-linkTermsCourse:hover {
    color: white;
    background-color: #EF8700;
}
.btn-linkCertificate {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 5px 25px;
    border: 1px solid #EF8700;
    gap: 10px;
    color: #EF8700;
    background-color: white;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.btn-linkCertificate svg {
    fill: #EF8700;
    transition: fill .3s ease-in-out;
}
.btn-linkCertificate:hover {
    color: white;
    background-color: #EF8700;
}
.btn-linkCertificate:hover svg {
    fill: white;
}

@media only screen and (max-width: 992px) {
    .row-height-szkolenia {
        min-height: 85vh;
    }
    .szkolenia1 h1 {
        font-size: 40px!important;
    }
    .szkolenia2-1 h2 {
        font-size: 28px!important;
    }
    .szkolenia2 {
        font-size: 20px!important;
    }
    .szkolenia4 h2 {
        font-size: 32px!important;
    }
    .gap-section2 {
        gap: 20px;
    }
    .szkolenia2-1 {
        font-size: 36px;
    }
    .courses-margin-bottom {
        margin-bottom: 48px;
    }
    .btn-linkTermsCourse, .btn-linkCertificate {
        font-size: 14px;
    }
}