.settlement-heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
}
.circleimage-plus{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 46%;
    top: 48%;
}
.settlement-teaser.top-leftCurv .cmp-teaser{
    text-align: right;
    border-radius: 50px 0px 0px 0px;
    align-items: flex-end;
}
.settlement-teaser.top-rightCurv .cmp-teaser{
    text-align: left;
    border-radius: 0px 50px 0px 0px;
    align-items: flex-start;
}
.settlement-teaser.bottom-rightCurv .cmp-teaser{
    text-align: left;
    border-radius: 0px 0px 50px 0px;
    align-items: flex-start;

}
.settlement-teaser.bottom-leftCurv .cmp-teaser{
    text-align: left;
    border-radius: 0px 0px 0px 50px;
    align-items: flex-end;
}
.settlement-teaser .cmp-teaser__content .cmp-teaser__title{
    color: #5B5B5B;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.16px;
    align-self: stretch;
}
.settlement-teaser >.cmp-teaser .cmp-teaser__content{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.settlement-teaser .cmp-teaser__content .cmp-teaser__description {
    color:  #333;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.32px;
}
.settlement-teaser .cmp-teaser__content .cmp-teaser__description p{
    color:  #5B5B5B;
    font-family: "helveticaregular";
    font-size: 1rem;
    font-weight: 400;
    line-height:22.4px; 
    letter-spacing: -0.16px;
}
.settlement-teaser{
    min-height: 181px;
    max-height: 181px;
    max-width: 330px;
    min-width: 330px;
}
.settlementWrapper{
    width: 685px;
    position: relative;
    margin: 0 auto;
    max-height: 350px;
}
.settlementWrapper .cmp-container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 40px;
}
.settlementSection{
    position: relative;
}
.settlement-teaser:hover{
    box-sizing: border-box;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    background-image: linear-gradient(#0173BB, #D6214A);
    padding: 1px;
    max-height: 181px;
    max-width: 330px;
    background: #ffffff;
}
.settlement-teaser.top-leftCurv:hover{
    border-radius: 50px 0px 0px 0px;
}
.settlement-teaser.top-rightCurv:hover{
    border-radius: 0px 50px 0px 0px;
}
.settlement-teaser.bottom-rightCurv:hover{
    border-radius: 0px 0px 50px 0px;
}
.settlement-teaser.bottom-leftCurv:hover{
    border-radius: 0px 0px 0px 50px;
}

.settlement-teaser .cmp-teaser{
border: 1.5px solid #4D9DCF;
background: #FFF;
box-shadow: 0px 8px 12px 0px rgba(0, 115, 187, 0.12);
display: flex;
max-width: 328px;
min-width: 328px ;
padding: 30px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 10px;
flex-shrink: 0;
min-height: 179px;
opacity: 0.9;
}
@media screen and (max-width: 768px) {


    .settlementWrapper {
        width: 320px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        position: unset;
        border-radius: 20px;
        border: 1px solid #B3D5EB;
        background: #FFF;
        box-shadow: 0px 8px 12px 0px rgba(0, 115, 187, 0.12);
        padding: 25px 25px 5px;
        max-height: unset;
    }
    .circleimage-plus {
        display: none;
    }
    .settlementSection {
        position: unset;
    }
    .settlement-teaser .cmp-teaser {
        border: none;
        box-shadow: none;
        padding: unset;
        min-width: unset;
        max-width: unset;
        min-height: unset;
        margin-left: 15px;
        gap: 0px;
    }
    .settlementWrapper .cmp-container {
        column-gap: unset;
        display: unset;
        padding-bottom: unset;
    }
    .settlement-teaser:hover {
        box-sizing: border-box;
        box-shadow: none;
        background-image: none;
        padding: 0px;
    }

    .settlement-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
        font-size: 1rem;
        letter-spacing: -0.16px;
        height: unset;
        margin-bottom: 8px;
    }
    .settlement-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
        font-size: 1.5rem;
        letter-spacing: -0.24px;
        text-align: left;
        margin-bottom: 8px;
    }
    .settlement-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
        font-size: 1rem;
        line-height: normal;
        letter-spacing: -0.16px;
        text-align: left;
        margin-bottom: 8px;
    }
    .settlement-teaser.top-leftCurv .cmp-teaser , .settlement-teaser.bottom-leftCurv .cmp-teaser {
        align-items: flex-start;
    }
    .settlement-teaser{
        position: relative;
         min-height: unset;
        max-height: unset;
        max-width: unset;
        min-width: unset;
        margin-bottom: 15px;
    }
    .settlement-teaser::before {
        width: 2px;
        height: 93%;
        border-radius: 100px;
        background: linear-gradient(89deg, #D62049 17.42%, #0073BB 86.58%);
        content: '';
        display: block;
        left: 0px;
        position: absolute;
        top: 5px;
    }
    .settlement-heading h3 {
        font-size: 1.25rem;
        margin-bottom: 10px;
        letter-spacing: -0.2px; 
    }
}