.cont-1170{
    max-width: 1170px;
    margin: 0 auto;
    font-family: effra, sans-serif;
    overflow: hidden;
}
.cont-1170 > p{
    text-transform: uppercase;
    color: #901e57;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin: 30px;
}
.ban1{
    background: url(https://www.twojesoczewki.com/themes/twojesoczewkinew/assets/img/static/colorclub/logo-l.png) left top no-repeat;
    background-size: cover;
    padding: 50px;
     border-bottom: 8px solid transparent;
    border-image: linear-gradient(to right, #952ba9 , #fe6a6f);
    border-image-slice: 1;
}
.ban2{
     border-bottom: 8px solid transparent;
    border-image: linear-gradient(to right, #952ba9 , #fe6a6f);
    border-image-slice: 1;
    max-width: 100%;

}
.logo{
    color: #901e57;
}
.logo img{
    max-width: 170px;
    display: block;
}
.tslogo{
    margin-top: 50px;
    margin-bottom: 20px;
   
}
.logo-desc h2{
    font-size: 24px;
    font-family: 'Fira Sans',sans-serif;
    color: #901e57;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 30px;
}
.logo-desc p{
     font-size: 20px;
      font-weight: 400;
    font-family: 'Fira Sans',sans-serif;
    line-height: 28px;
}
.logo-desc span{
     color: #901e57;
    font-size: 16px;
    font-family: 'Fira Sans',sans-serif;
    line-height: 1;

    
}

.logo-desc{
margin-bottom: 30px;
   
}

.point-step{
    background: #f8f8f8;
/*    background-size: 100% 100%;*/
    border-radius: 350px; 
/*    height: 0;*/
/*    display: inline-block;*/
    min-height: 370px;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Fira Sans',sans-serif;
/*    padding-top: 100%;*/
}

/*
.point-step:after {
   content: "";
  display: block;
  padding-bottom: 100%;
}
*/

.point-step strong {
    font-weight: 800;
}
.point-step span{
    color: #901e57
}

.down{
    margin-top: 60px;
}
.down:before{
    width: 220px;
    content: url(https://www.twojesoczewki.com/themes/twojesoczewkinew/assets/img/static/colorclub/strzalka1.svg);
    position: absolute;
    left: calc(0% - 100px);
    transform: rotate(25deg);
    top: 0;
}
.down:after{
    width: 220px;
    content: url(https://www.twojesoczewki.com/themes/twojesoczewkinew/assets/img/static/colorclub/strzalka2.svg);
    position: absolute;
    left: calc(50% + 100px);
    transform: rotate(5deg);
    bottom: 0;
    z-index: 1;
}

.point-step img{
    max-width: 100px;
    padding-top: 40px;
    display: block;
    margin: 0 auto;
}
.point-step p{
    max-width: 260px;
    text-align: center;
    margin: 0 auto;
}
.join-us{
    text-align: center;
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    margin: 40px;
}
.join-us span{
    color: #901e57;
}
.need-to-know{
    background: url(https://www.twojesoczewki.com/themes/twojesoczewkinew/assets/img/static/colorclub/Prostokat.png) center no-repeat;
    background-size: cover;
    padding: 150px;
      font-size: 24px;
    font-family: 'Fira Sans',sans-serif;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
}
.need-to-know p{
     max-width: 800px;
    margin: 50px;
 
}
.need-to-know h2{
     text-transform: uppercase;
    color: #901e57;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin: 30px;
}


.btn-cta{
    border-radius: 50px;
    border: 3px solid #901e57;
    background: #901e57;
    color: white;
    padding: 10px 50px;
    margin: 0 auto;
    display: block;
    font-size: 24px;
    font-family: 'Fira Sans',sans-serif;
    margin-bottom: 50px;
}
.btn-cta:hover{
    border: 3px solid #901e57;
    color: #901e57;
    background: white;
    cursor: pointer;
}
.logo-kont{
    max-width: 240px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
   
}
@media only screen and (max-width: 599px) {

    .down:before, .down:after {
        content: '';
    }
    .need-to-know{
        padding: 0px;
        background: white;
    }
    .point-step{
        margin-top: 20px;
        height: 100vw;
    }
}