.how-we-can-help__wrap{
  max-width:1280px;
  margin: 0 auto;
}
.how-we-can-help{
  padding:48px;
  display:flex;
  align-items: center;
  background-color:#f6f7fb;
  border-radius:16px;
  gap:96px;
  justify-content: space-between;
}
.how-we-can-help__text{
  width:50%;
  padding:16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.how-we-can-help__text-title{
  font-weight:600 !important;
  font-size: 48px;
  line-height: 1.1 !important;
  color: #00007b;
}
.how-we-can-help__text-content{
  font-size: 18px; 
  font-weight:300;
}
.how-we-can-help__text-button{
  margin-top: 8px;
}
.how-we-can-help__text-button button{
  border:#0000FF;
  background-color:#0000FF;
  border:1px solid #0000FF;
  border-radius:16px;
  padding: 0px 32px;
  height:56px;
}
.how-we-can-help__text-button button a{
  color:#FFFFFF;
  text-decoration:none;
  font-size:18px;
  font-weight:500;
  line-height: normal;
}
.how-we-can-help__text-button button:hover{
  background:#0000E8;
  border:1px solid #0000E8;
  color:#FFFFFF;
}
.how-we-can-help__image{
  width:50%;
  box-sizing:border-box;
}
.how-we-can-help__image-wrap{
  padding-bottom: 71%;
  position: relative;
  overflow: hidden;
  padding-bottom: 72.05%;
  height: 0px;
}
.how-we-can-help__image img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:16px;
  width:100%;
  object-fit: cover;
  height:100%;
}

.how-we-can-help__wrap p {
  margin : 0;
}
@media (max-width: 1780px){
  .how-we-can-help{
    padding:32px !important;
  }
  .how-we-can-help__text-title{
    font-size: 40px;
  }
  .how-we-can-help__text-content{
    font-size: 16px; 
  }
  .how-we-can-help__text{
    gap: 16px;
  }
  .how-we-can-help__text-button button{
    padding: 0px 24px;
    height:48px;
  }
  .how-we-can-help__text-button button a{
    font-size:16px;
  }
  .how-we-can-help__text-button button:hover{
    background:#0000E8;
    border:1px solid #0000E8;
    color:#FFFFFF;
  }
}
@media (max-width: 1440px){
  .how-we-can-help__text{
    gap:20px;
  }
  .how-we-can-help{
    gap:48px;
  }

}
@media (max-width: 1024px) {


  .how-we-can-help {
    gap: 48px;
  }
  .how-we-can-help__image-wrap {
    padding-bottom: calc(99.7%);
  }
  .how-we-can-help__image img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;!important
    object-fit: cover;
  }
}
@media (max-width: 880px) {
  .how-we-can-help__image-wrap{
    padding-bottom: calc(148.8%);
  }
}
@media (max-width: 768px) {
  .how-we-can-help__text-title{
    font-size: 32px;
  }
  .how-we-can-help {
    flex-direction: column;
    text-align: left;

    gap: 48px;
  }
  .how-we-can-help__image-wrap{
    padding: unset;
    height:unset;
  }

  .how-we-can-help__text,
  .how-we-can-help__image {
    width: 100%;
    padding: 0;
  }


  .how-we-can-help__image img {
    position:unset;
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
}
