.lat-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.lat-title h5 {
    font-size: 24px;
    font-family: 'BMHANNAAir';
}

.lat-title p {
    font-size: 22px;
}

.lat-box-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lat-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lat-box h5 {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.lat-box p {
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
}

.lat-box:hover h5 {
    text-decoration: underline;
}


/*==================================================*/
@media (max-width: 1250px) {
    .lat-title h5 {
        font-size: 18px;
    }

    .lat-title p {
        font-size: 16px;
    }
}


@media (max-width: 550px) {
    .lat-box h5 {
        font-size: 12px;
    }
    
    .lat-box p {
        font-size: 12px;
    }
}


@media (max-width: 450px) {
    .lat-title h5 {
        font-size: 16px;
    }

    .lat-title p {
        font-size: 16px;
    }
}