﻿@charset "utf-8";

.columnContainer {
    & > section ~ section {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
}
.mt0 {
    margin-top: 0 !important;
}

h3 {
    display: inline-flex !important;
}

.pointBox {
    margin-top: 50px !important;
}

.textCol-title {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 10px;

    img {
        width: 55px;
        height: 55px;
    }
}

.commentBox {
    align-items: center;
}

.intro_point li {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;

    img {
        height: fit-content;
    }
}

.commentHarf {
    max-width: 400px;
}

h4 {
    font-size: 1.8rem;
    font-weight: 700;
}