.process-section {
    background: #ffffff;
    padding: 80px 0px 0px 0px;
    position: relative;
    background: linear-gradient(0deg, rgb(239 240 240) 0%, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 1) 59%, rgb(239 240 240) 100%);
}

.process-section::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 90%;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    background-image: url(../images/vector-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    filter: brightness(0) saturate(100%) invert(83%) sepia(30%) saturate(716%) hue-rotate(25deg) brightness(95%) contrast(55%);
}

.process-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.process-section .pr img {
    width: 100%;
}

.process-section .pr_bt {
    width: 59%;
    margin: auto;
    position: relative;
    top: -136px;
    left: 16px;
}

.process-section .pr_bt img {
    width: 100%;
    opacity: 0.8;
}

.process-section .process-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.process-section .pr_bx2 {
    margin-top: -70px;
}

.process-section .pr {
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
}

.process-section .process-box {
    width: 312px;
    min-height: 147px;
    background: linear-gradient(180deg, rgb(176 206 172) 19%, rgba(255, 255, 255, 1) 100%);
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: rgba(0, 0, 0, .08) 0px -72px 130px 0px;
    position: relative;
    transition: .4s;
}

.process-section .process-box p {
    font-size: 20px;
    color: #02399a;
    font-weight: bold;
    padding: 10px;
}

.process-section .process-box span {
    font-size: 16px;
    color: #565555;
    font-weight: 500;
}

.process-section .row-4,
.process-section .row-3,
.process-section .row-2 {
    position: relative;
}

/* Responsive */
@media (min-width:1200px) and (max-width:1399px){
    .process-section h2 {
    font-size: 35px;
}
.process-section .process-box p {
    font-size: 18px;
}
.process-section .process-box span {
    font-size: 14px;
}
.process-section .process-box {
    width: 300px;
    min-height: 145px;
}
}
@media (min-width:1700px) and (max-width:1900px){
.process-section .process-box p {
    font-size: 24px;
}
.process-section .process-box span {
    font-size: 18px;
}
.process-section .process-box {
    width: 365px;
    min-height: 185px;
}
}
@media (min-width:1901px) and (max-width:3000px){
   .process-section .process-box p {
    font-size: 25px;
}
.process-section .process-box span {
    font-size: 19px;
}
.process-section .process-box {
    width: 400px;
    min-height: 200px;
} 
.process-section h2 {
    font-size: 50px;
}
}
@media(max-width:991px) {

    .process-section .process-box {
        width: 220px;
        min-height: 130px;
        font-size: 18px;
    }
    .process-section .pr_bx2 {
    margin-top: 0px;
}
}

@media(max-width:767px) {

    .process-section .process-row {
        flex-direction: column;
        align-items: center;
    }

    .process-section .process-box {
        width: 100%;
        max-width: 320px;
    }

    .process-section .row-4::after,
    .process-section .row-3::after,
    .process-section .row-2::after {
        display: none;
    }
}