.about {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    background-color: #292929;
    margin-top: 0px;
    margin-bottom: -5px;
    padding: 8% 0%;
}
.about .about_left {
    width: 30%;
    padding-left: var(--xxl-space);
    font-weight: 700;
    font-size: 28px;
    color: #888888;
}
.about .about_right {
    width: 70%;
}
.about .about_right h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 2%;
    font-size: 60px;
    width: 80%;
}
.about .about_right .content {
    display: flex;
    flex-direction: row;
}
.about .about_right .content .leftside {
    width: 45%;
    font-size: 28px;
}
.about .about_right .content .leftside p {
    width: 95%;
}
.about .about_right .content .rightside {
    width: 45%;
    font-size: 28px;
}
.about .about_right .content .rightside p {
    width: 80%;
}

@media (max-width: 480px) {
    .about {
        flex-direction: column;
    }
    .about .about_left {
        width: 100%;
        padding-left: 5%;
        font-size: 18px;
    }
    .about .about_right {
        width: 100%;
        padding-top: 5%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .about .about_right h2 {
        width: 100%;
        font-size: 20px;
    }
    .about .about_right .content {
        flex-direction: column;
    }
    .about .about_right .content .leftside {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
    }
    .about .about_right .content .rightside {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
    }
    .about .about_right .content .rightside p {
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .about {
        flex-direction: column;
    }
    .about .about_left {
        width: 100%;
        padding-left: 5%;
        font-size: 19px;
    }
    .about .about_right {
        width: 100%;
        padding-top: 5%;
        padding-left: 5%;
    }
    .about .about_right h2 {
        width: 90%;
        font-size: 23px;
    }
    .about .about_right .content {
        flex-direction: column;
    }
    .about .about_right .content .leftside {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    .about .about_right .content .rightside {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about .about_left {
        font-size: 19px;
    }
    .about .about_right h2 {
        width: 90%;
        font-size: 25px;
    }
    .about .about_right .content .leftside {
        width: 50%;
        font-size: 15px;
        line-height: 20px;
    }
    .about .about_right .content .rightside {
        width: 50%;
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1281px) {
    .about .about_left {
        font-size: 20px;
    }
    .about .about_right h2 {
        font-size: 30px;
    }
    .about .about_right .content .leftside {
        font-size: 15px;
        line-height: 22px;
    }
    .about .about_right .content .rightside {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (min-width: 1282px) and (max-width: 1481px) {
    .about .about_left {
        font-size: 22px;
    }
    .about .about_right h2 {
        font-size: 35px;
    }
    .about .about_right .content .leftside {
        font-size: 19px;
        line-height: 22px;
    }
    .about .about_right .content .rightside {
        font-size: 19px;
        line-height: 22px;
    }
}

@media (min-width: 1482px) and (max-width: 1680px) {
    .about .about_left {
        font-size: 24px;
    }
    .about .about_right h2 {
        font-size: 40px;
    }
    .about .about_right .content .leftside {
        font-size: 21px;
    }
    .about .about_right .content .rightside {
        font-size: 21px;
    }
}

@media (min-width: 1681px) and (max-width: 1799px) {
    .about .about_left {
        font-size: 26px;
    }
    .about .about_right h2 {
        font-size: 48px;
    }
    .about .about_right .content .leftside {
        font-size: 24px;
    }
    .about .about_right .content .rightside {
        font-size: 24px;
    }
}
