﻿.testing-intro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 80px auto 75px;
}

    .testing-intro .testing-intro-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .testing-intro .testing-intro-item img {
            width: 85px;
        }

.testing-intro-item .testing-intro-title {
    margin-top: 30px;
    color: #333;
    font-size: 18px;
}

.testing-intro-item .testing-intro-desc {
    margin-top: 10px;
    color: #333;
    font-size: 15px;
}

.testing-mobile {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 50px;
    background-color: #fcfcfc;
}

    .testing-mobile .mobile-item {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: row;
    }

        .testing-mobile .mobile-item img {
            width: 40%;
        }

.mobile-item .mobile-item-text-title {
    font-size: 30px;
    color: #2ab4a5;
    line-height: 150%;
}

.mobile-item .mobile-item-text-desc {
    margin-top: 30px;
    font-size: 18px;
    line-height: 155.556%;
}