@font-face {
font-family: 'OpenSansHebrewCondensedRegular';
font-weight: 400; 
font-style: normal;
  src: url(../../../Static/fonts/OpenSansHebrewCondensed/OpenSansHebrewCondensed-Regular.ttf) format('truetype');
}
.infoSection {
    display: flex;
    justify-content: space-between;
    margin:0 0 70px 0;
    gap: 40px;
}
.infoSection.main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    grid-gap: 20px;
    margin-bottom: 90px;

}
.btnDiv{
    align-self: center;
    justify-self: end;
}
.video {
    grid-column: 1 / -1;
}
#newsletterWrapper {
    text-align: right;
}
h1.info_title {
    font-size: 60px;
}
.info_title {
    font-size: 48px;
    font-family: 'almoniTzar400';
    font-weight: normal;
    color: #98133f;
    text-align: right;
    margin:0;
    line-height:1;
}
h2.info_title{
    margin-bottom:10px;
}
.info_subtitle {
    font-family: 'almoniTzar400';
    font-weight: normal;
    font-size: 35px;
    margin: 0;
    line-height:1.1;
}
.info_text {
    font-size: 20px;
    font-family: 'OpenSansHebrewCondensedRegular';
    line-height: 32px;
    margin: 0;
}
.regBtn {
    font-family: 'almoniDL700';
    color: #fff;
    background: #98133f;
    display: inline-block;
    text-align:center;
}
.regBtn:hover{
    background:#700b2d;
}
.small {
    font-size: 20px;
    padding: 8px 50px;
}
.big {
    font-size: 24px;
    padding: 12px 70px;
}
.center{
    text-align:center;
    margin-bottom: 200px;
}
.bottomTitle {
    font-size: 48px;
    font-family: 'almoniTzar400';
    font-weight: normal;
    margin: 30px 0;
    line-height: 1;
}
.mobile{
    display:none;
}
@media only screen and (max-width: 480px) {
    .infoSection {
        flex-direction: column;
        gap:0;
        align-items: center;
        margin: 50px 0;
    }
    .infoSection.main{
        margin-top:120px;
        display:block;
    }
    .infoSection.main.app_noHeader{
        margin-top:20px;
    }
    .video {
        margin-top:20px;
    }
    h1.info_title {
    font-size: 40px;
}
    .info_title {
        font-size: 38px;
    }
    .info_subtitle {
        font-size: 26px;
        margin: 5px 0px;
    }
    .info_text {
        font-size: 18px;
        line-height:26px;
    }
    .right {
    align-self: start;
}
    .mobile{
    display:block;
}
     .pc{
    display:none;
}
    .bottomTitle {
        font-size: 38px;
        text-align: right;
    }
    .regBtn {
    width: 100%;

}
    .big, .small {
    padding: 8px 0px;
}
    .small {
        margin: 30px 0 0 0;
    }
    .bottomTitle span{
        display:block;
    }
}