.index_hero_all {
  padding: 0 20%;
  text-align: center;
  margin-top: 40px;
}

.index_hero_all h1 {
  font-weight: 900;
  /* */
  font-size: 45px;
}

.index_hero_all span {
  color: #02a758;
}

.index_hero_all p {
  margin-top: 30px;
}

.index_btn button {
  padding: 15px 45px;
  background-color: #02a758;
  color: #fff;
  border: none;
  border-radius: 10px;
  margin-top: 30px;
  font-weight: 800;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  background: #fff;
}

:root {
  --body-color: #fff;
}



.mySwiper5 {
  position: relative;
  width: 100%;
  margin-inline: auto;
  background: #fff;
}

.mySwiper5::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -10%;
  width: 120%;
  height: 100px;
  background: var(--body-color);
  border-radius: 100%;
  z-index: 100;
}

.mySwiper5::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -10%;
  width: 120%;
  height: 100px;
  background: var(--body-color);
  border-radius: 100%;
  z-index: 1000;
}

.mySwiper5 {
  height: 65vh;
  margin-top: 30px;
}

.mySwiper5 img {
  border-radius: 10px;
}

.three_grid_all {
  padding: 0 5%;
}

.three_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.open_account_btn {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
.open_account_btn button {
  padding: 15px 45px;
  background-color: #02a758;
  color: #fff;
  border: none;
  border-radius: 10px;
  margin-block: 30px;
  font-weight: 800;
}


.account_all{
padding: 0 5%;
    margin-top: 50px;
    background-color: #E0E9DF;
  padding-block: 50px;
}

.account_title h1{
    text-align: center;
      
  /* */
  font-size: 35px;

}

.account_title span{
    color: #02a758;
      
}
/* .account_title p{
    text-align: center;
    padding: 0 15%;
} */




.account_grid{
    display: grid;
    grid-template-columns: 1fr 2fr;
    /* border: 2px solid red; */
    overflow: hidden;
}
.acoount_two{
     overflow: hidden;
}
.account_one{
     overflow: hidden;
}
.account_grid img{
    width: 100%;
}


.mySwiper6{
    padding: 50px;
}

.slide_7 img{
    height: 300px;
    border: 2px solid salmon;
    object-fit: contain;
    background-color: #fff;
}

.product_card_box{
    width: 100%;
    background-color: #fff;
}

.product_card_box img{
    width: 100% !important;
}


.ussd_all{
    background-color: #02a758;
    width: 80%;
    margin: 0 10%;
        margin-top: 50px;
        padding: 0 5%;
        padding-block: 50px;
        text-align: center;
        border-radius: 30px;
}

.ussd_image img{
width: 100px;
}

.ussd_all h4{
    color: #C29334;
    font-weight: 200;
    font-weight: 400;
   
}

.ussd_all h2{
    color: #fff;
    padding-block: 15px;
}

.ussd_all p{
    color: #fff;
}

.ussd_btn button{
    padding: 15px 45px;
    border: none;
    background-color: #C29334;
    color: #fff;
    
    margin-top: 30px;
    border-radius: 10px;
}
.three_box{
    text-align: center;
}
.three_box h1{
    text-align: center;
    color: #02a758;
}


@media screen and (max-width: 1051px) {
.three_grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 686px) {
.three_grid{
  display: grid;
  grid-template-columns: 1fr ;
}
.open_account_btn{
   display: flex;
   flex-direction: column;
   gap: 0;
  width: 100%;

}




@media screen and (max-width: 950px) {
.lets_connect_grid{
  display: grid;
  grid-template-columns: 1fr ;
}
}
