* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Montserrat", serif;
}



.what-why-section {
    /* background-color: #ffffff; */
    padding: 20px 0;
    margin-bottom: 40px;
    min-height: auto;
    padding-top: 0px;
  }
  .what-why-title {
    font-weight: bold;
    font-size: 22px;
  }
  .what-why-title-underline {
    width: 100px;
    height: 4px;
    background-color: #3FA8F4;
    margin: 10px auto 20px;
  }
 
  .what-why-content {
position: relative;
/* background: #f6f6f6; */
background-color: white;
padding: 30px;
height: 60%;
display: flex;
align-items: center;
}
.what-why-content p {
    font-size: 15px;
}


.what-why-content::before,
.what-why-content::after {
content: "";
position: absolute;
top: 0;
width: 18px; /* Width of the border */
height: 100%;
background: linear-gradient(to bottom, #3FA8F4, #39B44A);
}

.what-why-content::before {
left: 0;
}

.what-why-content::after {
right: 0;
}

  .what-why-left,
  .what-why-img {
    padding: 0;
  }

  .what-why-list {
    list-style-type: none;
    padding-left: 0;
  }
  .what-why-list li {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .what-why-list li::before {
    content: "•";
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }

  /* Right Side Styling */
  .what-why-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80%;
    margin-top: 70px;
    padding: 0; /* Remove extra padding */
  }
  .what-why-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures it fully covers the area */
  }
  @media (max-width:500px) {
    .what-why-image-container{
        padding: 20px;
        border-radius: 10px;
        margin-top: 0;
    }
    .what-why-image-container img{
        border-radius: 10px;
        margin: 0;
    }
    .what-why-content::after {
        width: 18px; 
      
   }
   .why-home{
    display: flex;
    flex-direction: column-reverse;
   }
   .what-why-section{
    margin-top: 160px !important;
  }
  .what-why-image{
    padding: 0px 0px;

  }
  .what-why-section{
    margin-bottom: 0;
  }
  .section .top-head {
    margin: 0 auto;
    margin-bottom: 10px;
    
}
.what-why-section{
    margin-top: 180px !important;
  }
  .what-why-left{
    padding: 20px;
}
.what-why-title{
    font-size: 18px;
  }
  .what-why-list{
    font-size: 13px;
  }

  }
  @media (max-width:750px) {
   .why-home{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 20px;
   }
  }
  @media (max-width:992px) {
  .what-why-section{
    margin-top: 300px;
  }
  .small-circle-after-in-home, .circle-img-after-in-home{
    height: unset !important;
  }
   }
@media (max-width:770px) {
    .what-why-section{
        margin-top: 340px;
      }
      .why-home{
        margin-top: 20px;
       }
       .what-why-image-container {
        margin-top: 60px;
      } 
      .what-why-content p{
        text-align: center;
      }
}