.flex-prop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-prop-2{
    display: flex;
    align-items: center;
     gap: 25px;
}
.zwc-block1-sec{
    padding-bottom: 80px;
}
.brn-cont{
    width: 55%;
}
.brn-img{
    width: 45%;
}
.img-cont{
    max-width: 250px;
    margin: 0 auto;
}
.zwc-bnr-inr{
    padding-top: 80px;
    margin: 0 auto;
    max-width: 960px;
}
.zwc-template-inr {
    background: #023231;
    color: #FFFFFF;
    width: 100%;
}
.box-inr{
    width: 100%;
    margin-bottom:30px;
    background: #022C2B;
    padding: 75px 120px;
}
.box-inr img{
    margin-bottom: 20px;
}
.ceate-annual{
    position: absolute;
    width: 115px;
    height: calc(100% - 105px);
    top: 100px;
    left: -55px;
    z-index: 1;
    padding-bottom: 100px;
}
.ceate-annual::before {
    content: "2023";
    font-family: var(--primaryfont-bold);
    font-size: 32px;
    text-align: center;
    line-height: 1.2;
    width: 115px;
    height: 40px;
    border: 1px solid #FFFFFF;
    background-color: #023231;
    color: #fff;
    border-radius: 10px;
    display: block;
    position: sticky;
    top: 80px;
}
.zwc-year4::before {
    content: "2024";
}
.zwc-year1::before {
    content: "2022";
}
.zwc-year2::before {
    content: "2021";
}
.block1-inr{
    max-width: 950px;
    position: relative;
    margin: 0 auto;
}
.zwc-inr-blocks{
    position: relative;
    z-index: 2;
}
.box-inr p{
    margin-bottom: 0;
}
.read-btn{
    display: inline-block;
    color: #03a9f5;
    text-transform: uppercase;
    border-bottom: 2px solid;
    padding-top: 20px;
}
.zwc-last-cont{
    margin-bottom: 0;
}
.box-cont2{
   max-width: 320px;
   width: 50%;
}
.zw-product-header{
    background: #023231;
}
.set-img-bg::before{
    content: '';
    width: 110px;
    height: 136px;
    background: #fff;
    position: absolute;
    top: 4%;
    left: 11%;
    z-index: 1;
    border-bottom-right-radius: 140px 80px;
    border-bottom-left-radius: 140px 80px;
}
.set-img-bg{
    position: relative;
    display: inline-block;
    width: 140px;
    height: 150px;
    overflow: hidden;
}
.set-img-bg img{
    position: relative;
    z-index: 1;
}
.trust-radius-img{
    width: 135px;
}
@media only screen and (min-width: 1200px){
    .brn-cont h1{
        font-size: 75px
    }
.box-inr h2{
font-size: 27px;
}
    .brn-cont p{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1190px){
    .block1-inr {
        max-width: 800px;
    }
    .box-inr {
        padding: 40px 80px;
    }
    .zwc-bnr-inr{
        width: 90%;
    }
}
@media only screen and (max-width: 991px){
    .block1-inr {
        max-width: 645px;
    } 
}
@media only screen and (max-width: 767px){
    .content-wrap{
        max-width: 420px;
    }
    .box-inr {
        padding: 30px;
    }
    .ceate-annual,.ceate-annual::before{
        position: initial;
    }
    .brn-cont{
        width: 100%;
        text-align: center;
    }
    .zwc-bnr-inr{
        flex-flow: column;
    }
    .bnr-logo{
        margin: 0 auto 20px;
    }
    .brn-img{
        width: 70%;
    }
}

@media(max-width : 375px){
    .flex-prop-2{
        gap: 10px;
    }
}