/* landing */
.landing {
    background-image: url('../images/Group 78.png');
    background-size: cover;
    height: 300px;
    margin-bottom: 40px;
}

.landing .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
}

.landing .container .callus {
    font-weight: bold;
    color: #2784A1;
    font-size: 28px;
}

.landing .container p {
    color: black;
    font-size: 16px;
}

/* landing */

/* storages */
.storages {
    /* margin-bottom: 50px; */
    /* margin-top: 100px; */
}

.storages .container {}


.storages .container .box {
    display: flex;
    flex-direction: column;
}

.storages .container .box .card-img-top {
    border-radius: 16px;
}

.storages .container .box .box-body {
    background-color: white;
    box-shadow: 10px 10px 30px 0px #0000001A;
    border-radius: 12px;
    padding: 20px;
    margin: auto;
    width: 90%;
    margin-top: -50px;
    margin-bottom: 40px;
}

.storages .container .box .box-body .date {
    display: flex;
    align-items: center;
    gap: 20px;
}

.storages .container .box .box-body .date .date-text {
    color: #7C8893;
    font-size: 14px;
    line-height: 1.5;
}

.storages .container .box .box-body p {
    font-weight: bold;
    color: #000000D4;
    font-size: 16px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.storages .container .box .box-body a {
    font-size: 16px;
    color: #F79321;
    padding: 0;
    text-decoration: underline;
}

.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination li {
    display: inline;
    text-align: center;
}

.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}

.pagination a.active {
    cursor: default;
}

.pagination a:active {
    outline: none;
}

.modal-4 a {
    margin: 0 5px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #2793B9;
    font-weight: bold;
}

.modal-4 .num {
    border: 1px solid #2793B9;
}

.modal-4 a.next {
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px 0 0 50px;
    width: 50px;
}

.modal-4 a.prev {
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0;
    border-radius: 0 50px 50px 0;
    width: 50px;
}

.modal-4 a:hover {
    background-color: #F79321;
    color: white;
    border: none;
}

.modal-4 a.active,
.modal-4 a:active {
    background-color: #F79321;
    color: white;
    border: none;
}

/* storages */
