.find-section {
    padding: 50px 0;
    background: #f8fbff;
    border-bottom: 2px solid #fff0;
    border-image: linear-gradient(to right, rgb(255, 255, 255), rgb(0, 4, 121), rgb(255, 255, 255)) 1;
}

.find-section .find-header {
    max-width: 800px;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}

.find-section .find_tag {
    display: inline-block;
    background: #fefeff;
    border: 1px solid #0049b6;
    color: #0049b6;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.find-section .find-header h2 {
    font-size: 42px;
    color: #0f172a;
    margin-bottom: 20px;
}

.find-section .find-header p {
    color: #555;
    line-height: 1.8;
    font-size: 17px;
}

.find-section .find-grid {
    /*display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;*/
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.find-section .find-item {
    background: #22446f;
    border-radius: 18px;
    padding: 30px 25px;
    text-align: center;
    border: 2px solid #60fffa;
    flex: 0 1 260px;
}

.find-section .find-item i {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #ffffff;
    color: #090041;
    font-size: 28px;
    margin-bottom: 20px;
}

.find-section .find-item h3 {
    font-size: 19px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

.find-section .find-footer {
    margin-top: 70px;
    text-align: center;
    max-width: 900px;
    margin-inline: auto;
}

.find-section .find-footer p {
    color: #555;
    line-height: 1.9;
    font-size: 17px;
    margin-bottom: 25px;
}

.find-section .find-footer h3 {
    color: #0d6efd;
    font-size: 34px;
    font-weight: 700;
}

@media(max-width:768px) {

    .find-section {
        padding: 70px 0;
    }

    .find-section .find-header h2 {
        font-size: 30px;
    }

    .find-section .find-footer h3 {
        font-size: 26px;
    }

}

@media (min-width:1200px) and (max-width:1399px) {
    .find-section .find-header h2 {
        font-size: 37px;
        margin-bottom: 5px;
    }

    .find-section .find-header p {
        font-size: 16px;
    }

    .find-section .find-item h3 {
        font-size: 16px;
    }

    .find-section .find-item {
        padding: 20px 15px;
    }

    .find-section .find-item i {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
}

@media (min-width:1901px) and (max-width:3000px) {
    .find-section .find-header h2 {
        font-size: 55px;
        margin-bottom: 5px;
    }

    .find-section .find-header p {
        font-size: 20px;
    }

    .find-section .find-item h3 {
        font-size: 25px;
    }

    .find-section .find-item {
        padding: 20px 15px;
    }

    .find-section .section-tag {
        font-size: 16px;
    }
}