.strona-tresc-tresc{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.r-1, .r-2, .r-3{
    background: white;
    border-radius: 1.3rem;
    padding: 24px 0px;
}

.r-1{
    max-width: 792px;
    margin-bottom: 408px;
    padding-left: 200px;
    padding-right: 32px;
    -webkit-box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    -moz-box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
}
.r-2{
    max-width: 792px;
    margin-bottom: 128px;
    padding-right: 200px;
    padding-left: 32px;
    -webkit-box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    -moz-box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
}
.r-3{
    max-width: 792px;
    padding-left: 112px;
    padding-right: 32px;
    -webkit-box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    -moz-box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
    box-shadow: 8px 13px 13px -9px rgba(66, 68, 90, 0.48);
}

.r-2 p:first-child{
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.r-2 ol{
    padding-left: 16px;
    margin: 0;
}

.r-3 ul{
    padding-left: 16px;
    margin: 0;
}

.r-1-t{
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.r-2-t{
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.r-3-t{
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.r-1-t:before{
    content: url(../grafika/1_3.png);
    position: absolute;
    top: 16px;
    left: 64px;
}
.r-2-t:before{
    content: url(../grafika/2_3.png);
    position: absolute;
    top: -322px;
    right: -52px;
}
.r-3-t:before{
    content: url(../grafika/3_3.png);
    position: absolute;
    top: -53px;
    left: -24px;
}

.strona-65 main{
    margin-bottom: 64px!important;
}

.strona-65 .h1-tytul{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 350px;
    margin-bottom: 32px;
    margin-top: -5vh;
}