.benifits {
    margin-bottom: 44px;
}

.benefits-for-you {
    margin-top: 40px;
    /* padding: 0px 148px; */
}

.partners h2.partners-title {
    font-family: 'Titillium-bold';
    font-weight: 700;
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
    padding: 0px;
    text-align: center;
}

.partners p.partners-para{
    color: #515151;
    font-family: 'Titillium-regular';
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 37px;
    padding: 0px;
    text-align: center;
}

.partners p {
    /* margin: auto;
    width: max-content; */
    margin-bottom: 10px;
    color: #000;
}

.partners h3 {
    font-size: 20px;
    color: #515151;
    margin-bottom: 38px;
    text-align: center;
}

.benefits-cards {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 19px;
}

.benefits-card {
    /* position: relative; */
    background-image: url('clientlib/assets/images/benefits-for-you-img-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 13px;
}

/* .benefits-card::after{    content: '';    background-image: url('clientlib/assets/images/benfits-for-you-gradient.png');    background-position: center;    background-repeat: no-repeat;    background-size: cover;    position: absolute;} */
.benefits-card img {
    /* border-radius: 15px; */
    /* margin-top: 10%; */
    width: 81px;
    height: 81px;
}

.benefits-card h3 {
    padding: 15px 0;
    font-family: 'Titillium-regular';
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #060606;

}

.flip-card {
    flex: 1;
    max-width: 33.33%;
    min-width: 30%;
    background-color: transparent;
    /* width: 345px; */
    /* height: 293px; */
    /* border: 1px solid #F89C30; */
    perspective: 1000px;
    border-radius: 13px;
    /* Remove this if you don't want the 3D effect */
}

/* .flip-card:hover {
    border: 1px solid #FFFFFF;
} */


/* This container is needed to position the front and back side */
.flip-card-inner {
    /*  position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    transform-style: preserve-3d;*/
    position: relative;
    width: 100%;
    height: 100%;
    /* text-align: center; */
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    transform-style: preserve-3d;
    background: #d4d4d421;
    border-radius: 22px;
    padding: 36px 40px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
/* .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
} */

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    /* position: absolute; */
    width: 100%;
    /* height: 100%; */
    /* -webkit-backface-visibility: hidden; */
    /* Safari */
    /* backface-visibility: hidden; */
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    /* background-color: #F7F7F7; */
    color: black;
}

/* Style the back side */
.flip-card-back {
    background-color: #0071bb;
    color: #000;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    border: 1px solid #0062AB;
    width: 100%;
    height: 100%;

}
.flip-card-back-nw li{
    color: #5E5E5E;
    position: relative;
    margin-bottom: 10px;
    margin-left: 30px;
}

.flip-card-back-nw li:last-child{
    margin-bottom: 0;
}

.flip-card-back-nw li::before{
    content: "";
    position: absolute;
    left: -30px;
    top: 5px;
    background-image: url("../../../../../../content/dam/bagic/agent/posp-agent/arrow-droplet-circle.svg");
    width: 15px;
    height: 15px;
}

.flip-card-back p {
    font-family: 'Titillium-regular';
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 50px;
}

/* .partner-cards {
    background-image: url('../../../../../../content/dam/bagic/agent/images/Subtraction6.png');
    width: 308px;
    height: 292px;
    background-repeat: no-repeat;
    /* padding-top: 47px; *)
} */
.partner-cards{
    display: flex;
    align-items: flex-start;
}
.partner-cards-img{
    width: 50px;
}

.partner-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 68px;
}

.p-wrap {
    /* text-align: center; */
    /* margin-top: 47px; */
    padding: 0 23px;
}

.p-wrap .p-wrap-bold {
    color: #060606;
    font-family: 'Titillium-bold';
    font-weight: 700;
    font-size: 48px;
    /* line-height: 79px; */
    /* margin-top: 26px; */
}

.p-wrap p {
    font-family: 'Titillium-regular';
    color: #060606;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

section.partners {
    margin-bottom: 40px;
}
.partners .container{
    padding: 45px;
    border-radius: 22px;
    background: #ff9b410d;
}

.benifits .container{
    padding: 0;
}

.flip-card-back ul {
    padding: 0px 40px;
    text-align: left;
}

.flip-card-back ul li {
    list-style: disc;

}

@media (max-width:767px) {
    section.partners {
        padding: 0 30px;
    }
    .benefits-for-you {
        padding: 0;
    }

    .benifits {
        margin-bottom: 34px;
    }
    .benifits .container{
        padding: 0 30px;
    }

    .partners .container {
        padding: 40px 50px;
    }

    .partners h2.partners-title {
        font-size: 28px;
        margin-bottom: 10px;
        text-align: left;
    }

	.partners p.partners-para{
    	color: #000;
    	font-size: 18px;
    	margin-bottom: 22px;
    	padding: 0px;
    	text-align: left;
	}

    .partners h3{
        font-size: 18px;
        margin-bottom: 22px;
        text-align: left;
    }

    .partner-cards-img {
        width: 42px;
    }

    .p-wrap {
        padding: 0 0 0 30px;
    }

    .partner-wrap {
        gap: 0;
        justify-content: left;
    }

    .partner-cards {
        padding: 25px 0;
        border-bottom: 1px solid #8080802b;
        width: 100%;
    }
    .partner-cards:last-child {
        border-bottom: none;
    }
    .p-wrap .p-wrap-bold{
        font-size: 45px;
    }

    .flip-card {
        flex: auto;
        max-width: 100%;
    }
    .flip-card-inner {
        padding: 36px 22px;
    }
    .partners p {
        width: auto;
    }

}

