* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

.about {
    padding: 50px 80px 50px 80px;
}

.about .title-about h2 {
    color: #FF9900;
}

.wrap-about {
    display: flex;
    justify-content: space-between;
    margin-right: 90px;
}

.tagLine-about span {
    width: 9px;
    height: 100px;
    background-color: #009031;
    border-radius: 10px;
}

.tagLine-about h1 {
    width: 650px;
    font-size: 2.9em;
    font-family: "Days One", sans-serif;
    color: #009031;
}

.text-about .descOne-about {
    width: 650px;
    text-align: justify;
    font-size: 1.2em;
    color: #666666;
}

.descTwo-about {
    font-size: 1.2em;
    text-align: justify;
    color: #666666;
}

.text-aboutTwo a {
    background-color: #FF9900;
    width: 190px;
    height: 45px;
    font-size: 1.2em;
    font-weight: 500;
    color: #fff;
}

.text-aboutTwo a:hover {
    background-color: #f19101;
    color: #fff;
}

/* ========================= */
/* RESPONSIVE MOBILE ABOUT */
/* ========================= */

@media (max-width: 1200px) {
    .about {
        padding: 48px 52px;
    }

    .wrap-about {
        margin-right: 0;
        gap: 42px;
    }

    .tagLine-about h1,
    .text-about .descOne-about {
        width: min(100%, 560px);
    }

    .tagLine-about h1 {
        font-size: 2.45em;
    }
}

@media (max-width: 992px) {
    .about {
        padding: 42px 34px;
    }

    .wrap-about {
        flex-direction: column;
        align-items: center;
        gap: 28px;
    }

    .tagLine-about {
        display: flex;
        align-items: flex-start !important;
        gap: 14px;
        width: min(100%, 680px);
    }

    .tagLine-about h1 {
        width: 100%;
        font-size: 2.2em;
        line-height: 1.35;
    }

    .text-about {
        width: min(100%, 680px);
    }

    .text-about .descOne-about,
    .descTwo-about {
        width: 100%;
        font-size: 1.05em;
        line-height: 1.75;
    }

    .wrap-about img {
        width: min(100%, 330px);
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .text-aboutTwo {
        width: min(100%, 680px);
        margin: 22px auto 0;
    }
}

@media (max-width: 768px) {

    .about {
        padding: 35px 20px;
    }

    .about .title-about h2 {
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .wrap-about {
        flex-direction: column;
        margin-right: 0;
        gap: 25px;
    }

    .tagLine-about {
        display: flex;
        align-items: flex-start !important;
        gap: 12px;
    }

    .tagLine-about span {
        width: 7px;
        height: 85px;
        flex-shrink: 0;
    }

    .tagLine-about h1 {
        width: 100%;
        font-size: 2em;
        line-height: 1.3;
    }

    .text-about .descOne-about {
        width: 100%;
        font-size: 1em;
        line-height: 1.7;
        text-align: justify;
    }

    .wrap-about img {
        width: 100%;
        max-width: 280px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .descTwo-about {
        font-size: 1em;
        line-height: 1.7;
        text-align: justify;
    }

    .text-aboutTwo {
        margin-top: 20px;
    }

    .text-aboutTwo a {
        width: 100%;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1em;
    }
}

/* ========================= */
/* SMALL MOBILE */
/* ========================= */

@media (max-width: 480px) {

    .about {
        padding: 30px 16px;
    }

    .about .title-about h2 {
        font-size: 1.3em;
    }

    .tagLine-about h1 {
        font-size: 1.6em;
    }

    .tagLine-about span {
        height: 70px;
    }

    .text-about .descOne-about,
    .descTwo-about {
        font-size: 0.95em;
        line-height: 1.7;
    }

    .wrap-about img {
        max-width: 230px;
    }

    .text-aboutTwo a {
        font-size: 0.95em;
    }
}
