
.infoCardBannerWrapper{
    background: url('../../images/bgs.svg') no-repeat;
    height:700px;
    width:100%;
    padding:60px 0px;
    margin-top:100px;
}
.infoCardRow{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.leftInfoWrapper{
    width:calc(100% - 425px);
}
.rightInfoWrapper{
    width:350px;
    margin-top:-99px;
}
.infoGirlImage{
    height:694px;
    width: 100%;
}
.leftInfoCardWrapper{
    display:flex;
    justify-content: space-between;
    column-gap:5px;
    row-gap: 5px;
}
.leftInfoCardItems{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.leftInfoCardItems .cardItem:first-child{
    background: var(--green50);
}
.leftInfoCardItems .cardItem:last-child{
    background: var(--yellow100);
}
.rightInfoCardItems{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.rightInfoCardItems .cardItem:first-child{
    background: var(--primary100);
}
.rightInfoCardItems .cardItem:last-child{
    background: var(--green100);
}
.cardItem{
    background:var(--white);
    padding:25px 20px;
}
.cardItem h4{
    font-size:19px;
    color:#222121;
    font-family: 'Georama';
    font-weight: 600;
    margin-bottom:15px;
}
.cardItem p{
    color:#222121;
    font-size:14px;
    line-height:21px;
    font-family:'Inter';
    font-weight:300;
}