.technology_first_section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-image: url("./img/test.png");
    background-size: cover;
    background-position: center;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
}

/*.technology_first_section:first-child{
    position:absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}*/

.technology_first_section_text {
    width: 70%;
    color: #9b417d;
}

.technology_first_section_text h1 {
    width: 100%;
    color: #9b417d;
    font-size: 5vw;
    margin-bottom: 10%;
}

.technology_first_section_text button {
    color: #484848;
    background-color: transparent;
    border: 2px solid #868686 !important;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 2vw;
}

.technology_first_section_img {
    width: 30%;
    height: 100%;
}

.technology_first_section_img img {
    width: 100%;
    height: auto;
    border-radius: 50px;
}

@media (max-width: 768px) {
    .technology_first_section {
        flex-direction: column-reverse;
        height: 80vh;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .technology_first_section_text {
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;
    }

    .technology_first_section_text h1 {
        font-size: 6vw;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .technology_first_section_text button {
        font-size: 4.5vw;
        padding: 12px 30px;
    }

    .technology_first_section_img {
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
    }

    .technology_first_section_img img {
        width: 80%;
        height: 35vh;
        object-fit: cover;
        margin-top: 5%;
        border-radius: 30px;
    }
}

.technology_second_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
}

.technology_second_section_column {
    width: 30%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border: white 1px solid;
    margin: 2%;
}

.technology_second_section_column img {
    width: 100%;
    height: auto;
    background-color: white;
}

.technology_second_section h2 {
    border-bottom: white 1px solid;
    padding: 5%;
    width: 100%;
    text-align: center;
}

.technology_second_section p {
    padding: 5%;
}


.technology_third_section {
    width: 100%;
    height: auto;
    background-image: url("./img/mountainSignQualifiedBlur.png");
    background-size: cover;
    background-position: center;
    padding-top: 10%;
    padding-bottom: 7%;
    /* padding: 5% 10%; */
}

.technology_third_section_column {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.technology_third_section h1 {
    color: black;
    text-align: center;
}

.technology_third_section h2 {
    color: #424242;
    text-align: left;
    font-size: 1.2em;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.35);
    padding: 10px;
    border-radius: 6px;
}

.technology_third_section h3 {
    color: #535353;
    text-align: left;
    font-size: 0.9em;
    margin-top: 10px;
    margin-bottom: 18px;
}

.technology_third_section p {
    color: #120e10;
    text-align: left;
    font-size: 0.8em;
    text-align: justify;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
    border-radius: 6px;
}

.technology_third_section button {
    color: white;
    background-color: #518E66;
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    text-align: center;
    margin: 8% 5%;
}

.technology_third_section_link {
    display: flex;
    justify-content: center;
    width: 30%;
    text-decoration: none;
}

@media (max-width: 768px) {
    .technology_second_section {
        flex-direction: column;
    }

    .technology_second_section_column {
        width: 100%;
        margin: 0;
    }

    .technology_third_section {
        padding: 8%;
    }

    .technology_third_section_column {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .technology_third_section {
        text-align: center;
        margin: auto;
        padding-left: 10%;
        padding-right: 10%;
        /*height: 60vh;*/
    }

    .technology_third_section_column {
        height: 100%;
        justify-content: space-evenly;
    }

    .technology_third_section p {
        display: none;
    }

    .technology_third_section a {
        width: 100%;
    }

    .technology_third_section h2 {
        text-align: center;
        font-size: 1.2rem;
    }

    .technology_third_section h3 {
        text-align: center;
        font-size: 4.5vw;
    }
}