.brand-logo{
    width: 235px;
}

.arrow-button{
    width: 23px;
    padding-bottom: 3px;
    padding-left: 2px;
}

.image-homepage{
    position: relative !important;
    top: 0;
    right: 0;
    margin-top: -50px;
}

.padding-left{
    padding-left: 70px !important;
}

.more-gap{
    gap: 80px !important;
}

.pricing-section{
    /*background-color: var(--primary-color);*/
   background-image: url("../img/icons/bkg-pricining-labelmates.svg");
   height: 1500px !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.bkg-white{
    background-color: var(--lighter-color);
    border-radius: 63px;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 50px !important;
    padding-right: 20px !important;
}

.sfondo-team{
   background-image: url("../img/icons/sfondo-team.svg");
   background-position: center;
   background-repeat: no-repeat;
   height: 500px;
}

.accordion-item{
    margin-top: 30px;
    border: 1px solid var(--primary-color) !important;
}

.box-form{
    border: 1px solid var(--primary-color) !important;
    border-radius: 30px;
    margin-bottom: -55px;
}

.blue-line{
    border: 2px solid var(--primary-color) !important;
    opacity: 1;
    width: 80px !important;
}

.less-pb{
    margin-bottom: -50px;
}

footer{
   background-image: url("../img/icons/footer.svg");
   background-repeat: no-repeat;
   height: auto;
    background-size: cover;
}

.carousel-control-prev, .carousel-control-next{
    filter: invert(48%) sepia(79%) saturate(2504%) hue-rotate(352deg) brightness(118%) contrast(7%);
}
