.loans-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    justify-items: center;
}

.loans-item {
    background-color: #f1f9ff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.loans-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.ourService {
    color: #323232;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 36px;
}

.loans-icon {
    font-size: 38px;
    border-radius: 8px;
    width: 27%;
    background: white;
    margin-bottom: 15px;
}

.loans-ptag {
    font-size: 20px !important;
    color: #123345 !important;
    font-weight: 600 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.loans-item p {
    font-size: 16px;
    color: #0e0d0d;
}

.loans-item:nth-child(odd) {
    background-color: #e7f3ff;
}

.loans-item:nth-child(even) {
    background-color: #fffaed;
}

@media (max-width: 768px) {
    .loans-item {
        width: 100%;
    }
}


.contactSection {
    font-size: 20px;
    font-weight: 600;
    color: #12122c;
}

.block {
    gap: 28px;
    padding-bottom: 45px;
}

.block .letter {
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    background: #065633;
    border-radius: 4px;
    width: 26px;
    height: 26px;
}

.list-title {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 24px;
    padding-left: 28px;
    position: relative;
    gap: 24px 0;
}

.list-title a {
    width: 25%;
    font-size: 14px;
    font-weight: 700;
    color: #262644;
}

/* .citypage_text h5{
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #323232 !important;
} */