/* GENERAL */

.ot-heading h2, h2 {
    line-height: 35px;
    font-size: 31px;
}

body, button, input, select, optgroup, textarea {
    color: #3C3C3B;
}

/* HEADER */

header .img-fluid{
    width: 8em;
}

.logo-container{
    padding-left: 8vw;
}

header li img{
    width: 30px;
}

/* BANNER */

h1 span{
    color: #20A059;
}

#bannerSection h1,#bannerSection p{
    color: white;
}

/* KIT DIGITAL */

#kitDigitalSection p{
    font-size: 16px;
    margin-bottom: 1rem;
}

#kitDigitalSection h2{
    color: #3C3C3B;
}

#kitDigitalSection img{
    width: 35em;
}

/* SOLUTION */

#solutionSection .card {
    min-height: 100px;
    background-color: #3C3C3B;
    border-radius: 8%;
}

#solutionSection .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#solutionSection .cards-container{
    padding: 0 8rem;
}

#solutionSection .card-text{
    line-height: 1.5;
}

/* DISCOVER */

#discoverSection .ot-acc-item__icon {
    background: #20A059;
    padding: 9px 9px;
    margin-right: 10px;
    height: 40px;
}

#discoverSection .ot-acc-item.current .ot-acc-item__title, .ot-acc-item__title {
    color: #373737;
    line-height: 25px;
}

#discoverSection .ot-acc-item__content {
    color: #3C3C3B;
}

#discoverSection h2{
    color: #3C3C3B;
}

#discoverSection a{
    font-size: 18px;
}

.ot-acc-item__content {
    display: block;
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: none;
}
.ot-acc-item__trigger {
    pointer-events: none;
}

#discoverSection .ot-acc-item{
    padding: 0;
}

#discoverSection .ot-heading {
    margin-bottom: 30px;
}

#discoverSection .work-block-13 {
    background-image: url("../img/kitdigital/discover.webp");
}

/* WHYCLICKO */

#whyClickoSection .work-block-13 {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 2.25rem;
}

/* FORM */

#formSection .text-container p{
    font-size: 20px;
    line-height: 1.2;
}

#formSection .form-container{
    border-radius: 1.25rem;
}

