







@media only screen and (max-width: 1024px) {

    .pride-area {
        width: 30%;
    }
    .benifit-con {
        flex-direction: column;
        gap: 50px;
    }
    .benifit-1 {
        width: 100%;
    }
    .pride-bot {
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
    .pride-area {
        width: 31%;
    }

}

@media only screen and (max-width: 912px) {
.pride-area {
    width: 46%;
}
.policy-con {
    flex-direction: column;
    gap: 50px;
}
.policy-area {
    width: 100%;
    text-align: center;
}
.policy-area p {
    text-align: center;
}
.policy-area-2 {
    margin-top: 0px;
}

.pride-text h1 {
    font-size: 25px;
}
.pride-bot {
    flex-direction: column;
}
.pride-area {
    width: 67%;
    margin: 0 auto;
}
.benifit-1 {
    flex-direction: column;
    gap: 50px;
}
.ben-img {
    width: 70%;
}
.ben-text {
    width: 100%;
}
.benifit-2 .ben-text-area {
    justify-content: flex-start;
    flex-direction: column;
}
.ben-text-area {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.benifit-2 .ben-text-1 p {
    text-align: center;
}

}
@media only screen and (max-width: 712px) {
.benifit-con {
    display: flex;
    justify-content: space-between;
    padding: 0 0px;
}

.ben-text-area {
    padding: 10px 40px;
    border-radius: 25px;
}



}

@media only screen and (max-width: 540px) {

.pride-top img{
    width: 100%;
}
.ben-text-area {
    padding: 10px 15px;
}


}

@media only screen and (max-width: 430px) {
    .pride-text h1 {
        font-size: 20px;
    }
    .pride-area {
        width: 86%;
    }
    .ben-text-1 p {
        font-size: 15px;
    }

}
@media only screen and (max-width: 414px) {
.policy-area h1 {
    font-size: 18px;
}
.policy-area p {
    font-size: 15px;
    line-height: 28px;
}


}
@media only screen and (max-width: 360px) {
.pri-text p {
    font-size: 16px;
}


}

@media only screen and (max-width: 320px) {
    .pride-area {
        width: 100%;
    }



}











