
  .container {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .topBlueSec {
    padding: 99px 0 32px;
    background-color: #fff;
    text-align: center;
}
.topBlueSec h1 {
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
    color: #213D56;
}
/* ********************* Guarantees ************** */

.guaranteesWraper .guaranteeslistItem:nth-child(odd){
    background-color: #FBFCFF;
    padding: 45px 0;
}
.guaranteesWraper .guaranteeslistItem:nth-child(even){
    background-color: #fff;
    padding: 100px 0;
}
.guaranteesWraper .guaranteeslistItem:nth-child(even) .guaranteeslistContainer{
    flex-direction: row-reverse;
}
.guaranteeslistContainer{
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.guaranteesWraper .guaranteeContent{
    max-width: 715px;
    width:100%;
}
.guaranteesWraper  .guaranteeslistContainer p{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
    color: #546B8E;
}
.guaranteesWraper  .guaranteeslistContainer p + p{
    margin-top: 23px;
}
.guaranteesWraper  .guaranteeslistContainer p a{
    color:#4CAEFF;
    text-decoration: underline;
}
.guaranteesWraper .guaranteeslistContainer p a:hover {
    color: #1276ce;
}
.guaranteeslistContainer .guaranteeimg img{
    max-width: 391px;
    max-height: 241px;
    width: 100%;
    height: 100%;
}
.guaranteesWraper h2{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    color: #213D56;
    margin-bottom: 34px;
}
.align__start{
    align-items: start;
}
.descrpGuar{
    margin-top: 53px;
}
.descrpGuar a {
    color: #4CAEFF;
    text-decoration: underline;
}
@media(max-width:991px){
    .guaranteesWraper .guaranteeslistItem:nth-child(odd) .guaranteeslistContainer,
    .guaranteesWraper .guaranteeslistItem:nth-child(even) .guaranteeslistContainer {
        flex-direction: column-reverse;
    }
    .guaranteeslistContainer.align__start{
        align-items: center;
    }
}
@media(max-width:575px){
    .guaranteesWraper .guaranteeslistItem:nth-child(odd) .guaranteeslistContainer,
    .guaranteesWraper .guaranteeslistItem:nth-child(even) .guaranteeslistContainer {
        flex-direction: column-reverse;
        row-gap: 40px;
    }
    .guaranteeslistContainer.align__start{
        align-items: center;
    }
    .guaranteesWraper .guaranteeslistContainer p {
        font-size: 16px;
        line-height: 20px;
    }
    .guaranteesWraper  .guaranteeslistContainer p + p{
        margin-top: 16px;
    }
    .guaranteesWraper h2{
        font-weight: 900;
        font-size: 24px;
        line-height: 38px;
        color: #213D56;
        margin-bottom: 28px;
    }
    .guaranteesWraper .guaranteeslistItem:nth-child(even){
        background-color: #fff;
        padding: 44px 0;
    }
    .guaranteeimg img{
        max-width: 315px;
        width: 100%;
    }
    .topBlueSec h1 {
        font-size: 26px;
    }
}