section#indar-2 {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #f3f3f3;
}

section#indar-2 .title {
    padding-bottom: 31px;
}

section#indar-2 .text {
    /* color: #888; */
    font-weight: 300;
}

section#indar-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

section#indar-1 .text {
    color: white;
}

section#indar-3 {
    padding-top: 80px;
    padding-bottom: 50px;
}

section#indar-3 .flex img {
    height: 60px;
    filter: var(--c-primary-filter);
    width: 60px;
    object-fit: contain;
}

section#indar-3 .text {

    max-width: 249px;

    margin: 0 auto;

    font-size: 0.75rem;
}

section#indar-3,
section#indar-4,
section#indar-5 {
    text-align: center;
}

section#indar-3 .container:after,
section#indar-4 .container:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-top: 90px;
}

section#indar-3 .title,
section#indar-4 .title,
section#indar-5 .title {
    padding-bottom: 35px;
    font-size: 1.2rem;
    padding-bottom: 55px;
}

section#indar-4 {
    padding-top: 40px;
    padding-bottom: 50px;
}

section#indar-4 .flex img {
    height: 60px;
    filter: var(--c-primary-filter);
    width: 60px;
    object-fit: contain;
}

section#indar-4 .text {
    padding-bottom: 50px;
    font-weight: 800;
    font-size: 0.7rem;
}

section#indar-5 {
    padding-top: 40px;
    padding-bottom: 100px;
}

section#indar-5 .flex img {
    height: 60px;
    filter: var(--c-primary-filter);
    width: 60px;
    object-fit: contain;
}

section#indar-5 .text {
    padding-bottom: 50px;
    font-weight: 800;
    font-size: 0.7rem;
}

section#indar-6 {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

section#indar-6 .title {
    color: #fff;
    padding-bottom: 30px;
}

section#indar-6 .btn {
    /* margin-top: 35px; */
    font-size: 0.8rem;
    padding: 20px 35px;
}

section#indar-6 .container {
    max-width: 740px;
}

section#indar-6 .text {
    color: #fff;
    padding-bottom: 50px;
}

.icon {
    padding-bottom: 18px;
}

/*Mobile*/
@media screen and (max-width:900px){
	section#indar-2 {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    section#indar-2 .title {
        text-align: center;
        font-size: 1.2rem;
    }
    section#indar-2 .text {
        font-size: 0.7rem;
    }
    section#indar-1 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    section#indar-1 .text {
        font-size: 0.7rem;
    }
    section#indar-3 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    section#indar-3 .container {
        padding-left: 0;
        padding-right: 0;
    }
    section#indar-3 .title,
    section#indar-4 .title,
    section#indar-5 .title{
        line-height: 1.3;
        font-size: 0.9rem;
    }
    section#indar-3 .flex img {}
    section#indar-3 .text {
        line-height: 1.3;
        padding-bottom: 20px;
    }
    section#indar-5 {}
    section#indar-3 .container:after,
    section#indar-4 .container:after{
        margin-top: 35px;
    }    
}