section.operation--section {
    padding: 80px 0px;
    background: #07130F;
}

.operation--content-wrap p {
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    color: #f6f6f6;
    margin-bottom: 30px;
}

.operation--outerbox h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    color: #f6f6f6;
    margin-bottom: 10px;
}

.operation--outerbox img {
    margin-bottom: 20px;
}

.operation--outerbox p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.045px;
    color: #f6f6f6;
}

.operation--outerbox {
    margin-bottom: 60px;
    /* padding-left: 60px; */
}

.counter--boxInfo {
    display: flex;
    gap: 30px;
}

.counter-Inner {
    text-align: center;
}

.counter-Inner h4 {
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 15px;
}

.counter-Inner p {
    color: rgba(246, 246, 246, 0.65);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.7px;
}

.operation--off-plate {
    display: grid;
    height: 100%;
    align-items: center;
}

@media(max-width:768px){
    .operation--content-wrap p {
        font-size: 18px;
    }

    .operation--content-wrap {
        margin-top: 20px;
    }

    .counter--boxInfo {
        display: unset;
    }

    .operation--outerbox {
        display: none;
    }
}

@media(max-width:1100px) and (min-width:996px){
    .operation--content-wrap p {
        font-size: 18px;
    }

    .operation--content-wrap p {
        font-size: 14px;
    }

    .counter-Inner h4 {
        font-size: 18px;
    }

    .operation--outerbox h4 {
        font-size: 22px;
    }

    .operation--outerbox p {
        font-size: 14px;
    }
}