section#amd-indtech-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

section#amd-indtech-1 .text {
    color: white;
}

section#amd-indtech-2 {
    padding-top: 70px;
    padding-bottom: 80px;
}

section#amd-indtech-2 .flex {
    align-items: center;
}

section#amd-indtech-2 .title {
    font-size: 1rem;
    line-height: 1.3;
    padding-bottom: 15px;
    max-width: 470px;
    /* padding-top: 40px; */
}

section#amd-indtech-2 .text {
    padding-bottom: 40px;
    max-width: 470px;
}

section#amd-indtech-2 .btn {
    padding: 18px 35px;
}

section#amd-indtech-3 {
    padding-bottom: 60px;
    background-color: #f2f2f2;
    padding-top: 90px;
}

section#amd-indtech-3 .title {
    font-size: 1.4rem;
}

section#amd-indtech-3 .title:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #222;
    margin: 0 auto;
    margin-top: 22px;
}

section#amd-indtech-4 {
    background-color: #f2f2f2;
    padding-bottom: 100px;
    text-align: center;
}

section#amd-indtech-4 .container {

}

section#amd-indtech-4 .title {
    font-size: 0.8rem;
    padding-bottom: 20px;
    line-height: 1.5;
    margin-top: 35px;
}

section#amd-indtech-4 .text {
    font-size: 0.7rem;
    padding-bottom: 80px;
}

section#amd-indtech-4 .flex>div {
    padding: 25px;
}

section#amd-indtech-4 .btn {
    padding: 20px 50px;
    font-size: 0.8rem;
}

section#amd-indtech-5 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon img {
    height: 60px;
    filter: var(--c-primary-filter);
    width: 60px;
    object-fit: contain;
    text-align: center;
    display: block;
    margin: 0 auto;
}

/*Mobile*/
@media screen and (max-width:900px){
    section#amd-indtech-1 .text {
        font-size: 0.7rem;
    }
    section#amd-indtech-2 {
        padding-top: 50px;
        text-align: center;
    }

    section#amd-indtech-2 img {
        margin-top: 50px;
    }
    section#amd-indtech-2 .title {
        line-height: 1.5;
        font-size: 0.9rem;
    }
    section#amd-indtech-2 .text {
        line-height: 1.4;
        font-size: 0.8rem;
    }
    section#amd-indtech-3 .title {
        font-size: 1rem;
        text-align: center;
    }
    section#amd-indtech-4 .text {
        padding-bottom: 30px;
    }
}