.why-partner-section {
    padding:135px 0px 100px 0px;
}
.why-partner-section .why-partner-container {
    max-width: 1580px;
    padding:0 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.why-partner-section .why-partner-container h2{
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  margin:0 0 38px 0;
  padding:0;
}
.why-partner-section .left-content-des-box p{
  font-family: Montserrat;
  font-weight: 400;
   font-size: 20px;
   line-height: 33px;
   letter-spacing: 0;
   margin:0 0 30px 0;
   padding:0;
}
.why-partner-section .why-partner-container .left-content-box {
    width: 60%;
    padding-right:108px;
}
.why-partner-section .why-partner-container .right-content-box {
    width: 40%;
}
.why-partner-section .why-partner-container .right-content-box .image-box{
    max-height:793px;
    overflow:hidden;
    border-radius:37px;
}
.why-partner-section .why-partner-container .right-content-box .image-box img{
  width:100%;
  height:100%;
  border-radius:37px;
  object-fit:cover;
}

.why-partner-section .why-partner-container .single-item {
    display: flex;
    margin-bottom:20px;
    gap: 0 12px;
}
.why-partner-section .why-partner-container .single-item h3{
   font-family: Montserrat;
   font-weight: 700;
   font-size: 24px;
   line-height: 100%;
   letter-spacing: 0;
   text-transform: capitalize;
    margin: 8px 0 23px 0;
    padding: 0;
}
.why-partner-section .why-partner-container .single-item .image-area {
    width:60px;
    max-height: 42px;
}
.why-partner-section .why-partner-container .single-item .text-area {
    width: 90%;
}

.why-partner-section .why-partner-container .icon-list-box {
    margin-top: 45px;
}
.why-partner-section .why-partner-container .single-item p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0%;
    margin:0 0 15px 0;
    padding:0;
}
.why-partner-section .why-partner-container .left-partner-box{
margin: 40px 0 0;
}
.why-partner-section .why-partner-container .left-partner-box h3 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0 0 20px;
  padding: 0;
  color: #000;
}
.why-partner-section .why-partner-container .left-partner-box .partner-img {
  display: flex;
  gap: 0 50px;
}
.why-partner-section .why-partner-container .left-partner-box .partner-img a {
  text-decoration: none;
  position: relative;
}
.why-partner-section .why-partner-container .left-partner-box .partner-img a:after{
  position: absolute;
  content: '';
  top:50%;
  right: -25px; 
  width: 2px;
  height: 24px;
  background: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
}
.why-partner-section .why-partner-container .left-partner-box .partner-img a:last-child:after{
  display: none;
}
.why-partner-section .why-partner-container .left-partner-box .partner-img a img {
  width: auto;
  height: 48px;
}
