.about{
    width: 100%;
    height: auto;
    margin-top: 100px;
    padding-top: 100px;
    background: linear-gradient(90deg,#ffffff 65%, #F6F7F8 35%);
}

.about-grey{
 background: linear-gradient(90deg,#E8E8E8 73%, #F6F7F8 27%);
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: relative;*/
/*    margin-left: -15px;*/
}

.about-wrap{
    background: #ffffff;
    width: 65%;
}

.about-wrap .logo.partner, .logo-wrap-mobile .logo.partner{
    background: url("../images/partnerlogo.png");
    background-repeat: no-repeat;
    background-size: contain;
    /*background-position: -25px 0px;*/
}
.about-wrap .logo.partner a, .logo-wrap-mobile .logo.partner a{
    display: block;
    width: 100%;
    height: 100%;
}

.about .logo-wrap{
    width: 295px;
    height: 152px;
    padding-left: 5%;
    padding-top: 80px;
}

.about .logo-wrap.fullwidth, .about .logo-wrap-mobile.fullwidth{
    width: 90%;
}
.about .logo-wrap.fullwidth .logo.dustin{
    background-size: contain;
}

.about .logo-wrap-mobile{
    width: 295px;
    height: 152px;
}
.about .logo, .logo-wrap-mobile .logo {
    background: url('../images/senada_logo.svg') no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
}
.about .logo-wrap-mobile{
    display: none;
}
.about .text-wrap{;
    padding: 75px 57% 2% 5%;
}
.about .text-wrap.fullwidth{
    padding: 40px 5% 2% 5%
}

.about .show-hidden{
    display: none;
}

.about .senada-img{
    position: absolute;
    bottom: 0;
    right: 21%;
    bottom: -30px;
}

.about .btn-about{
    padding-left: 50px;
    text-transform: uppercase;
    color: #0A1A40;
    font-family: Raleway-SemiBold, sans-serif;
    padding-bottom: 65px;
    position: relative;
}

.about .btn-about::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 23px;
    left:0;
    top: 9px;
    background: url("../images/pre_icon.png") no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
    transform-origin: center center;
}

.about .btn-about.rotated::before{
    transform: rotate(-90deg);
    transition: all .3s ease-in-out;
    transform-origin: center center;
}
.bckgr-white{
    background-color: #FFFFFF;
}

.about .logos{
    padding: 35px 85px;
}
.about .logos ul li{
    display: flex;
    justify-content: center;
}


.about .logos ul li a img{
    height: 35px;
    width: auto;
}
.text-wrap-mobile{
    display: none;
}

.about .logo-wrap{
    display: block !important
}

.about .royalInnerContainer{
    display: block;
    height: auto;
    text-align: left;
}
.about .royalInnerContainer .title{
    color: #000;
    padding: 0px;
    margin: 0px;
    text-align: left;
    line-height: 1em;
}
.about .royalInnerContainer .subtitle{
    font-size: 12px;
    line-height: 1em;
}
@media (max-width: 1525px){
    .about .royalInnerContainer .title{
        font-size: 38px;
    }
}
@media (min-height: 1024px) and (max-width: 1525px) {
    .about .royalInnerContainer .title{
        font-size: 38px;
    }
}

@media (max-width: 1368px) {

    .about .logos {
        padding-top: 35px;
        width: 95%;
        padding-left: 0;
    }
    .about .senada-img {
        right: 10%;
    }
}


@media (max-width: 1024px) {

    .about .logos {
        width: 100%;
        padding-left: 35px;
    }

    .about{
        background: #ffffff;
        padding-top: 0;
    }

    .about .logo-wrap-mobile{
        padding-left: 35px;
    }

    .about .text-wrap-mobile{
        padding-left: 35px;
        padding-right: 15px;
        padding-top: 25px;
    }

    .about-grey{
        background: #E8E8E8;
        padding: 0;
        justify-content: flex-end;
        position: relative;
        width: 100%;
    }
    .about .senada-img {
        position: relative;
        bottom: 0;
        right: 0;
    }

  .about-white{
        width: calc(100% - 35px);
        height: calc(100% - 100px);
        left: 35px;
        bottom: 30px;
        background: white;
        position: absolute;
    }


    .about .logo-wrap-mobile{
        display: block;
    }
    .text-wrap-mobile{
        display: block;
    }
 .about-wrap{
    display: none;
}

 @media (max-width: 992px){
     .about .logo-wrap{
         display: none !important
     }

 }

 @media (max-width: 768px){
     .about .logos{
         padding-right: 35px;
     }

     .about .senada-img img{
         height: 400px;
     }

     .about .logo-wrap-mobile{
         width: 230px;
         height: 100px;
     }

     .about{
         margin-top: 35px;
     }

 }

}

@media(max-width: 768px){
    .about .text-wrap-mobile{
        padding: 25px 15px 0;
    }

    .about .btn-about{
        padding-bottom: 35px;
    }

    .about .logos{
        padding: 15px 25px;
    }
}

@media (max-width: 520px) {
    .logo-slick{
        display: flex;
        flex-wrap: wrap;
        gap: 5px 15px;
        justify-content: center
    }
}

@media (max-width: 475px) {
    .about-grey{
        height: 400px;
        overflow: hidden;
    }
    .about-grey.sm-hide{
        display: none;
    }
    .about .senada-img{
        position: absolute;
    }
    .about .senada-img{
        right: -50px;
    }
    .about .royalInnerContainer .title{
        font-size: 34px;
    }
}

@media (max-width: 320px) {

}