#epta-template .tribe-tickets__form-field-description a {
    text-decoration: underline;
    font-weight: bold;
}
.epta-share-area {
    margin-top: 40px !important;
}
.content ul li {
    font-size: 1.4em;
}
#partners_logos ul.list .list__item, #members_logos ul.list .list__item {
    margin-bottom: 0px;
}

#newsletter .wpcf7-response-output {
    border-color: #fff;
    background: #fff;
    width: 100%;
    margin: 0;
    /* padding: 0;
    display: block; */
}
#members_logos ul.list {
    gap: 60px;
}
#newsletter{margin-top:100px}
.swiper-arrows-section > div img {
    width: 32px;
    height: 32px;
}
.swiper-arrows-section {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 10px;
}
.swiper-btn-prev {
    transform: rotate(180deg);
}
.swiper-btn-next, .swiper-btn-prev {
  transition: 0.6s;
}
.swiper-btn-next.swiper-button-disabled, .swiper-btn-prev.swiper-button-disabled {
    opacity: 0.5;
}
.ptk-fix {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#news .container-thumbnail img {
    object-fit: cover;
}
a.cta.link--arrowed {
    text-transform: uppercase;
}

#members_logos ul.list .list__item img {
    max-height: 150px;
}
#members_logos ul.list .list__item:nth-child(3) img {
    max-width: 240px;
}
.ptk-button {
    color: #fff;
    font-family: owners-wide,sans-serif;
    letter-spacing: .65px;
    font-size: 1.25em;
    font-weight: 500;
    transition: all .2s;
    background: transparent linear-gradient(266deg,#43c2d6,#8282f7) 0 0 no-repeat padding-box;
    padding: 12px 41px 10px;
    text-align: center;
    transition: all .2s;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}
.ptk-button:hover {
    color: #fff;
}

.ini-s-point h4 {
    font-size: 1.5rem;
    text-transform: uppercase;

}
@media only screen and (min-width: 1200px) {
  .ini-s-point h4 {
      max-width: 300px;
  }
}


#ini-studiapodyplomowe .flex-row {
    flex-direction: row!important;
    gap: 4rem;
}


.row.no-gutters.ptk-tabs .ptk-tab {
    width: 100%;
    margin-bottom: 15px;
}
.row.no-gutters.ptk-tabs .ptk-tab > h5 {
    background: transparent linear-gradient(266deg,#43c2d6,#8282f7) 0 0 no-repeat padding-box;
    font-family: owners-xwide,sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 1.5em;
    line-height: 1.5em;
    cursor:pointer;
    position: relative;
    margin-bottom: 0;
}
h5.active i.ptk-arrow {
    transform: rotate(90deg);
}
.ptk-tab div.ptk-tab-content {
    padding: 3em;
    display: none;
    box-shadow: 0px 0px 30px #8282f742;
}
.ptk-tab div.ptk-tab-content h6, .ptk-wykladowca .ptk-w-nazwa h6 {
    font-size: 1.4em;
    font-family: owners-xwide,sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 10px;
}
div.ptk-wykladowca .ptk-w-nazwa h6 {
    margin-bottom: 10px;
}
.ptk-wykladowca:after {
    content: "";
    position: relative;
    background: #44C1D8;
    width: 120px;
    height: 2px;
    display: block;
    margin-bottom: 20px;
}
.ptk-wykladowca:last-child:after{display: none;}
.ptk-wykladowca .ptk-w-nazwa a {
    position: relative;
    top: -3px;
}
.ptk-wykladowca p {
    font-size: 1.4em;
    line-height: 1.8em;
}
.ptk-tab div.ptk-tab-content ul {
    padding-left: 20px;
}
.ptk-tab div.ptk-tab-content ul li {
    list-style: none;
    font-size: 1.4em;
    line-height: 1.8em;
    position: relative;
}
.ptk-tab div.ptk-tab-content ul li:before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    background: #44C1D8;
    left: -20px;
    top: 12px;
}
i.ptk-arrow {
    background-image: url(https://fintechpoland.com/wp-content/themes/fintech_poland/dist/img/ptk-arrow-w.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 20px;
    transform: rotate(-90deg);
    transition: 0.6s;
}

.ptk-person {
    border: 1px solid #44C1D8;
    padding: 2em;
}
.ptk-person h6{
font-size: 1.4em;
font-family: owners-xwide,sans-serif;
font-weight: 700;
margin-bottom: 20px;
display: inline-block;
margin-top: 20px;
}
.ptk-person img {
    width: 100%;
}
h4.patron {
    margin-top: 3em;
    padding-top: 3em;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    border-top: 2px solid #8183f6;
}

ul.list-patron {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 80px;
    align-items: center;
}

@media only screen and (max-width: 800px) {
ul.list-patron {
    display: flex;
    flex-direction: column;
}
}
