.hb__img-2.cstm-img {
    width:70%;
}
.tg-btn svg {
    color:#0088cc;
    margin-right: 20px;
}
.tg-btn.twhite {
    background:white;
    color:#595959;
}
.tg-btn {
    background: linear-gradient(90deg, #23B7EC 0%, #73D4F7 100%);
    color: white;
    padding: 0px 22px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    font-family: "Roboto", serif;
    font-weight: bold;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
}

.horizontal__banner {
    width: auto;
    padding:90px 80px;
    background: #FF5F5F;
    position: relative;
    display: block;
}
.vertical__banner {
    max-width: 35%;
    padding:70px 40px 0;
    background: #FF5F5F;
    position: relative;
    margin:0 auto;
    display: block;
}
.banner__item {
    width: 60%;
}
.hb__content {
    display: flex;
    align-items: flex-start;
}
.banner__logo {
    width: 95px;
    margin-right:20px;
}
.banner__logo img {
    width: 100%;
}
.banner__title {
    color: #fff;
    font-size: 2.7vw;
    display: block;
    margin-bottom:50px;
    line-height: 1;
    font-family: "Montserrat Alternates", serif;
    font-weight: 600;
    font-style: normal;
}
.banner__descript {
    color: #fff;
    font-size: 28px;
    display: block;
    line-height: 1.3;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
}
.banner__btn__container {
    display: flex;
    margin-top:170px;
}
.banner__btn__container .app__btn:first-child {
    margin-right:30px;
}
.app__btn {
    height: 4vw;
}
.app__btn img {
    height: 100%;
    object-fit: contain;
}
.hb__img__wrapper {
    position: absolute;
    right: 14px;
    bottom:0;
    width: 40%;
    height: 100%;
}
.hb__img-1 {
    width: 100%;
    position: absolute;
    right: 15%;
    bottom:0;
    z-index: 1;
}
.hb__img-2 {
    width: 55%;
    position: absolute;
    right: 0;
    bottom:0;
}
.hb__img-1 img, .hb__img-2 img {
    width: 100%;
    display: block;
}
.bg__circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    filter: blur(120px);
    bottom:0;
    left:0;
}
.gap {
    width: auto;
    padding:50px 0;
}
.vertical__banner .banner__logo {
    margin:0 auto 30px;
}
.vertical__banner .banner__title, .vertical__banner .banner__descript  {
    text-align: center;
}
.vertical__banner .banner__title {
    margin-bottom: 20px;
}
.vertical__banner .banner__btn__container {
    display: flex;
    margin: 60px 0 40px;
    justify-content: center;
}
.vertical__banner {
    display:none;
}
.vb__img__wrapper {
    position: relative;
    width: 100%;
}
.vb__img__wrapper .hb__img-1 {
    position: relative;
}
@media (max-width:1600px) {
    .banner__btn__container {
        margin-top: 100px;
    }
    .banner__logo {
        width: 90px;
    }
}
@media (max-width:1440px) {
    .banner__title {
        margin-bottom: 40px;
    }
    .banner__descript {
        font-size: 1.8vw;
    }
    .banner__btn__container {
        margin-top: 80px;
    }
    .banner__logo {
        width: 5.5vw;
    }
}
@media (max-width:1200px) {
    .horizontal__banner {
        padding: 50px 40px;
    }
}
@media (max-width:768px) {
    .horizontal__banner {
        display:none;
    }
    .vertical__banner {
        display:block;
    }
    .hb__img__wrapper {
        position: relative;
        right: auto;
        bottom: 0;
        width: auto;
        height: auto;
    }
    .hb__img-1 {
        position: relative;
        right: 10%;
    }
    .horizontal__banner, .vertical__banner {
        padding: 40px 20px 0;
    }
    .vertical__banner {
        max-width: 100%;
    }
    .hb__content {
        display: flex;
        align-items:center;
        flex-direction: column;
    }
    .banner__item {
        width: 100%;
    }
    .banner__logo {
        width: 70px;
        margin:0 0 30px;
    }
    .banner__title, .vertical__banner .banner__title  {
        font-size: 45px;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 20px;
    }
    .banner__descript {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }
    .banner__btn__container {
        margin: 40px 0;
        justify-content: center;
    }
    .app__btn {
        height: 40px;
    }
}
@media (max-width:767px) {
    .banner__title, .vertical__banner .banner__title  {
        font-size: 23px;
    }
    .banner__btn__container, .vertical__banner .banner__btn__container {
        margin: 40px 0 30px;
    }
    .banner__logo {
        width: 60px;
        margin: 0 0 20px;
    }
}
