.section-gty {
    /* float: left;
    width: 100%;
    position: relative; */
    text-align: center;
    background: #2e3a4b;
    padding: 20px 5px;
}
.gty-mid {
    width: 100%;
    margin-top: 25px;
    position: relative;
    display: flex
;
    align-items: center;
    text-align: left;
    color: #fff;
    padding: 25px 0;
    margin: auto;
}
.gty-left {
    width: 100%;
    position: relative;
    text-align: center;
}
.gty-left img {
    width: 70%;
}
.gty-right {
    text-align: left;
}

.fs-50 {
    font-size: 50px;
    line-height: 54px;
}
.commonHead{
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 64px;
    font-weight: 600;
    color: #fff !important;
    margin-top: 20px;
}
.gty-right .commonText {
    padding-right: 46px;
    font-size: 18px;
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .5px;
    margin-top: 20px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
    .gty-right .commonText {
        padding-right: 22px;
    }
}
@media only screen and (max-width: 1021px) {
    .gty-right .commonText {
        padding-right: 0;
    }
    .commonText {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
    .gty-left, .gty-right {
        width: 100%;
    }
    .section-gty {
padding-left: 0;
padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .gty-mid {
        padding: 30px 0 25px;
        display: initial;
        align-items: initial;
        margin-top: 0;
        text-align: center;
    }
    .commonHead {
        font-size: 26px;
        line-height: 32px;
        margin-top: 5px;
        text-align: center;
    }
    .gty-right .commonText {
        padding-right: 0;
        text-align: center;
    }
    .gty-left, .gty-right {
        width: 100%;
        text-align: center;
    }
    .gty-right {
        padding: 10px 0 15px;
    }
    .gty-left img {
        width: 65%;
    }
}
.money-back-section{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.try {
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    padding: 0;
}
.inside-guarantee{
    align-items: center;
    display: flex

}
@media only screen and (max-width: 1024px) {
    .inside-guarantee {
        display: block;
    }
    .inside-guarantee .col-md-2{
        display: flex
    ;
        justify-content: center;
    }
}
