﻿@charset "utf-8";

.columnContainer {
    & > section ~ section {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
}
.mt0 {
    margin-top: 0 !important;
}

.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;
}

.commentBox-white {
    align-items: center;
}