﻿@charset "utf-8";

.info_list {
    margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
    .info_list {
        margin-bottom: 45px;
    }
}