#about-us{
    width:100%;
    position:relative;
    display:inline-block
}
#about-us #banner{
    position:relative;
    height:350px
}
#about-us #banner .bg-abs,#about-us #banner .mask{
    top:0;
    height:100%;
    position:absolute;
    width:100%;
    left:0
}
#about-us #banner .bg-abs{
    box-shadow:30px 30px 40px rgba(0,0,0,.1);
    z-index:0;
    object-fit:cover
}
#about-us #banner .mask{
    background:linear-gradient(91deg,#171616 0,rgba(31,48,77,.23) 100%,rgba(0,0,0,0) 100%) no-repeat padding-box;
    mix-blend-mode:multiply;
    opacity:.75;
    z-index:1
}
#about-us #banner .img-abs{
    position:absolute;
    right:0;
    bottom:0;
    opacity:.25;
    z-index:1
}
#about-us #banner .common-limiter{
    max-width:1340px;
    padding:0;
    z-index:1
}
#about-us #banner .common-limiter .content{
    padding:180px 20px 90px;
    width:100%;
    display:inline-flex;
    justify-content:space-between
}
#about-us #banner .common-limiter .content .title{
    position:relative;
    padding-bottom:30px;
    text-align:left;
    font:normal normal 300 40px/40px Raleway;
    letter-spacing:-1.2px;
    color:#FFF
}
#about-us #banner .common-limiter .content .title b{
    font:normal normal bold 40px/40px Raleway
}
#about-us #banner .common-limiter .content .title::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:45px;
    height:2px;
    background-color:#FED130;
    display:inline-block;
    z-index:1
}
#about-us #banner .common-limiter .content .btn-back{
    display:inline-flex;
    align-items:center;
    gap:15px;
    text-align:left;
    font:normal normal 500 16px/49px Poppins;
    letter-spacing:6.4px;
    color:#FFF;
    text-transform:uppercase
}
#about-us #banner .common-limiter .content .btn-back .gg-chevron-left{
    box-sizing:border-box;
    position:relative;
    display:block;
    transform:scale(var(--ggs,1));
    width:22px;
    height:22px;
    border:2px solid transparent;
    border-radius:100px
}
#about-us #banner .common-limiter .content .btn-back .gg-chevron-left::after{
    content:"";
    display:block;
    box-sizing:border-box;
    position:absolute;
    width:10px;
    height:10px;
    border-bottom:2px solid;
    border-left:2px solid;
    transform:rotate(45deg);
    left:6px;
    top:4px
}
#about-us #terms{
    position:relative;
    background-color:#fff
}
#about-us #terms .common-limiter{
    max-width:1340px;
    padding:0
}
#about-us #terms .common-limiter .content{
    padding:90px 20px 100px;
    width:100%
}
#about-us #terms .common-limiter .content .title{
    padding-top:12.5px;
    text-align:center;
    font:normal normal 300 35px/48px Raleway;
    letter-spacing:-.7px;
    color:#555553;
    position:relative
}
#about-us #terms .common-limiter .content .title::after{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:45px;
    height:2px;
    background-color:#FED130;
    display:inline-block
}
#about-us #terms .common-limiter .content .title b{
    font:normal normal bold 35px/48px Raleway
}
#about-us #terms .common-limiter .content .description{
    margin-top:50px
}
#about-us #terms .common-limiter .content .description p{
    text-align:left;
    font:normal normal 300 16px/28px Raleway;
    letter-spacing:0;
    color:#171714
}
.contacts {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-top: 40px;
}
.info {
    display: flex;
    align-items: center; 
    justify-content: center;
}
#about-us #terms .common-limiter .content .description .info-p {
    font-size: 20px;
    margin-left: 20px;
    margin-top: 10px;
}
.info-div {
    margin-left: 50px;
}
.info-div .btn-denuncia {
    background-color:#FED130;
    width: 200px;
    height: 50px;
    border-radius: 3px;
    border: none;
    color: #000;
    font:normal normal bold 16px/16px Raleway;
}
#link-phone-mobile {
    display: none;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 800px) {
    #link-phone-mobile {
        display: inline;
    }
    #link-phone-desktop {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .info {
        display: block;
    }
    .contacts {
        display: block;
    }
    #about-us #terms .common-limiter .content .description .info-p {
        font-size: 16px;
        margin-top: 10px;
    }
    .info-div {
        margin-left: 0px;
    }
}
