﻿@media screen and (max-width: 767px) {
    .main-container {
        width: 95% !important;
    }
}
.res-num-box-a {
    text-decoration: none;
    color: inherit;
}
a.res-num-box-a:hover {
    color: inherit;
}
.res-num-box {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 5px;
    margin: 0 0 10px 0;
    background-color: #fff;
}
.res-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 90%;
    margin: 15px auto;
    padding-bottom: 10px;
}
.res-num-box p {
    text-align: center;
    width: 100%;
}
.res-num-box img {
    width: 60%;
    margin-bottom:35px;
}

.res-title-txt {
    line-height: 1.2;
}

.fw-bold {
    font-weight: 700;
}

.fs18 {
    font-size: 1.2em;
}

.res-num-mat{
    height: 90px;
    padding: 15px 10px;
}


@media screen and (max-width: 959px) {
    .res-num-mat {
        height: 120px;
    }
}
@media screen and (max-width: 767px) {
    .res-num-box img {
        width: 20%;
        margin-bottom: 10px;
    }

    .res-num-box p {
        margin-bottom: 0;
    }
    .res-num-mat {
        height: auto;
    }
}